diff --git a/src/views/inm/mioitem_check.vue b/src/views/inm/mioitem_check.vue
index 2f18b563..a9869012 100644
--- a/src/views/inm/mioitem_check.vue
+++ b/src/views/inm/mioitem_check.vue
@@ -640,6 +640,7 @@
style="width: 100%"
placeholder="不合格数量"
controls-position="right"
+ @change="count_notok_change"
>
@@ -1210,6 +1211,7 @@ export default {
if(this.form.count_notok>count_notok){
this.form.count_n_qt = this.form.count_notok-count_notok;
}
+ this.form.count_ok = this.form.count - this.form.count_notok;
},
getMaterialItem(){
let that = this;
diff --git a/src/views/wpm_gx/inmOut.vue b/src/views/wpm_gx/inmOut.vue
index bcc07bc9..c5377829 100644
--- a/src/views/wpm_gx/inmOut.vue
+++ b/src/views/wpm_gx/inmOut.vue
@@ -130,14 +130,14 @@
@click="table_Check(scope.row)"
v-auth="'ftestwork.create'"
type="primary"
- v-if="(scope.row.state == 10||scope.row.state == 34)&&scope.row.mgroup_name !== '退火'"
+ v-if="scope.row.state == 10||scope.row.state == 34"
>检验
检验记录
打签