@@ -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/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.外协厂家名称 }}
-
-
-
-
- 提交
-
-
-