Browse Source

YT-1337新增时,先点击添加明细时,应该提示请先选择从仓库代码

intex_online20241228
zhaoyiran 3 months ago
parent
commit
e49a7265df
  1. 4
      src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/index.vue
  2. 4
      src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/inventorymoveRequestMain.data.ts

4
src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/index.vue

@ -257,7 +257,7 @@ InventorymoveRequestDetail.allSchemas.tableFormColumns.map(item => {
{ {
key:'fromWarehouseCode', key:'fromWarehouseCode',
value:'fromWarehouseCode', value:'fromWarehouseCode',
message: '请填写生产线代码!', message: '请选择从仓库代码!',
isMainValue: true isMainValue: true
}, },
{ {
@ -277,7 +277,7 @@ InventorymoveRequestDetail.allSchemas.tableFormColumns.map(item => {
{ {
key:'fromWarehouseCode', key:'fromWarehouseCode',
value:'fromWarehouseCode', value:'fromWarehouseCode',
message: '请填写生产线代码!', message: '请选择从仓库代码!',
isMainValue: true isMainValue: true
}, },
{ {

4
src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/inventorymoveRequestMain.data.ts

@ -530,7 +530,7 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>(
searchCondition: [{ searchCondition: [{
key:'fromWarehouseCode', key:'fromWarehouseCode',
value:'fromWarehouseCode', value:'fromWarehouseCode',
message: '请填写生产线代码!', message: '请选择从仓库代码!',
isMainValue: true isMainValue: true
},{ },{
key: 'available', key: 'available',
@ -550,7 +550,7 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>(
searchCondition: [{ searchCondition: [{
key:'fromWarehouseCode', key:'fromWarehouseCode',
value:'fromWarehouseCode', value:'fromWarehouseCode',
message: '请填写生产线代码!', message: '请选择从仓库代码!',
isMainValue: true isMainValue: true
},{ },{
key: 'available', key: 'available',

Loading…
Cancel
Save