1、WMS制品上架任务和制品上架记录中包装规格和数量没值
@ -608,22 +608,22 @@ export const ProductputawayJobMainRules = reactive({
* @returns {Array} 制品上架任务子表
*/
export const ProductputawayJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{
label: '采购订单号',
field: 'poNumber',
sort: 'custom',
table: {
width: 150
},
label: '订单行',
field: 'poLine',
// {
// label: '采购订单号',
// field: 'poNumber',
// sort: 'custom',
// table: {
// width: 150
// },
// label: '订单行',
// field: 'poLine',
label: '物料代码',
field: 'itemCode',
@ -389,24 +389,24 @@ export const ProductputawayRecordMainRules = reactive({
* @returns {Array} 制品上架记录子表
export const ProductputawayRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
sortTableDefault:2,
// sortTableDefault:2,
@ -427,26 +427,26 @@ export const ProductputawayRequestMainRules = reactive({
* @returns {Array} 制品上架申请子表
export const ProductputawayRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([
isForm: false,
isTableForm: false,
// isForm: false,
// isTableForm: false,