Browse Source

Merge remote-tracking branch 'origin/master_hella' into master_hella

hella_online_20240829
gaojs 2 months ago
parent
commit
69bf628f70
  1. 2028
      src/views/qms/inspectionJob/addForm.vue
  2. 28
      src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts
  3. 4
      src/views/wms/productionManage/productrepair/productrepairRequestMain/productrepairRequestMain.data.ts

2028
src/views/qms/inspectionJob/addForm.vue

File diff suppressed because it is too large

28
src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts

@ -106,20 +106,20 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([
value: 'BY_INEVNEOTY' value: 'BY_INEVNEOTY'
} }
}, },
{ // {
label: '限值', // label: '限值',
field: 'limitedValue', // field: 'limitedValue',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
component: 'InputNumber', // component: 'InputNumber',
componentProps:{ // componentProps:{
disabled:false // disabled:false
} // }
} // }
}, // },
{ {
label: '物料忽略名单', label: '物料忽略名单',
field: 'ignoreListOfItem', field: 'ignoreListOfItem',

4
src/views/wms/productionManage/productrepair/productrepairRequestMain/productrepairRequestMain.data.ts

@ -566,7 +566,7 @@ export const ProductrepairRequestDetaila = useCrudSchemas(reactive<CrudSchema[]>
},{ },{
key: 'productionLineCode', key: 'productionLineCode',
value: 'productionLineCode', value: 'productionLineCode',
message: '请填写生产线代码!', message: '请选择返修生产线代码!',
isMainValue: true isMainValue: true
}] }]
}, },
@ -586,7 +586,7 @@ export const ProductrepairRequestDetaila = useCrudSchemas(reactive<CrudSchema[]>
},{ },{
key: 'productionLineCode', key: 'productionLineCode',
value: 'productionLineCode', value: 'productionLineCode',
message: '请填写生产线代码!', message: '请选择返修生产线代码!',
isMainValue: true isMainValue: true
}] }]
} }

Loading…
Cancel
Save