|
|
@ -14,7 +14,7 @@ import {Location} from "@/views/wms/basicDataManage/factoryModeling/location/loc |
|
|
|
import * as LocationApi from "@/api/wms/location"; |
|
|
|
import { Itempackaging } from '@/views/wms/basicDataManage/itemManage/itempackage/itempackage.data' |
|
|
|
import * as ItemPackageApi from '@/api/wms/itempackage/index' |
|
|
|
|
|
|
|
const businessType = 'UnplannedReceipt' |
|
|
|
const { t } = useI18n() // 国际化
|
|
|
|
|
|
|
|
// 获取自动提交自动通过自动执行,跳过任务直接删生成记录的默认值
|
|
|
@ -165,9 +165,9 @@ export const UnplannedreceiptRequestMain = useCrudSchemas(reactive<CrudSchema[]> |
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
|
componentProps: { |
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
|
searchListPlaceholder: '请科目账户信息', |
|
|
|
searchListPlaceholder: '请领用描述信息', |
|
|
|
searchField: 'usageDescription', |
|
|
|
searchTitle: '科目账户信息', |
|
|
|
searchTitle: '领用描述信息', |
|
|
|
searchAllSchemas: SubjectAccount.allSchemas, |
|
|
|
searchPage: SubjectAccountApi.getSubjectAccountPage |
|
|
|
} |
|
|
@ -643,7 +643,7 @@ export const UnplannedreceiptRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
|
searchField: 'code', |
|
|
|
searchTitle: '库位信息', |
|
|
|
searchAllSchemas: Location.allSchemas, |
|
|
|
searchPage: LocationApi.getLocationPage, |
|
|
|
searchPage: LocationApi.getLocationListByAreaAndBusinesstype, |
|
|
|
searchCondition: [{ |
|
|
|
key: 'available', |
|
|
|
value: 'TRUE', |
|
|
@ -653,6 +653,15 @@ export const UnplannedreceiptRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
|
value: 'toWarehouseCode', |
|
|
|
message: '请填写到仓库代码!', |
|
|
|
isMainValue: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: 'businessType', |
|
|
|
value: businessType , |
|
|
|
isMainValue: false |
|
|
|
},{ |
|
|
|
key: 'isIn', |
|
|
|
value: 'in', |
|
|
|
isMainValue: false |
|
|
|
}] |
|
|
|
}, |
|
|
|
form: { |
|
|
@ -663,7 +672,7 @@ export const UnplannedreceiptRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
|
searchTitle: '库位信息', // 查询弹窗标题
|
|
|
|
searchAllSchemas: Location.allSchemas, // 查询弹窗所需类
|
|
|
|
searchPage: LocationApi.getLocationPage, // 查询弹窗所需分页方法
|
|
|
|
searchPage: LocationApi.getLocationListByAreaAndBusinesstype, // 查询弹窗所需分页方法
|
|
|
|
searchCondition: [{ |
|
|
|
key: 'available', |
|
|
|
value: 'TRUE', |
|
|
@ -673,6 +682,15 @@ export const UnplannedreceiptRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
|
value: 'toWarehouseCode', |
|
|
|
message: '请填写到仓库代码!', |
|
|
|
isMainValue: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: 'businessType', |
|
|
|
value: businessType , |
|
|
|
isMainValue: false |
|
|
|
},{ |
|
|
|
key: 'isIn', |
|
|
|
value: 'in', |
|
|
|
isMainValue: false |
|
|
|
}] |
|
|
|
} |
|
|
|
} |
|
|
@ -796,7 +814,7 @@ export const UnplannedreceiptRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
|
searchCondition: [{ |
|
|
|
key: 'code', // 查询列表中字段
|
|
|
|
value: 'usageCode', // 指查询具体值
|
|
|
|
message: '请选择领用描述!', // 当前置条件为空时 弹出信息提示
|
|
|
|
message: '请选择成本中心信息!', // 当前置条件为空时 弹出信息提示
|
|
|
|
isMainValue: true // 表示查询条件不是主表的字段的值
|
|
|
|
}] |
|
|
|
}, |
|
|
@ -812,7 +830,7 @@ export const UnplannedreceiptRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
|
searchCondition: [{ |
|
|
|
key: 'code', // 查询列表中字段
|
|
|
|
value: 'usageCode', // 指查询具体值
|
|
|
|
message: '请选择领用描述!', // 当前置条件为空时 弹出信息提示
|
|
|
|
message: '请选择成本中心信息!', // 当前置条件为空时 弹出信息提示
|
|
|
|
isMainValue: true // 表示查询条件不是主表的字段的值
|
|
|
|
}] |
|
|
|
} |
|
|
@ -835,12 +853,12 @@ export const UnplannedreceiptRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
|
searchCondition: [{ |
|
|
|
key: 'code', // 查询列表中字段
|
|
|
|
value: 'usageCode', // 指查询具体值
|
|
|
|
message: '请选择领用描述!', // 当前置条件为空时 弹出信息提示
|
|
|
|
message: '请选择科目代码信息!', // 当前置条件为空时 弹出信息提示
|
|
|
|
isMainValue: true // 表示查询条件不是主表的字段的值
|
|
|
|
},{ |
|
|
|
key: 'costcentreCode', // 查询列表中字段
|
|
|
|
value: 'costcentreCode', // 指查询具体值
|
|
|
|
message: '请成本中心代码!', // 当前置条件为空时 弹出信息提示
|
|
|
|
message: '请选择科目代码信息!', // 当前置条件为空时 弹出信息提示
|
|
|
|
isMainValue: true // 表示查询条件不是主表的字段的值
|
|
|
|
}] |
|
|
|
}, |
|
|
@ -848,20 +866,20 @@ export const UnplannedreceiptRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
|
componentProps: { |
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
|
searchListPlaceholder: '选择成本中心', |
|
|
|
searchListPlaceholder: '选择科目代码', |
|
|
|
searchField: 'projectCode', |
|
|
|
searchTitle: '成本中心信息', |
|
|
|
searchTitle: '科目代码信息', |
|
|
|
searchAllSchemas: SubjectAccount.allSchemas, |
|
|
|
searchPage: SubjectAccountApi.getSubjectAccountPage, |
|
|
|
searchCondition: [{ |
|
|
|
key: 'code', // 查询列表中字段
|
|
|
|
value: 'usageCode', // 指查询具体值
|
|
|
|
message: '请选择领用描述!', // 当前置条件为空时 弹出信息提示
|
|
|
|
message: '请选择科目代码信息!', // 当前置条件为空时 弹出信息提示
|
|
|
|
isMainValue: true // 表示查询条件不是主表的字段的值
|
|
|
|
},{ |
|
|
|
key: 'costcentreCode', // 查询列表中字段
|
|
|
|
value: 'costecentreCode', // 指查询具体值
|
|
|
|
message: '请成本中心代码!', // 当前置条件为空时 弹出信息提示
|
|
|
|
message: '请选择科目代码信息!', // 当前置条件为空时 弹出信息提示
|
|
|
|
isMainValue: false // 表示查询条件不是主表的字段的值
|
|
|
|
}] |
|
|
|
} |
|
|
|