From c7e77d513f81cf97303a0714e72f6833b414a3a7 Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Mon, 9 Jun 2025 19:21:04 +0800 Subject: [PATCH] =?UTF-8?q?YT-2718:=E3=80=8A=E9=87=87=E8=B4=AD=E9=80=80?= =?UTF-8?q?=E8=B4=A7=E7=94=B3=E8=AF=B7=E3=80=8B=E3=80=8A=E9=87=87=E8=B4=AD?= =?UTF-8?q?=E9=80=80=E8=B4=A7=E8=AE=B0=E5=BD=95=E3=80=8B=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E3=80=90=E5=8D=95=E6=8D=AE=E6=89=93=E5=8D=B0=E3=80=91=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../repleinshJobMain/repleinshJobMain.data.ts | 27 +++++++++++++++++++ .../repleinshRecordMain.data.ts | 27 +++++++++++++++++++ .../purchasereturnRecordMain/index.vue | 2 +- .../purchasereturnRequestMainNew/index.vue | 2 +- 4 files changed, 56 insertions(+), 2 deletions(-) diff --git a/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts index 159b07184..7dc9f71fc 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts @@ -109,6 +109,33 @@ export const RepleinshJobMain = useCrudSchemas(reactive([ isSearch: true, sortSearchDefault: 3, }, + { + label: '便次', + field: 'deliNo', + sort: 'custom', + sortTableDefault: 5, + table: { + width: 150 + }, + isTable: true, + form: { + component: 'InputNumber', + componentProps: { + min: 1 + } + } + }, + { + label: '来源', + field: 'sourceType', + sort: 'custom', + table: { + width: 150 + }, + isForm: false, + isTable: true, + isDetail: true + }, { label: '要求截止时间', field: 'requestDueTime', diff --git a/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts index fe8a3a072..b342d661c 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts @@ -174,6 +174,33 @@ export const RepleinshRecordMain = useCrudSchemas(reactive([ isSearch: true, sortSearchDefault: 3, }, + { + label: '便次', + field: 'deliNo', + sort: 'custom', + sortTableDefault: 5, + table: { + width: 150 + }, + isTable: true, + form: { + component: 'InputNumber', + componentProps: { + min: 1 + } + } + }, + { + label: '来源', + field: 'sourceType', + sort: 'custom', + table: { + width: 150 + }, + isForm: false, + isTable: true, + isDetail: true + }, { label: '截止时间', field: 'dueTime', diff --git a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/index.vue index 0e0bae18f..88c003220 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/index.vue @@ -163,7 +163,7 @@ const butttondata = (row,$index) => { if(findIndex>-1&&findIndex<$index){ return [] } - return [defaultButtons.mainListDocumentPrintBtn(null)] + //return [defaultButtons.mainListDocumentPrintBtn(null)] } // 列表-操作按钮事件 diff --git a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue index 8b86ad4de..60b09ca65 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue @@ -515,7 +515,7 @@ const butttondata = (row, $index) => { hide: isShowMainButton(row, ['1']), hasPermi: 'wms:purchasereturn-request-main:update' }),// 编辑 - defaultButtons.mainListDocumentPrintBtn(null)// 打印标签 + // defaultButtons.mainListDocumentPrintBtn(null)// 打印标签 // { // label: '生成标签', // name: 'ssbq',