add:刻字缓存物料维护/物料信息
This commit is contained in:
@@ -227,6 +227,7 @@ export default {
|
||||
produce_date: date,
|
||||
plan_qty: '',
|
||||
real_qty: '',
|
||||
is_used_fxx: false,
|
||||
report_qty: '',
|
||||
material_id: '',
|
||||
material_code: '',
|
||||
|
||||
@@ -363,6 +363,15 @@
|
||||
>{{ item.label }}
|
||||
</el-radio>
|
||||
</el-form-item>
|
||||
<el-form-item v-show="form.workprocedure_id == '1535144822984282112'" label="是否启用封箱线" prop="is_used_fxx">
|
||||
<el-radio
|
||||
v-for="item in dict.IS_OR_NOT"
|
||||
:key="item.id"
|
||||
v-model="form.is_used_fxx"
|
||||
:label="item.value"
|
||||
>{{ item.label }}
|
||||
</el-radio>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button type="text" @click="crud.cancelCU">取消</el-button>
|
||||
@@ -495,6 +504,7 @@ const defaultForm = {
|
||||
device_code: null,
|
||||
current_produce_person_id: null,
|
||||
is_canupdate_update: null,
|
||||
is_used_fxx: false,
|
||||
workorder_status: null,
|
||||
is_needmove: null,
|
||||
sale_id: null,
|
||||
@@ -604,7 +614,7 @@ export default {
|
||||
this.crud.toQuery()
|
||||
},
|
||||
getNotWorkDeviceByWorkproceduceId(workprocedure_id) { // 根据工序标识获取设备列表
|
||||
crudProduceshiftorder.getNotWorkDeviceByWorkproceduceId({ workprocedure_id: workprocedure_id }).then(res => {
|
||||
crudProduceshiftorder.getNotWorkDeviceByWorkproceduceId({ workprocedure_id: workprocedure_id,product_area:this.form.product_area }).then(res => {
|
||||
this.deviceList = res.content
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user