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].退回时间 !== '') {