-
-
- 查询
+
+
增加
-
+
{{ scope.row.角色编号 }}
-
+
{{ scope.row.角色功能 }}
-
+
+
+
+
+
+
- {{ scope.row.操作日期 }}
-
-
-
-
- 编辑
- 删除
+
+
From 804829faf67b20fab6145b4a5f91e145776dcca9 Mon Sep 17 00:00:00 2001
From: Vergil <974548713@qq.com>
Date: Wed, 25 Mar 2020 11:26:41 +0800
Subject: [PATCH 07/14] =?UTF-8?q?=E6=9C=BA=E5=BA=8A=E5=B7=A5=E6=97=B6?=
=?UTF-8?q?=E7=BB=9F=E8=AE=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ContractDetailsInquiry/index.vue | 10 +++++-----
.../ManufacturingCenter/ManHourStatistics/index.vue | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/ManufacturingCenter/ContractDetailsInquiry/index.vue b/src/views/ManufacturingCenter/ContractDetailsInquiry/index.vue
index cdacd5eb..39d4ca7e 100644
--- a/src/views/ManufacturingCenter/ContractDetailsInquiry/index.vue
+++ b/src/views/ManufacturingCenter/ContractDetailsInquiry/index.vue
@@ -35,12 +35,12 @@
{{ scope.row.工序名 }}
-
+
{{ scope.row.计划数量 }}
-
+
{{ scope.row.计划准备工时 }}
@@ -60,12 +60,12 @@
{{ scope.row.计划加工日期 }}
-
+
{{ scope.row.加工数量 }}
-
+
{{ scope.row.修补工时 }}
@@ -75,7 +75,7 @@
{{ scope.row.修补单件工时 }}
-
+
{{ scope.row.完成工时 }}
diff --git a/src/views/ManufacturingCenter/ManHourStatistics/index.vue b/src/views/ManufacturingCenter/ManHourStatistics/index.vue
index 1f63fbcb..e058b55a 100644
--- a/src/views/ManufacturingCenter/ManHourStatistics/index.vue
+++ b/src/views/ManufacturingCenter/ManHourStatistics/index.vue
@@ -29,7 +29,7 @@
{{ scope.row.计划工时 }}
-
+
{{ scope.row.录入工时 }}
From cd838da885810ab82b0092f2b258a6f87693a809 Mon Sep 17 00:00:00 2001
From: Vergil <974548713@qq.com>
Date: Wed, 25 Mar 2020 11:32:13 +0800
Subject: [PATCH 08/14] =?UTF-8?q?=E5=A4=96=E8=B4=AD=E5=A4=87=E6=96=99(?=
=?UTF-8?q?=E7=A6=BB=E7=BA=BF)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/WorkshopProcurement/OfflineProcurement/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/WorkshopProcurement/OfflineProcurement/index.vue b/src/views/WorkshopProcurement/OfflineProcurement/index.vue
index 03bf156f..50949a24 100644
--- a/src/views/WorkshopProcurement/OfflineProcurement/index.vue
+++ b/src/views/WorkshopProcurement/OfflineProcurement/index.vue
@@ -84,7 +84,7 @@
已结算
-
+
{{ scope.row.离线采购计划编号 }}
From 7d139e7ea51337367a954d0d3e3ea0a1247971fc Mon Sep 17 00:00:00 2001
From: Vergil <974548713@qq.com>
Date: Wed, 25 Mar 2020 13:25:18 +0800
Subject: [PATCH 09/14] =?UTF-8?q?=E6=A0=B8=E7=AE=97=E4=BB=B7=E6=A0=BC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../AccountingPrice/index.vue | 73 ++++++++++++-------
1 file changed, 48 insertions(+), 25 deletions(-)
diff --git a/src/views/WorkshopProcurement/AccountingPrice/index.vue b/src/views/WorkshopProcurement/AccountingPrice/index.vue
index 25762223..d7bdb195 100644
--- a/src/views/WorkshopProcurement/AccountingPrice/index.vue
+++ b/src/views/WorkshopProcurement/AccountingPrice/index.vue
@@ -16,15 +16,7 @@
-
+
{{ scope.row.采购合同编号 }}
@@ -45,7 +37,7 @@
{{ scope.row.物料名称 ? scope.row.物料名称 : scope.row.组件名称 }}
-
+
{{ scope.row.数量 }}
@@ -55,9 +47,9 @@
-
+
- {{ Number(scope.row.金额).toFixed(2) }}
+ {{ scope.row.金额 }}
@@ -75,7 +67,8 @@
-