From f4500e046d6b9429aece8e4d7670e1e4da31b81c Mon Sep 17 00:00:00 2001
From: zhangdingyu <974548713@qq.com>
Date: Mon, 17 Dec 2018 08:44:02 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E5=88=9D=E6=AC=A1=E6=8A=95=E4=BA=A7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ManufacturingCenter/InitialProduction/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/ManufacturingCenter/InitialProduction/index.vue b/src/views/ManufacturingCenter/InitialProduction/index.vue
index d0fa55ee..c8c94e65 100644
--- a/src/views/ManufacturingCenter/InitialProduction/index.vue
+++ b/src/views/ManufacturingCenter/InitialProduction/index.vue
@@ -86,7 +86,7 @@
~
-
+
From 64f4350ba67cf8383d3ed876b694853574e2f1a1 Mon Sep 17 00:00:00 2001
From: chenjianan
Date: Mon, 17 Dec 2018 10:33:38 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E9=87=87=E8=B4=AD=E4=BB=BB=E5=8A=A1?=
=?UTF-8?q?=E5=88=86=E9=85=8D=E7=94=9F=E4=BA=A7=E5=88=86=E9=85=8D=E6=97=B6?=
=?UTF-8?q?=E9=97=B4=EF=BC=8C=E6=89=93=E5=9B=9E=E7=A1=AE=E8=AE=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../PurchasingCenter/PurchaseTaskAllocate/index.vue | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue b/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue
index 1b01d4ad..f560d976 100644
--- a/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue
+++ b/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue
@@ -142,6 +142,11 @@
{{ scope.row.物料计划到货时间.split(' ')[0] }}
+
+
+ {{ scope.row.操作日期.split(' ')[0] }}
+
+
{{ scope.row.姓名 ? scope.row.姓名 : '—' }}
@@ -266,6 +271,11 @@
{{ scope.row.物料计划到货时间.split(' ')[0] }}
+
+
+ {{ scope.row.操作日期.split(' ')[0] }}
+
+
{{ scope.row.姓名 ? scope.row.姓名 : '—' }}
@@ -398,6 +408,7 @@ export default {
this.materialName ? this.check4 = 1 : this.check4 = 0
searchTable1(this.pageCurrent1, this.pageSize1, this.check1, this.MaterialCategoryValue, this.check2, this.MaterialVarietyValue, this.check3, this.projectValue, this.check4, this.materialName, this.materialStatusValue[this.materialStatusValue.length - 1]).then(response => {
this.tableData1 = response.data.rows
+ console.log(response.data.rows)
this.total1 = response.data.total
})
},