From ce612c0b3f932859680b6c974c191094f0493c30 Mon Sep 17 00:00:00 2001 From: ljlong_2630 Date: Fri, 16 Aug 2024 19:34:39 +0800 Subject: [PATCH 01/37] =?UTF-8?q?=E7=BC=BA=E9=99=B7=EF=BC=9AHL-5009?= =?UTF-8?q?=EF=BC=8C=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=98=BE=E7=A4=BA=E5=92=8C?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E9=83=BD=E5=BA=94=E8=AF=A5=E6=9C=89=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E4=BA=BA=E5=92=8C=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4?= =?UTF-8?q?=EF=BC=8C=E8=A1=A5=E5=85=85=EF=BC=9A=E5=B7=B2=E6=94=B9=E5=88=B0?= =?UTF-8?q?=E5=88=B6=E5=93=81=E8=BF=94=E4=BF=AE-=E5=88=B6=E5=93=81?= =?UTF-8?q?=E8=BF=94=E4=BF=AE=E8=AE=B0=E5=BD=95=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productdismantleRequestMain.data.ts | 8 +++-- .../productredressJobMain.data.ts | 26 ++++++++-------- .../productredressRequestMain.data.ts | 31 ++++++++++--------- .../productrepairRecordMain.data.ts | 18 +++++------ 4 files changed, 43 insertions(+), 40 deletions(-) diff --git a/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/productdismantleRequestMain.data.ts b/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/productdismantleRequestMain.data.ts index 19a0dd669..ba0d74fb2 100644 --- a/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/productdismantleRequestMain.data.ts +++ b/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/productdismantleRequestMain.data.ts @@ -992,7 +992,7 @@ export const ProductdismantleRequestDetaila = useCrudSchemas(reactive([ table: { width: 150 }, - isTable:true, + isTable:false, isForm: false, }, { @@ -397,7 +397,7 @@ export const ProductredressJobMain = useCrudSchemas(reactive([ table: { width: 180 }, - isTable:true, + isTable:false, form: { component: 'DatePicker', componentProps: { @@ -668,16 +668,6 @@ export const ProductredressJobDetail = useCrudSchemas(reactive([ isTable:false, hiddenInMain:true, }, - { - label: '创建者', - field: 'creator', - sort: 'custom', - table: { - width: 150 - }, - isTable:true, - hiddenInMain:true, - }, { label: '创建时间', field: 'createTime', @@ -690,7 +680,7 @@ export const ProductredressJobDetail = useCrudSchemas(reactive([ width: 180 }, isTable:true, - hiddenInMain:true, + hiddenInMain:false, form: { component: 'DatePicker', componentProps: { @@ -702,6 +692,16 @@ export const ProductredressJobDetail = useCrudSchemas(reactive([ }, isForm: false }, + { + label: '创建者', + field: 'creator', + sort: 'custom', + table: { + width: 150 + }, + isTable:true, + hiddenInMain:false, + }, { label: '最后更新者', field: 'updater', diff --git a/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts b/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts index 044ab68e6..a20b2301f 100644 --- a/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts +++ b/src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts @@ -334,7 +334,7 @@ export const ProductredressRequestMain = useCrudSchemas(reactive([ field: 'creator', sort: 'custom', isForm: false, - isTable: true, + isTable: false, table: { width: 150 }, @@ -350,7 +350,7 @@ export const ProductredressRequestMain = useCrudSchemas(reactive([ table: { width: 180 }, - isTable: true, + isTable: false, form: { component: 'DatePicker', componentProps: { @@ -688,18 +688,7 @@ export const ProductredressRequestDetail = useCrudSchemas(reactive // isTable:false, // hiddenInMain:true // }, - { - label: '创建者', - field: 'creator', - sort: 'custom', - table: { - width: 150 - }, - isTableForm: false, - isForm: false, - isTable:true, - hiddenInMain:true - }, + { label: '创建时间', field: 'createTime', @@ -712,7 +701,7 @@ export const ProductredressRequestDetail = useCrudSchemas(reactive width: 180 }, isTable:true, - hiddenInMain:true, + hiddenInMain:false, form: { component: 'DatePicker', componentProps: { @@ -725,6 +714,18 @@ export const ProductredressRequestDetail = useCrudSchemas(reactive isTableForm: false, isForm: false }, + { + label: '创建者', + field: 'creator', + sort: 'custom', + table: { + width: 150 + }, + isTableForm: false, + isForm: false, + isTable:true, + hiddenInMain:false + }, { label: '最后更新者', field: 'updater', diff --git a/src/views/wms/productionManage/productrepair/productrepairRecordMain/productrepairRecordMain.data.ts b/src/views/wms/productionManage/productrepair/productrepairRecordMain/productrepairRecordMain.data.ts index 18eaba2c4..7e3d1b89a 100644 --- a/src/views/wms/productionManage/productrepair/productrepairRecordMain/productrepairRecordMain.data.ts +++ b/src/views/wms/productionManage/productrepair/productrepairRecordMain/productrepairRecordMain.data.ts @@ -197,15 +197,6 @@ export const ProductrepairRecordMain = useCrudSchemas(reactive([ }, isTable: false }, - { - label: '创建者', - field: 'creator', - sort: 'custom', - table: { - width: 150 - }, - isTable: true - }, { label: '创建时间', field: 'createTime', @@ -236,6 +227,15 @@ export const ProductrepairRecordMain = useCrudSchemas(reactive([ } }, }, + { + label: '创建者', + field: 'creator', + sort: 'custom', + table: { + width: 150 + }, + isTable: true + }, { label: '最后更新时间', field: 'updateTime', From a222f159b5e99113712d9053f9520f3d98f11459 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Fri, 16 Aug 2024 19:37:14 +0800 Subject: [PATCH 02/37] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productreceiptscrapRequestMain/index.vue | 3 ++- .../productredress/productredressJobMain/index.vue | 3 ++- .../productredress/productredressRecordMain/index.vue | 3 ++- .../productredress/productredressRequestMain/index.vue | 3 ++- .../productrepair/productrepairRecordMain/index.vue | 3 ++- .../productrepair/productrepairRequestMain/index.vue | 3 ++- .../productscrap/productscrapJobMain/index.vue | 3 ++- .../productscrap/productscrapRecordMain/index.vue | 3 ++- .../productscrap/productscrapRequestMain/index.vue | 3 ++- 9 files changed, 18 insertions(+), 9 deletions(-) diff --git a/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRequestMain/index.vue b/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRequestMain/index.vue index 5a386df07..4b9ad9fd4 100644 --- a/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRequestMain/index.vue +++ b/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRequestMain/index.vue @@ -554,8 +554,9 @@ const handleExport = async () => { await message.exportConfirm() // 发起导出 exportLoading.value = true + const excelTitle = ref(route.meta.title) const data = await ProductreceiptRequestMainApi.exportProductreceiptRequestMain(tableObject.params) - download.excel(data, `【${route.meta.title}】【${formatDate(new Date())}】.xlsx`) + download.excel(data, `【${excelTitle.value}】【${formatDate(new Date())}】.xlsx`) } catch { } finally { exportLoading.value = false diff --git a/src/views/wms/productionManage/productredress/productredressJobMain/index.vue b/src/views/wms/productionManage/productredress/productredressJobMain/index.vue index 80c0ff2ff..b11c354cf 100644 --- a/src/views/wms/productionManage/productredress/productredressJobMain/index.vue +++ b/src/views/wms/productionManage/productredress/productredressJobMain/index.vue @@ -195,8 +195,9 @@ const handleExport = async () => { await message.exportConfirm() // 发起导出 exportLoading.value = true + const excelTitle = ref(route.meta.title) const data = await ProductredressJobMainApi.exportProductredressJobMain(tableObject.params) - download.excel(data, `【${route.meta.title}】【${formatDate(new Date())}】.xlsx`) + download.excel(data, `【${excelTitle.value}】【${formatDate(new Date())}】.xlsx`) } catch { } finally { exportLoading.value = false diff --git a/src/views/wms/productionManage/productredress/productredressRecordMain/index.vue b/src/views/wms/productionManage/productredress/productredressRecordMain/index.vue index c4c8cc8e4..da2fc8db2 100644 --- a/src/views/wms/productionManage/productredress/productredressRecordMain/index.vue +++ b/src/views/wms/productionManage/productredress/productredressRecordMain/index.vue @@ -139,8 +139,9 @@ const handleExport = async () => { await message.exportConfirm() // 发起导出 exportLoading.value = true + const excelTitle = ref(route.meta.title) const data = await ProductredressRecordMainApi.exportProductredressRecordMain(tableObject.params) - download.excel(data, `【${route.meta.title}】【${formatDate(new Date())}】.xlsx`) + download.excel(data, `【${excelTitle.value}】【${formatDate(new Date())}】.xlsx`) } catch { } finally { exportLoading.value = false diff --git a/src/views/wms/productionManage/productredress/productredressRequestMain/index.vue b/src/views/wms/productionManage/productredress/productredressRequestMain/index.vue index 6f0ab4500..c73a1a9a4 100644 --- a/src/views/wms/productionManage/productredress/productredressRequestMain/index.vue +++ b/src/views/wms/productionManage/productredress/productredressRequestMain/index.vue @@ -382,8 +382,9 @@ const handleExport = async () => { await message.exportConfirm() // 发起导出 exportLoading.value = true + const excelTitle = ref(route.meta.title) const data = await ProductredressRequestMainApi.exportProductredressRequestMain(tableObject.params) - download.excel(data, `【${route.meta.title}】【${formatDate(new Date())}】.xlsx`) + download.excel(data, `【${excelTitle.value}】【${formatDate(new Date())}】.xlsx`) } catch { } finally { exportLoading.value = false diff --git a/src/views/wms/productionManage/productrepair/productrepairRecordMain/index.vue b/src/views/wms/productionManage/productrepair/productrepairRecordMain/index.vue index 848994c16..6ba640900 100644 --- a/src/views/wms/productionManage/productrepair/productrepairRecordMain/index.vue +++ b/src/views/wms/productionManage/productrepair/productrepairRecordMain/index.vue @@ -265,8 +265,9 @@ const handleExport = async () => { await message.exportConfirm() // 发起导出 exportLoading.value = true + const excelTitle = ref(route.meta.title) const data = await ProductrepairRecordMainApi.exportProductrepairRecordMain(tableObject.params) - download.excel(data, `【${route.meta.title}】【${formatDate(new Date())}】.xlsx`) + download.excel(data, `【${excelTitle.value}】【${formatDate(new Date())}】.xlsx`) } catch { } finally { exportLoading.value = false diff --git a/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue b/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue index 542181a69..14037bb28 100644 --- a/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue +++ b/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue @@ -575,8 +575,9 @@ const handleExport = async () => { await message.exportConfirm() // 发起导出 exportLoading.value = true + const excelTitle = ref(route.meta.title) const data = await ProductrepairRequestMainApi.exportProductrepairRequestMain(tableObject.params) - download.excel(data, `【${route.meta.title}】【${formatDate(new Date())}】.xlsx`) + download.excel(data, `【${excelTitle.value}】【${formatDate(new Date())}】.xlsx`) } catch { } finally { exportLoading.value = false diff --git a/src/views/wms/productionManage/productscrap/productscrapJobMain/index.vue b/src/views/wms/productionManage/productscrap/productscrapJobMain/index.vue index ce2845cca..f6be26c1b 100644 --- a/src/views/wms/productionManage/productscrap/productscrapJobMain/index.vue +++ b/src/views/wms/productionManage/productscrap/productscrapJobMain/index.vue @@ -223,8 +223,9 @@ const handleExport = async () => { await message.exportConfirm() // 发起导出 exportLoading.value = true + const excelTitle = ref(route.meta.title) const data = await ProductscrapJobMainApi.exportProductscrapJobMain(tableObject.params) - download.excel(data, `【${route.meta.title}】【${formatDate(new Date())}】.xlsx`) + download.excel(data, `【${excelTitle.value}】【${formatDate(new Date())}】.xlsx`) } catch { } finally { exportLoading.value = false diff --git a/src/views/wms/productionManage/productscrap/productscrapRecordMain/index.vue b/src/views/wms/productionManage/productscrap/productscrapRecordMain/index.vue index 68546914a..4babb15c9 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRecordMain/index.vue +++ b/src/views/wms/productionManage/productscrap/productscrapRecordMain/index.vue @@ -266,8 +266,9 @@ const handleExport = async () => { await message.exportConfirm() // 发起导出 exportLoading.value = true + const excelTitle = ref(route.meta.title) const data = await ProductscrapRecordMainApi.exportProductscrapRecordMain(tableObject.params) - download.excel(data, `【${route.meta.title}】【${formatDate(new Date())}】.xlsx`) + download.excel(data, `【${excelTitle.value}】【${formatDate(new Date())}】.xlsx`) } catch { } finally { exportLoading.value = false diff --git a/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue b/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue index 276ccdda9..3772e2435 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue +++ b/src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue @@ -728,8 +728,9 @@ const handleExport = async () => { await message.exportConfirm() // 发起导出 exportLoading.value = true + const excelTitle = ref(route.meta.title) const data = await ProductscrapRequestMainApi.exportProductscrapRequestMain(tableObject.params) - download.excel(data, `【${route.meta.title}】【${formatDate(new Date())}】.xlsx`) + download.excel(data, `【${excelTitle.value}】【${formatDate(new Date())}】.xlsx`) } catch { } finally { exportLoading.value = false From bbe0011222a552beaee65af2f0ce1efd32a57e16 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Fri, 16 Aug 2024 19:58:02 +0800 Subject: [PATCH 03/37] =?UTF-8?q?=E6=96=B0=E7=89=88=E9=87=87=E8=B4=AD?= =?UTF-8?q?=E9=80=80=E8=B4=A7=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereturn/purchasereturnRequestMainNew/index.vue | 4 +++- .../purchasereturnRequestMainNew.data.ts | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue index 1805e5bf4..d065fb8d6 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue @@ -810,12 +810,14 @@ const onChangeForm = async (field, cur, formRef)=>{ if(subList&&subList.length>0){ tableData.value = subList.map(item=>({ 'batch':item['batch'], - 'status':item['inventoryStatus'], + 'inventoryStatus':item['inventoryStatus'], 'inventoryBalance':item['qty'], 'qty':0, 'reason_type':'', 'reason':'' })) + }else{ + tableData.value = [] } } } diff --git a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/purchasereturnRequestMainNew.data.ts b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/purchasereturnRequestMainNew.data.ts index f904e74ff..e1eb42507 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/purchasereturnRequestMainNew.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/purchasereturnRequestMainNew.data.ts @@ -254,6 +254,7 @@ export const PurchasereturnRequestMainNew = useCrudSchemas( }, form: { component: 'Select', + value:locationList[0]['value'], componentProps: { options: locationList } From 45b1bc1b5f8c9a5e9e115afd0a811b3e6467a8c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=BB=E7=A0=96-JAVA=5CAdministrator?= <591141169@qq.com> Date: Fri, 16 Aug 2024 20:15:42 +0800 Subject: [PATCH 04/37] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A3=80=E9=AA=8C?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E7=9A=84=E8=B4=A8=E6=A3=80=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=20HL-5363?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/qms/inspectionRequest/index.vue | 29 +++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/src/views/qms/inspectionRequest/index.vue b/src/views/qms/inspectionRequest/index.vue index a50c38cee..4e6ea8443 100644 --- a/src/views/qms/inspectionRequest/index.vue +++ b/src/views/qms/inspectionRequest/index.vue @@ -88,6 +88,17 @@ @ListTableSubmit="ListTableSubmit" /> + + + + + From 24116266bfa0544b8db1066c80671a6450fd0d97 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Sat, 17 Aug 2024 14:29:48 +0800 Subject: [PATCH 20/37] =?UTF-8?q?=E7=BC=BA=E9=99=B7:HL-5075=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereturn/purchasereturnRequestMainNew/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue index 749c144f9..dd8f6193d 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue @@ -133,7 +133,7 @@ Date: Sat, 17 Aug 2024 14:43:19 +0800 Subject: [PATCH 21/37] =?UTF-8?q?=E6=96=B0=E7=89=88=E9=87=87=E8=B4=AD?= =?UTF-8?q?=E9=80=80=E8=B4=A7-=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereturn/purchasereturnRequestMainNew/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue index b89d456ce..d2261df0b 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue @@ -803,8 +803,8 @@ const onChangeForm = async (field, cur, formRef)=>{ }) }else if(field == 'locationCode' || field == 'itemCode'){ // 退货库位 获取明细列表 - let itemCode = field == 'locationCode'?formRef.value.formModel.itemCode:formRef.formModel.itemCode - let fromLocationCode = field == 'locationCode'?formRef.value.formModel.locationCode:formRef.formModel.locationCode + let itemCode = formRef.formModel?formRef.formModel.itemCode:formRef.value.formModel.itemCode + let fromLocationCode = formRef.formModel?formRef.formModel.locationCode:formRef.value.formModel.locationCode if(!itemCode||!fromLocationCode){ return } From 98dd6b322e70c1f89127d388fe2a86e5ff8875f1 Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Sat, 17 Aug 2024 14:59:57 +0800 Subject: [PATCH 22/37] =?UTF-8?q?=E7=BC=BA=E9=99=B7HL-4830:=E4=BE=9B?= =?UTF-8?q?=E5=BA=94=E5=95=86=E7=94=A8=E6=88=B7=E5=85=B3=E8=81=94=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=AF=BC=E5=87=BA=E6=B7=BB=E5=8A=A0loding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wms/basicDataManage/systemSetting/supplierUser/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/wms/basicDataManage/systemSetting/supplierUser/index.vue b/src/views/wms/basicDataManage/systemSetting/supplierUser/index.vue index 7c720e543..c54af273d 100644 --- a/src/views/wms/basicDataManage/systemSetting/supplierUser/index.vue +++ b/src/views/wms/basicDataManage/systemSetting/supplierUser/index.vue @@ -221,12 +221,14 @@ const handleExport = async () => { await message.exportConfirm() // 发起导出 exportLoading.value = true + tableObject.loading = true const excelTitle = ref(route.meta.title) const data = await SupplierUserApi.exportSupplierUser(tableObject.params) download.excel(data, `【${excelTitle.value}】【${formatDate(new Date())}】.xlsx`) } catch { } finally { exportLoading.value = false + tableObject.loading = false } } From c38c229c685ca470c975082d5b85c86cd0d19831 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Sat, 17 Aug 2024 15:27:27 +0800 Subject: [PATCH 23/37] =?UTF-8?q?=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereturn/purchasereturnRequestMainNew/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue index d2261df0b..c79f3e737 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue @@ -129,7 +129,7 @@ @searchTableSuccess="searchTableSuccessLabel" /> - + Date: Sat, 17 Aug 2024 17:21:59 +0800 Subject: [PATCH 24/37] =?UTF-8?q?=E9=9A=90=E8=97=8F=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereturn/purchasereturnRequestMainNew/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue index c79f3e737..6c7ad4a30 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue @@ -83,7 +83,7 @@ - +