Browse Source

WMS 需求:HL-6059 物料隔离申请选择时没有供应商代码或者名称

hella_online_20240927
高竟松 5 months ago
parent
commit
1bd501ccc2
  1. 1
      src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/index.vue
  2. 4
      src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts

1
src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/index.vue

@ -815,6 +815,7 @@ const searchList = (model)=>{
/** 初始化 **/ /** 初始化 **/
onMounted(async () => { onMounted(async () => {
getList() getList()
console.log(routeName.value)
if(routeName.value == "InventorymoveRequestMain"){ if(routeName.value == "InventorymoveRequestMain"){
importTemplateData.templateUrl = await InventorymoveRequestMainApi.importTemplate() importTemplateData.templateUrl = await InventorymoveRequestMainApi.importTemplate()
}else { }else {

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

@ -1151,9 +1151,9 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>(
value: 'TRUE', value: 'TRUE',
isMainValue: false isMainValue: false
},{ },{
key: 'costcentreType', key: 'item_code',
value: 'costCenterType', value: 'costCenterType',
message: '成本中心类型不能为空!', message: '物料代码不能为空!',
isMainValue: true isMainValue: true
}] }]
} }

Loading…
Cancel
Save