From fb5c6e414063a4054227b21c141350d0fbd8b6f9 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Fri, 5 Jul 2024 14:27:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E6=96=99=E8=AE=B0=E5=BD=95=E4=B8=AD?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E5=8E=BB=E6=8E=89=E4=BB=8E=E6=89=B9=E6=AC=A1?= =?UTF-8?q?=EF=BC=8C=E5=88=B0=E6=89=B9=E6=AC=A1=EF=BC=8C=E4=BB=8E=E5=8C=85?= =?UTF-8?q?=E8=A3=85=E5=8F=B7=EF=BC=8C=E5=88=B0=E5=8C=85=E8=A3=85=E5=8F=B7?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../repleinshRecordMain.data.ts | 14 ++++++++++---- .../repleinsh/repleinshRequestMain/index.vue | 4 ++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts index 4bf9a8d6e..471a5f41b 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts @@ -429,7 +429,7 @@ export const RepleinshRecordDetail = useCrudSchemas(reactive([ table: { width: 150 }, - isSearch: true, + isSearch: false, hiddenInMain: true }, { @@ -439,7 +439,7 @@ export const RepleinshRecordDetail = useCrudSchemas(reactive([ table: { width: 150 }, - isSearch: true, + isSearch: false, hiddenInMain: true }, { @@ -480,7 +480,7 @@ export const RepleinshRecordDetail = useCrudSchemas(reactive([ width: 150 }, sortSearchDefault:3, - isSearch: true, + isSearch: false, hiddenInMain: true }, { @@ -491,7 +491,7 @@ export const RepleinshRecordDetail = useCrudSchemas(reactive([ width: 150 }, sortSearchDefault:4, - isSearch: true, + isSearch: false, hiddenInMain: true }, { @@ -512,6 +512,7 @@ export const RepleinshRecordDetail = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false, hiddenInMain:true, sortTableDefault:2, }, @@ -522,6 +523,7 @@ export const RepleinshRecordDetail = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false, hiddenInMain:true, sortTableDefault:3, }, @@ -529,6 +531,7 @@ export const RepleinshRecordDetail = useCrudSchemas(reactive([ label: '从货主代码', field: 'fromOwnerCode', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -690,6 +693,7 @@ export const RepleinshRecordDetail = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false, hiddenInMain:true, }, { @@ -740,6 +744,7 @@ export const RepleinshRecordDetail = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false, hiddenInMain:true, }, @@ -750,6 +755,7 @@ export const RepleinshRecordDetail = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false, hiddenInMain:true, }, diff --git a/src/views/wms/issueManage/repleinsh/repleinshRequestMain/index.vue b/src/views/wms/issueManage/repleinsh/repleinshRequestMain/index.vue index a687f0e42..74040ff72 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshRequestMain/index.vue +++ b/src/views/wms/issueManage/repleinsh/repleinshRequestMain/index.vue @@ -377,8 +377,8 @@ const submitForm = async (formType, submitData) => { data.id = data.masterId } tableData.value.forEach(item=>{ - item.toLocationCode = data.toLocationCode - }) + item.toLocationCode = data.toLocationCode + }) data.subList = tableData.value // 拼接子表数据参数 if(tableData.value.find(item => (item.qty <= 0))) { message.warning('数量必须大于0')