Browse Source

供应商发货申请需求变更

intex_online20241111
YEJIAXING-PC\lenovo 4 weeks ago
parent
commit
d9c27f8f08
  1. 20
      src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue
  2. 68
      src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts

20
src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue

@ -537,16 +537,16 @@ const butttondata = (row, $index) => {
// hide: isShowMainButton(row, ['1', '2', '3']), // hide: isShowMainButton(row, ['1', '2', '3']),
// hasPermi: 'wms:supplierdeliver-request-main:uploadCheck' // hasPermi: 'wms:supplierdeliver-request-main:uploadCheck'
// }), // // }), //
{ // {
label: t('ts.上传履历表'), // label: t('ts.'),
name: 'mainPlanCurriculumVitae', // name: 'mainPlanCurriculumVitae',
hide: row.status==5, // hide: row.status==5,
type: 'primary', // type: 'primary',
icon: '', // icon: '',
color: '', // color: '',
hasPermi: '', // hasPermi: '',
link: true // // link: true //
}, // // }, //
defaultButtons.mainListPlanSubBtn({ defaultButtons.mainListPlanSubBtn({
hide: isShowMainButton(row, ['1']), hide: isShowMainButton(row, ['1']),
hasPermi: 'wms:supplierdeliver-request-main:sub' hasPermi: 'wms:supplierdeliver-request-main:sub'

68
src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts

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

Loading…
Cancel
Save