|
@ -174,6 +174,14 @@ export const PurchasereturnRequestMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '供应商代码', |
|
|
|
|
|
field: 'supplierCode', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
// {
|
|
|
// {
|
|
|
// label: '供应商代码',
|
|
|
// label: '供应商代码',
|
|
|
// field: 'supplierCode',
|
|
|
// field: 'supplierCode',
|
|
@ -681,61 +689,30 @@ export const PurchasereturnRequestMainRules = reactive({ |
|
|
* @returns {Array} 采购退货申请子表 |
|
|
* @returns {Array} 采购退货申请子表 |
|
|
*/ |
|
|
*/ |
|
|
export const PurchasereturnRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
export const PurchasereturnRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
// {
|
|
|
{ |
|
|
// label: '订单号',
|
|
|
label: '订单号', |
|
|
// field: 'poNumber',
|
|
|
field: 'poNumber', |
|
|
// sort: 'custom',
|
|
|
sort: 'custom', |
|
|
// table: {
|
|
|
table: { |
|
|
// width: 150
|
|
|
width: 150 |
|
|
// },
|
|
|
}, |
|
|
// tableForm:{
|
|
|
tableForm:{ |
|
|
// disabled:true
|
|
|
disabled:true |
|
|
// },
|
|
|
}, |
|
|
// form: {
|
|
|
form: { |
|
|
// componentProps:{
|
|
|
componentProps:{ |
|
|
// disabled:true
|
|
|
disabled:true |
|
|
// }
|
|
|
} |
|
|
// }
|
|
|
} |
|
|
// },
|
|
|
}, |
|
|
// {
|
|
|
{ |
|
|
// label: '订单行',
|
|
|
label: '订单行', |
|
|
// field: 'poLine',
|
|
|
field: 'poLine', |
|
|
// sort: 'custom',
|
|
|
sort: 'custom', |
|
|
// table: {
|
|
|
table: { |
|
|
// width: 150
|
|
|
width: 150 |
|
|
// },
|
|
|
}, |
|
|
// tableForm:{
|
|
|
}, |
|
|
// isInpuFocusShow: false, // 开启查询弹窗
|
|
|
|
|
|
// searchListPlaceholder: '请选择订单行',
|
|
|
|
|
|
// searchField: 'poLine',
|
|
|
|
|
|
// searchTitle: '采购收货记录信息',
|
|
|
|
|
|
// searchAllSchemas: PurchasereceiptRecordDetail.allSchemas,
|
|
|
|
|
|
// searchPage: PurchasereceiptRecordDetailApi.getPurchasereceiptRecordDetailPage,
|
|
|
|
|
|
// searchCondition: [{
|
|
|
|
|
|
// key: 'number',
|
|
|
|
|
|
// value: 'purchaseReceiptRecordNumber',
|
|
|
|
|
|
// message: '请填写采购收货记录号!',
|
|
|
|
|
|
// isMainValue: true
|
|
|
|
|
|
// }]
|
|
|
|
|
|
// },
|
|
|
|
|
|
// form: {
|
|
|
|
|
|
// // labelMessage: '信息提示说明!!!',
|
|
|
|
|
|
// componentProps: {
|
|
|
|
|
|
// isSearchList: false,
|
|
|
|
|
|
// searchListPlaceholder: '请选择订单行',
|
|
|
|
|
|
// searchField: 'poLine',
|
|
|
|
|
|
// searchTitle: '采购收货记录信息',
|
|
|
|
|
|
// searchAllSchemas: PurchasereceiptRecordDetail.allSchemas,
|
|
|
|
|
|
// searchPage: PurchasereceiptRecordDetailApi.getPurchasereceiptRecordDetailPage,
|
|
|
|
|
|
// searchCondition: [{
|
|
|
|
|
|
// key: 'number',
|
|
|
|
|
|
// value: 'purchaseReceiptRecordNumber',
|
|
|
|
|
|
// message: '请填写采购收货记录号!',
|
|
|
|
|
|
// isMainValue: true
|
|
|
|
|
|
// }]
|
|
|
|
|
|
// }
|
|
|
|
|
|
// },
|
|
|
|
|
|
// },
|
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '物料代码', |
|
|
label: '物料代码', |
|
|
field: 'itemCode', |
|
|
field: 'itemCode', |
|
|