|
|
@ -116,9 +116,8 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
}, |
|
|
|
sortTableDefault:9, |
|
|
|
form: { |
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
|
componentProps: { |
|
|
|
disabled:true, |
|
|
|
enterSearch:true, |
|
|
|
dialogWidth:'1055px',//搜索出来弹窗的宽度
|
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
@ -1702,39 +1701,38 @@ export const SupplierdeliverRequestDetailLabel = useCrudSchemas(reactive<CrudSch |
|
|
|
disabled:true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '托规格', |
|
|
|
field: 'secondPackUnit', |
|
|
|
isTable: true, |
|
|
|
sort: 'custom', |
|
|
|
form: { |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|
type: 'Select', |
|
|
|
labelField: 'packName', |
|
|
|
valueField: 'packUnit', |
|
|
|
initOptions: [{ |
|
|
|
label: '', |
|
|
|
value: '' |
|
|
|
}] |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '托规格数量', |
|
|
|
field: 'secondPackQty', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
componentProps: { |
|
|
|
} |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|
disabled:true |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
// {
|
|
|
|
// label: '托规格',
|
|
|
|
// field: 'secondPackUnit',
|
|
|
|
// isTable: true,
|
|
|
|
// sort: 'custom',
|
|
|
|
// form: {
|
|
|
|
// },
|
|
|
|
// tableForm: {
|
|
|
|
// type: 'Select',
|
|
|
|
// labelField: 'packName',
|
|
|
|
// valueField: 'packUnit',
|
|
|
|
// initOptions: [{
|
|
|
|
// label: '',
|
|
|
|
// value: ''
|
|
|
|
// }]
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '托规格数量',
|
|
|
|
// field: 'secondPackQty',
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// form: {
|
|
|
|
// componentProps: {
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
// tableForm: {
|
|
|
|
// disabled:true
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '物料名称', |
|
|
|
field: 'itemName', |
|
|
|