Browse Source

YT-699预生产收货申请,重新打开编辑修改,生产线代码应不能修改

intex_online20241111
zhaoyiran 3 months ago
parent
commit
3d8cd11fb4
  1. 4
      src/views/wms/productionManage/productreceipt/productreceiptRequestMain/index.vue

4
src/views/wms/productionManage/productreceipt/productreceiptRequestMain/index.vue

@ -633,7 +633,7 @@ const openForm = async (type: string, row?: number) => {
if (type == 'update') {
// tableform
ProductreceiptRequestMain.allSchemas.formSchema.map((itemColumns) => {
if (itemColumns.field == 'workshopCode') {
if (itemColumns.field == 'workshopCode' || itemColumns.field == 'productionLineCode') {
itemColumns.componentProps.isSearchList = false
itemColumns.componentProps.disabled = true
}
@ -641,7 +641,7 @@ const openForm = async (type: string, row?: number) => {
} else {
// tableform
ProductreceiptRequestMain.allSchemas.formSchema.map((itemColumns) => {
if (itemColumns.field == 'workshopCode') {
if (itemColumns.field == 'workshopCode' || itemColumns.field == 'productionLineCode') {
itemColumns.componentProps.isSearchList = true
itemColumns.componentProps.disabled = false
}

Loading…
Cancel
Save