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']),
// hasPermi: 'wms:supplierdeliver-request-main:uploadCheck'
// }), //
{
label: t('ts.上传履历表'),
name: 'mainPlanCurriculumVitae',
hide: row.status==5,
type: 'primary',
icon: '',
color: '',
hasPermi: '',
link: true //
}, //
// {
// label: t('ts.'),
// name: 'mainPlanCurriculumVitae',
// hide: row.status==5,
// type: 'primary',
// icon: '',
// color: '',
// hasPermi: '',
// link: true //
// }, //
defaultButtons.mainListPlanSubBtn({
hide: isShowMainButton(row, ['1']),
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,
form: {
// labelMessage: '信息提示说明!!!',
// labelMessage: '信息提示说明!!!',
componentProps: {
disabled:true,
enterSearch:true,
dialogWidth:'1055px',//搜索出来弹窗的宽度
isSearchList: true, // 开启查询弹窗
@ -1702,39 +1701,38 @@ export const SupplierdeliverRequestDetailLabel = useCrudSchemas(reactive<CrudSch
disabled:true
}
},
{
label: '托规格',
field: 'secondPackUnit',
isTable: true,
sort: 'custom',
form: {
},
tableForm: {
type: 'Select',
labelField: 'packName',
valueField: 'packUnit',
initOptions: [{
label: '',
value: ''
}]
}
},
{
label: '托规格数量',
field: 'secondPackQty',
sort: 'custom',
table: {
width: 150
},
form: {
componentProps: {
}
},
tableForm: {
disabled:true
}
},
// {
// label: '托规格',
// field: 'secondPackUnit',
// isTable: true,
// sort: 'custom',
// form: {
// },
// tableForm: {
// type: 'Select',
// labelField: 'packName',
// valueField: 'packUnit',
// initOptions: [{
// label: '',
// value: ''
// }]
// }
// },
// {
// label: '托规格数量',
// field: 'secondPackQty',
// sort: 'custom',
// table: {
// width: 150
// },
// form: {
// componentProps: {
// }
// },
// tableForm: {
// disabled:true
// }
// },
{
label: '物料名称',
field: 'itemName',

Loading…
Cancel
Save