-
- 流程卡界面正在更新
-
+
+
+
+
+
+
+
+
+ {{item1.action_by_name}}
+ {{item1.action_time}}
+
+
+{{item}}
+ |
+
+
+
+
+
+
diff --git a/hb_client/src/views/qm/processtest.vue b/hb_client/src/views/qm/processtest.vue
index e309602..7caa670 100644
--- a/hb_client/src/views/qm/processtest.vue
+++ b/hb_client/src/views/qm/processtest.vue
@@ -316,12 +316,8 @@ export default {
//不合格玻璃审理单查看
handledetailbhg(scope)
{
- this.limitedRetrial=true;
- ticketread(scope.row.ticket).then((response) => {
- if (response.data) {
- this.customfieldList = response.data;
- }
- });
+
+ this.$router.push({name:"ticketDetail",params:{ticketId:scope.row.ticket}})
}
},
diff --git a/hb_client/src/views/qm/producttest.vue b/hb_client/src/views/qm/producttest.vue
index 8377d41..6ad92aa 100644
--- a/hb_client/src/views/qm/producttest.vue
+++ b/hb_client/src/views/qm/producttest.vue
@@ -1,12 +1,7 @@
-
-
-
-
-
-
+
-
-
- {{ scope.row.material_.name }}
-
-
-
+
+
{{ scope.row.number }}
-
-
- {{ actstate_[scope.row.act_state] }}
-
-
-
- {{ scope.row.step_.name }}
+
+ {{ scope.row.subproduction_plan_.number }}
+
+ {{ scope.row.material_.name }}
+
+
+ {{ scope.row.material_.specification }}
+
+
+
+
+ 未军检
+ 已军检
+
+
+
+
+
+ 不合格
+ 合格
+
+
+ {{ scope.row.warehouse_.name }}
+
+
+ {{ scope.row.number }}
+
+
+ {{ actstate_[scope.row.act_state]}}
+
+
检验
+ v-if="checkPermission(['warehouse_update'])&&scope.row.act_state==30&&scope.row.is_mtested==false"
+ @click="handleMtest(scope)"
+ >军检
检验记录
@@ -56,15 +71,77 @@
:limit.sync="listQuery.page_size"
@pagination="getList"
/>
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {{ scope.row.form_.name }}
+
+
+ {{ checkTypes[scope.row.type] }}
+
+
+
+ 已提交
+ 未提交
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
@@ -75,13 +152,15 @@
diff --git a/hb_client/src/views/qm/taskdetails.vue b/hb_client/src/views/qm/taskdetails.vue
index c48289b..61ea1d3 100644
--- a/hb_client/src/views/qm/taskdetails.vue
+++ b/hb_client/src/views/qm/taskdetails.vue
@@ -73,10 +73,12 @@
:data="wproduct"
border
fit
+ row-key="id"
stripe
style="width: 100%"
height="500"
- >
+ :load="load"
+ :tree-props="{children: 'children'}">
@@ -89,12 +91,18 @@
{{
scope.row.step_.name
}}
+
+
+ {{
+ scope.row.material_.name
+ }}
- {{
+ {{
actstate_[scope.row.act_state]
}}
+
-
+
创建
取消
@@ -479,6 +479,17 @@
+
+
+
+
+
+
+
+
+