@@ -695,7 +695,8 @@ export default {
computed: {
...mapGetters([
'name',
- 'id'
+ 'id',
+ 'token'
])
},
mounted() {
@@ -1064,6 +1065,7 @@ export default {
})
},
initPerson() { // 初始化工艺员
+ console.log(this.token, 12334)
initPerson().then(response => {
this.tableData3 = response.data
})
diff --git a/src/views/Outsourcing/OutsourcingQCSearch/index.vue b/src/views/Outsourcing/OutsourcingQCSearch/index.vue
index 8422f332..c4a471a8 100644
--- a/src/views/Outsourcing/OutsourcingQCSearch/index.vue
+++ b/src/views/Outsourcing/OutsourcingQCSearch/index.vue
@@ -1,13 +1,270 @@
- 123
+
+
+
+
+
+
+
+ {{ scope.row.外协到货单编号 }}
+
+
+
+
+ {{ scope.row.外协厂家名称 }}
+
+
+
+
+ {{ scope.row.操作日期 }}
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.零件名称 }}
+
+
+
+
+ {{ scope.row.零件图号 }}
+
+
+
+
+ {{ scope.row.批次数量 }}
+
+
+
+
+ {{ scope.row.检验数量 || 0 }}
+
+
+
+
+ {{ scope.row.不合格数量 || 0 }}
+
+
+
+
+ {{ scope.row.检验时间 || '—' }}
+
+
+
+
+
+
+
+
+
+ {{ scope.row.类别 }}
+
+
+
+
+ {{ scope.row.数值 }}
+
+
+
+
+ {{ scope.row.零件数量 }}
+
+
+
+ 形位
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.类别 }}
+
+
+
+
+ {{ scope.row.数值 }}
+
+
+
+
+ {{ scope.row.零件数量 }}
+
+
+
+ 尺寸
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.类别 }}
+
+
+
+
+ {{ scope.row.数值 }}
+
+
+
+
+ {{ scope.row.零件数量 }}
+
+
+
+ 外观
+
+
+
+
+
+
diff --git a/src/views/Outsourcing/OutsourcingTaskQuery/index.vue b/src/views/Outsourcing/OutsourcingTaskQuery/index.vue
index f77450ea..912c23d1 100644
--- a/src/views/Outsourcing/OutsourcingTaskQuery/index.vue
+++ b/src/views/Outsourcing/OutsourcingTaskQuery/index.vue
@@ -5,9 +5,7 @@
表单号:
外协厂家:
-
-
-
+
下达任务日期:
-
-
- 已收货
- 未收货
-
-
已付款
@@ -57,11 +49,6 @@
{{ scope.row.运费 }}
-
-
- 收货
-
-
+
+
+
+
+
+ 已收货
+ 未收货
+
+
+
+
+ {{ scope.row.零件图号 }}
+
+
+
+
+ {{ scope.row.零件名称 }}
+
+
+
+
+ {{ scope.row.批次数量 }}
+
+
+
+
+ {{ scope.row.外协工序 }}
+
+
+
+ 收货
+
+
@@ -145,28 +177,11 @@
-
-
-
- 查询
-
-
-
-
- {{ scope.row.外协厂家名称 }}
-
-
-
-
- 提交
-
-
-