From 72814fced2e46ddf40867c1ff5c9b865c09ec81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Sat, 3 Aug 2024 14:14:39 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E9=A2=84=E7=94=9F=E4=BA=A7=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E5=88=9B=E5=BB=BA=E6=94=B6=E8=B4=A7=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=20=E5=8E=BB=E6=8E=89=E5=BC=80=E5=85=B3=E6=8E=A7=E5=88=B6=20?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=88=9B=E5=BB=BA=E6=94=B6=E8=B4=A7=E7=94=B3?= =?UTF-8?q?=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionplan/productionMain/index.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/wms/productionManage/productionplan/productionMain/index.vue b/src/views/wms/productionManage/productionplan/productionMain/index.vue index 686c1aae0..b0e1bf2af 100644 --- a/src/views/wms/productionManage/productionplan/productionMain/index.vue +++ b/src/views/wms/productionManage/productionplan/productionMain/index.vue @@ -453,10 +453,12 @@ const requestSwitch = ref(false) const getSwitch = async ()=>{ let switch1 = await SwitchApi.getByCode('CreatePrepareToIssuePlanAfterProductionPlanPublished') planSwitch.value = switch1=='TRUE' - let switch2 = await SwitchApi.getByCode('CreateProductReciptRequestAfterProductionPlanPublished') - requestSwitch.value = switch2=='TRUE' - console.log('switch1',switch1) - console.log('switch2',switch2) + // 预生产计划创建收货申请 不走开关控制 + // let switch2 = await SwitchApi.getByCode('CreateProductReciptRequestAfterProductionPlanPublished') + // requestSwitch.value = switch2=='TRUE' + requestSwitch.value = true + // console.log('switch1',switch1) + // console.log('switch2',switch2) } // 自动提交 From 271869c9b1693ec5b701acc7b40ea360c82b83e0 Mon Sep 17 00:00:00 2001 From: chenfang Date: Sat, 3 Aug 2024 14:14:43 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E8=A3=85=E9=85=8D=E6=8A=A5=E5=B7=A5?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=89=93=E5=8D=B0=E6=A0=87=E7=AD=BE=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productreceiptAssembleRecordMain/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue index 6f12820c4..5bc4a178a 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue +++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue @@ -329,7 +329,7 @@ const searchTableSuccess1 = async (formField, searchField, val, formRef, type, r const src = ref(BASE_URL + '/jmreport/view/922729953438072832?token=' + getAccessToken()) window.open(src.value+'&asn_number='+res) } else { - const src = ref(BASE_URL + '/jmreport/view/922734157577715712?token=' + getAccessToken()) + const src = ref(BASE_URL + '/jmreport/view/979553753876811776?token=' + getAccessToken()) window.open(src.value+'&asn_number='+res) } }).catch(err => { From 95c3f0abb2225d2e208c23c6f7ef146fcb330188 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Sat, 3 Aug 2024 14:22:38 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E5=8F=91?= =?UTF-8?q?=E7=A5=A8=E4=BA=BA=E5=91=98=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierinvoiceRequestMain/index.vue | 1988 +++++++++-------- .../supplierinvoiceRequestMain.data.ts | 2 +- 2 files changed, 1095 insertions(+), 895 deletions(-) diff --git a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue index 0eee88838..660d363e2 100644 --- a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue +++ b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue @@ -1,41 +1,56 @@