Browse Source

针对异常下机 添加新字段

master
rui_li 4 years ago
parent
commit
73a07f9408
  1. 1
      src/views/modules/yieldReport/com_finish_part_roll.vue
  2. 1
      src/views/modules/yieldReport/com_finish_roll.vue

1
src/views/modules/yieldReport/com_finish_part_roll.vue

@ -311,6 +311,7 @@ export default {
remark: '',
exceptionFlag: 'N',
exceptionReason: '',
createNewRollFlag: 'N',
},
operatorData: {
site: this.$store.state.user.site,

1
src/views/modules/yieldReport/com_finish_roll.vue

@ -314,6 +314,7 @@ export default {
exceptionReason: '',
operatorId: '',
operatorName: '',
createNewRollFlag: 'N',
},
operatorData: {
site: this.$store.state.user.site,

Loading…
Cancel
Save