diff --git a/src/components/PdfViewer/A4Viewer.vue b/src/components/PdfViewer/A4Viewer.vue index 26a394de..1f1f0396 100644 --- a/src/components/PdfViewer/A4Viewer.vue +++ b/src/components/PdfViewer/A4Viewer.vue @@ -364,7 +364,6 @@ export default { needGenList.push(thisSubList[j].pdfBase64) } } - this.pdfUtils.mergePdfToA4(needGenList,fileName,true); }).catch(() => {}); diff --git a/src/views/emis/emisWarehouseIn/panel/WarehouseInPanel.vue b/src/views/emis/emisWarehouseIn/panel/WarehouseInPanel.vue index 238c1f2a..7a611bc4 100644 --- a/src/views/emis/emisWarehouseIn/panel/WarehouseInPanel.vue +++ b/src/views/emis/emisWarehouseIn/panel/WarehouseInPanel.vue @@ -54,15 +54,17 @@ - - - - - + + + + + + + + + + + @@ -210,9 +216,9 @@ - + @@ -263,11 +269,12 @@ import elDateAdvPicker from '@/components/DatePickerAdv/elDateAdvPicker'; // import emisWarehouseInView from '@/views/emis/emisWarehouseIn/emisWarehouseInView'; import emisWarehouseInForm from '@/views/emis/emisWarehouseIn/emisWarehouseInForm'; import SalemanPicker from '@/views/emis/EmisBaseTools/SalemanPicker.vue'; +import EmisSiteSimplePicker1 from '@/views/emis/EmisBaseTools/EmisSiteSimplePicker.vue'; export default { name: "emisWarehouseIn", - components: { elDateSimplePicker,elDateAdvPicker,emisWarehouseInForm,SalemanPicker }, + components: { elDateSimplePicker,elDateAdvPicker,emisWarehouseInForm,SalemanPicker,EmisSiteSimplePicker1 }, dicts: ['emis_qujian_fangshi','emis_declare_mode','emis_customs_clear', 'emis_tab_packing_type','emis_tab_dispatch_mode','emis_payment_type', 'emis_calc_fee_type','emis_print_type','emis_payment_status','emis_waybill_status','emis_tab_dispatch_mode' @@ -335,7 +342,8 @@ export default { sendName:null, sendMobile:null, sendCompany:null, - blUploadGoodsPic:null + blUploadGoodsPic:null, + intoWarehouseCode:null } }, }; diff --git a/src/views/emis/emisWaybill/centerWaybillList.vue b/src/views/emis/emisWaybill/centerWaybillList.vue index 8df8296a..47496acf 100644 --- a/src/views/emis/emisWaybill/centerWaybillList.vue +++ b/src/views/emis/emisWaybill/centerWaybillList.vue @@ -277,12 +277,12 @@ - + - + - + - + @@ -553,8 +553,14 @@ - + + + + diff --git a/src/views/emis/emisWaybill/sendWaybillList.vue b/src/views/emis/emisWaybill/sendWaybillList.vue index 4fc3d81e..0b45c3ae 100644 --- a/src/views/emis/emisWaybill/sendWaybillList.vue +++ b/src/views/emis/emisWaybill/sendWaybillList.vue @@ -254,7 +254,7 @@ - + @@ -520,7 +520,12 @@ - + + + @@ -1072,6 +1077,14 @@ export default { return '自提'; } } + if (j === 'blUploadPic') { + if(v['goodsPics']!=''){ + return '是'; + }else{ + return '否'; + } + } + if (j === 'blMessage') { if(v[j] == 1){ return '发送'; diff --git a/src/views/emis/emisWaybill/sendWaybillListNew.vue b/src/views/emis/emisWaybill/sendWaybillListNew.vue index aed68ead..e67ee869 100644 --- a/src/views/emis/emisWaybill/sendWaybillListNew.vue +++ b/src/views/emis/emisWaybill/sendWaybillListNew.vue @@ -260,12 +260,12 @@ - + - + @@ -525,7 +525,12 @@ - + + +