From e73edca379fbf101e218301c7aa78d87143df0b3 Mon Sep 17 00:00:00 2001
From: Vergil <974548713@qq.com>
Date: Wed, 20 May 2020 10:31:00 +0800
Subject: [PATCH] =?UTF-8?q?=E9=9B=B6=E4=BB=B6=E5=88=86=E9=85=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../PartAssignment/index.vue | 72 ++-----------------
1 file changed, 7 insertions(+), 65 deletions(-)
diff --git a/src/views/ManufacturingCenter/PartAssignment/index.vue b/src/views/ManufacturingCenter/PartAssignment/index.vue
index 6e6b28cd..5f2b1f43 100644
--- a/src/views/ManufacturingCenter/PartAssignment/index.vue
+++ b/src/views/ManufacturingCenter/PartAssignment/index.vue
@@ -21,8 +21,6 @@
禁用件
任务下达时间: {{ DeliveryTime }}
-
-
外购件和标准件打回信息
@@ -371,13 +369,7 @@
确定
-
+
- 采购部采购
-
-
+ 采购部采购
+
@@ -445,29 +425,9 @@
{{ scope.row.退回时间 }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
- 采购部采购
-
+ 采购部采购
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -795,8 +736,8 @@ export default {
}
purchaseRequisition2Back(this.project, this.machine, this.group, this.BasicPartsNumber, this.NumberOfParts, this.time).then(response => {
if (response.data[0].result !== '0') {
- console.log(response.data[0].result)
this.$message.success('请购成功')
+ this.value = 0
PartCallbackInformation().then(response => {
for (let i = 0; i < response.data.length; i++) {
if (response.data[i].退回时间 !== '') {
@@ -844,6 +785,7 @@ export default {
PurchasingDepartmentBack(this.group, this.StandardPartsAndOutsourcing, this.MaterialNum, this.NumberOfParts, this.project, this.machine).then(response => {
if (response.data[0].result !== '0') {
this.$message.success('请购成功')
+ this.value1 = 0
PartCallbackInformation1().then(response => {
for (let i = 0; i < response.data.length; i++) {
if (response.data[i].退回时间 !== '') {