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: '供应商代码', // 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',

Loading…
Cancel
Save