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')