fix: 唛头追加批次与冶炼单位
This commit is contained in:
@@ -241,7 +241,7 @@ export default {
|
||||
name: 'Menu',
|
||||
components: { Treeselect, IconSelect, crudOperation, rrOperation, udOperation, DateRangePicker },
|
||||
cruds() {
|
||||
return CRUD({ title: '菜单', idField: 'menu_id', crudMethod: { ...crudMenu }})
|
||||
return CRUD({ title: '菜单', url: 'api/sysMenu', idField: 'menu_id', crudMethod: { ...crudMenu }})
|
||||
},
|
||||
mixins: [presenter(), header(), form(defaultForm), crud()],
|
||||
dicts: ['system_type'],
|
||||
|
||||
@@ -249,6 +249,9 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item v-if="form.region_code === 'FJ'" label="冶炼单位">
|
||||
<el-input v-model="form.smelting_unit" style="width: 240px;" />
|
||||
</el-form-item>
|
||||
<el-form-item label="静置时间(分钟)" prop="standing_time">
|
||||
<el-input-number
|
||||
v-model.number="form.standing_time"
|
||||
@@ -500,6 +503,7 @@ const defaultForm = {
|
||||
realproduceend_date: null,
|
||||
material_spec: null,
|
||||
material_code: null,
|
||||
smelting_unit: null,
|
||||
material_name: null,
|
||||
standing_time: null,
|
||||
point_code: null,
|
||||
@@ -608,6 +612,7 @@ export default {
|
||||
this.form.order_no = ext.order_no
|
||||
this.form.order_subnum = ext.custer_no
|
||||
this.form.custer_no = ext.custer_no
|
||||
this.form.smelting_unit = ext.smelting_unit
|
||||
}
|
||||
},
|
||||
getWorkShopList() { // 获取车间列表
|
||||
|
||||
Reference in New Issue
Block a user