Browse Source

冯:暂时没用先去掉

hella_online_20240829
wangyufei 2 months ago
parent
commit
e5677e8710
  1. 122
      src/views/wms/moveManage/inventorychange/inventorychangeRequestMain/inventorychangeRequestMain.data.ts

122
src/views/wms/moveManage/inventorychange/inventorychangeRequestMain/inventorychangeRequestMain.data.ts

@ -659,67 +659,67 @@ export const InventorychangeRequestDetail = useCrudSchemas(reactive<CrudSchema[]
isTableForm: false, isTableForm: false,
isForm: false, isForm: false,
}, },
{ // {
label: '从货主代码', // label: '从货主代码',
field: 'fromOwnerCode', // field: 'fromOwnerCode',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
componentProps: { // componentProps: {
disabled: true // disabled: true
} // }
}, // },
tableForm: { // tableForm: {
disabled: true // disabled: true
}, // },
}, // },
{ // {
label: '到货主代码', // label: '到货主代码',
field: 'toOwnerCode', // field: 'toOwnerCode',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
tableForm: { // tableForm: {
enterSearch: true, // enterSearch: true,
isInpuFocusShow: true, // 开启查询弹窗 // isInpuFocusShow: true, // 开启查询弹窗
searchListPlaceholder: '请选择货主代码', // searchListPlaceholder: '请选择货主代码',
searchField: 'code', // searchField: 'code',
searchTitle: '货主信息', // searchTitle: '货主信息',
searchAllSchemas: Owner.allSchemas, // searchAllSchemas: Owner.allSchemas,
searchPage: OwnerApi.getOwnerPage, // searchPage: OwnerApi.getOwnerPage,
verificationParams: [{ // verificationParams: [{
key: 'code', // key: 'code',
action: '==', // action: '==',
value: '', // value: '',
isMainValue: false, // isMainValue: false,
isSearch: true, // isSearch: true,
isFormModel: true, // isFormModel: true,
}], // 失去焦点校验参数 // }], // 失去焦点校验参数
}, // },
form: { // form: {
// labelMessage: '信息提示说明!!!', // // labelMessage: '信息提示说明!!!',
componentProps: { // componentProps: {
enterSearch: true, // enterSearch: true,
isSearchList: true, // 开启查询弹窗 // isSearchList: true, // 开启查询弹窗
searchListPlaceholder: '请选择货主代码', // searchListPlaceholder: '请选择货主代码',
searchField: 'code', // searchField: 'code',
searchTitle: '货主信息', // searchTitle: '货主信息',
searchAllSchemas: Owner.allSchemas, // searchAllSchemas: Owner.allSchemas,
searchPage: OwnerApi.getOwnerPage, // searchPage: OwnerApi.getOwnerPage,
verificationParams: [{ // verificationParams: [{
key: 'code', // key: 'code',
action: '==', // action: '==',
value: '', // value: '',
isMainValue: false, // isMainValue: false,
isSearch: true, // isSearch: true,
isFormModel: true, // isFormModel: true,
}], // 失去焦点校验参数 // }], // 失去焦点校验参数
} // }
} // }
}, // },
// { // {
// label: '从替代批次', // label: '从替代批次',
// field: 'fromAltbatch', // field: 'fromAltbatch',

Loading…
Cancel
Save