Browse Source

缺陷HL-6157修改

hella_online_20241017
zhaoxuebing 2 months ago
parent
commit
b98cd9ce01
  1. 87
      src/views/wms/purchasereceiptManage/purchasereturnspare/purchasereturnRequestSpareMain/purchasereturnRequestSpareMain.data.ts

87
src/views/wms/purchasereceiptManage/purchasereturnspare/purchasereturnRequestSpareMain/purchasereturnRequestSpareMain.data.ts

@ -174,6 +174,14 @@ export const PurchasereturnRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
}
}
},
{
label: '供应商代码',
field: 'supplierCode',
sort: 'custom',
table: {
width: 150
},
},
// {
// label: '供应商代码',
// field: 'supplierCode',
@ -681,61 +689,30 @@ export const PurchasereturnRequestMainRules = reactive({
* @returns {Array} 退
*/
export const PurchasereturnRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([
// {
// label: '订单号',
// field: 'poNumber',
// sort: 'custom',
// table: {
// width: 150
// },
// tableForm:{
// disabled:true
// },
// form: {
// componentProps:{
// disabled:true
// }
// }
// },
// {
// label: '订单行',
// field: 'poLine',
// sort: 'custom',
// table: {
// 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: '订单号',
field: 'poNumber',
sort: 'custom',
table: {
width: 150
},
tableForm:{
disabled:true
},
form: {
componentProps:{
disabled:true
}
}
},
{
label: '订单行',
field: 'poLine',
sort: 'custom',
table: {
width: 150
},
},
{
label: '物料代码',
field: 'itemCode',

Loading…
Cancel
Save