From 57de3b8b2f4ac04dd423a622284af8369deecef5 Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Fri, 20 Sep 2019 12:20:43 +0800 Subject: [PATCH 1/7] =?UTF-8?q?=E5=8F=91=E7=A5=A8=E7=BB=93=E7=AE=97?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=EF=BC=88=E8=BD=A6=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../InvoiceSettlementApplication1/index.vue | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/WorkshopProcurement/InvoiceSettlementApplication1/index.vue b/src/views/WorkshopProcurement/InvoiceSettlementApplication1/index.vue index 448e5fd0..6f6ecfac 100644 --- a/src/views/WorkshopProcurement/InvoiceSettlementApplication1/index.vue +++ b/src/views/WorkshopProcurement/InvoiceSettlementApplication1/index.vue @@ -9,7 +9,7 @@

发票结算申请单

- + - + - + @@ -57,17 +57,17 @@ {{ scope.row.发票金额 }} - + - + - + @@ -77,7 +77,7 @@ {{ scope.row.审批1时间 ? scope.row.审批1时间 : '—' }} - + @@ -87,7 +87,7 @@ {{ scope.row.审批2时间 ? scope.row.审批2时间 : '—' }} - + @@ -124,12 +124,12 @@ 追加入库记录 - + - + @@ -139,12 +139,12 @@ {{ scope.row.采购物料规格 || scope.row.离线物料规格 || scope.row.采购零件规格 }} - + - + From b6eb5cf156a7e5b520a651a989dad4648853a3b0 Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Fri, 20 Sep 2019 13:56:45 +0800 Subject: [PATCH 2/7] =?UTF-8?q?=E5=85=A8=E5=B1=80=E6=96=91=E9=A9=AC?= =?UTF-8?q?=E7=BA=B9=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 3 +++ src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue | 1 + 2 files changed, 4 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index 2b41a5dd..d3492b01 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -210,3 +210,6 @@ el-card{ .el-table td, .el-table th { padding: 0; } +.el-table--striped .el-table__body tr.el-table__row--striped td { + background-color: rgb(235,235,235); +} diff --git a/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue b/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue index c3313d38..5812579b 100644 --- a/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue +++ b/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue @@ -216,6 +216,7 @@ :disabled="!(parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='')" type="primary" size="mini" + plain="" icon="el-icon-back" @click="retract(scope.row)">撤回 From 008dc15c34dbd6a65a6215d2e65e5f2c81ca055c Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Fri, 20 Sep 2019 15:14:23 +0800 Subject: [PATCH 3/7] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=87=87=E8=B4=AD?= =?UTF-8?q?=E6=80=BB=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 1 + src/views/PurchasingCenter/ProjectTotalSearch/index.vue | 2 +- src/views/PurchasingCenter/SupplierManagement/index.vue | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index d3492b01..48715afb 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -211,5 +211,6 @@ el-card{ padding: 0; } .el-table--striped .el-table__body tr.el-table__row--striped td { + //斑马纹颜色 background-color: rgb(235,235,235); } diff --git a/src/views/PurchasingCenter/ProjectTotalSearch/index.vue b/src/views/PurchasingCenter/ProjectTotalSearch/index.vue index 2d58d042..c6af2843 100644 --- a/src/views/PurchasingCenter/ProjectTotalSearch/index.vue +++ b/src/views/PurchasingCenter/ProjectTotalSearch/index.vue @@ -60,7 +60,7 @@ {{ scope.row.图号 }} - + diff --git a/src/views/PurchasingCenter/SupplierManagement/index.vue b/src/views/PurchasingCenter/SupplierManagement/index.vue index 94231b8f..f65b9bf1 100644 --- a/src/views/PurchasingCenter/SupplierManagement/index.vue +++ b/src/views/PurchasingCenter/SupplierManagement/index.vue @@ -84,12 +84,12 @@ {{ scope.row.主要产品 }} - + - + @@ -136,8 +136,8 @@ From 8d70b74a1edf3c7c9668905fa89c594fe0938af6 Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Fri, 20 Sep 2019 16:47:54 +0800 Subject: [PATCH 4/7] =?UTF-8?q?=19=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CreateInquirySheet/index.vue | 18 +++++++-------- .../OfflineContract/index.vue | 23 ++++++++++--------- .../OfflineContractRequestFund/index.vue | 6 ++--- .../PurchaseContractRequestFund/index.vue | 8 +++---- .../PurchaseContractSearch/index.vue | 4 ++-- .../PurchasingCenter/ReceiveCheck/index.vue | 4 ++-- .../PurchasingCenter/SetPayPlan/index.vue | 2 +- 7 files changed, 33 insertions(+), 32 deletions(-) diff --git a/src/views/PurchasingCenter/CreateInquirySheet/index.vue b/src/views/PurchasingCenter/CreateInquirySheet/index.vue index 86e91a88..c2fb5147 100644 --- a/src/views/PurchasingCenter/CreateInquirySheet/index.vue +++ b/src/views/PurchasingCenter/CreateInquirySheet/index.vue @@ -417,12 +417,12 @@

询价单

询价单基础信息维护 - + - + @@ -442,12 +442,12 @@ {{ scope.row.注册资本 }} - + - + @@ -467,10 +467,10 @@ {{ scope.row.货期 }} - + @@ -545,9 +545,9 @@ {{ scope.row.组号 || scope.row.基本件组号 }}
- +
diff --git a/src/views/PurchasingCenter/OfflineContract/index.vue b/src/views/PurchasingCenter/OfflineContract/index.vue index 1b721d91..a020a176 100644 --- a/src/views/PurchasingCenter/OfflineContract/index.vue +++ b/src/views/PurchasingCenter/OfflineContract/index.vue @@ -12,7 +12,7 @@ 物料状态: - + - + @@ -91,7 +91,7 @@ {{ scope.row.物料型号 }} - + @@ -111,7 +111,7 @@ {{ scope.row.待采购数量 = Number(scope.row.零件数量) - Number(scope.row.使用滞货数量) }} - + @@ -192,7 +192,7 @@ {{ scope.row.物料名称 }} - + @@ -231,8 +231,9 @@ 确定 设置 @@ -302,7 +303,7 @@ {{ scope.row.离线合同名称 }} - + @@ -324,9 +325,9 @@
@@ -434,7 +435,7 @@ diff --git a/src/views/PurchasingCenter/OfflineContractRequestFund/index.vue b/src/views/PurchasingCenter/OfflineContractRequestFund/index.vue index 555cdd47..de2d9e24 100644 --- a/src/views/PurchasingCenter/OfflineContractRequestFund/index.vue +++ b/src/views/PurchasingCenter/OfflineContractRequestFund/index.vue @@ -33,7 +33,7 @@

请款表

- + @@ -112,9 +112,9 @@ - 查看详情 + 查看详情 - 取消请款 + 取消请款 diff --git a/src/views/PurchasingCenter/PurchaseContractRequestFund/index.vue b/src/views/PurchasingCenter/PurchaseContractRequestFund/index.vue index 200dc7e9..b1219bbf 100644 --- a/src/views/PurchasingCenter/PurchaseContractRequestFund/index.vue +++ b/src/views/PurchasingCenter/PurchaseContractRequestFund/index.vue @@ -40,7 +40,7 @@ {{ scope.row.计划付款备注 }} - + @@ -86,7 +86,7 @@

请款表

- + @@ -165,9 +165,9 @@ - 查看详情 + 查看详情 - 取消请款 + 取消请款
diff --git a/src/views/PurchasingCenter/PurchaseContractSearch/index.vue b/src/views/PurchasingCenter/PurchaseContractSearch/index.vue index 09bbe182..1477fa91 100644 --- a/src/views/PurchasingCenter/PurchaseContractSearch/index.vue +++ b/src/views/PurchasingCenter/PurchaseContractSearch/index.vue @@ -174,9 +174,9 @@ {{ scope.row.合同总额 }}
- + diff --git a/src/views/PurchasingCenter/ReceiveCheck/index.vue b/src/views/PurchasingCenter/ReceiveCheck/index.vue index 217d56c4..37ca9118 100644 --- a/src/views/PurchasingCenter/ReceiveCheck/index.vue +++ b/src/views/PurchasingCenter/ReceiveCheck/index.vue @@ -53,7 +53,7 @@ {{ scope.row.组号 || '—' }} - + @@ -83,7 +83,7 @@ {{ scope.row.出库数量 }} - + diff --git a/src/views/PurchasingCenter/SetPayPlan/index.vue b/src/views/PurchasingCenter/SetPayPlan/index.vue index 768dd63a..47c99288 100644 --- a/src/views/PurchasingCenter/SetPayPlan/index.vue +++ b/src/views/PurchasingCenter/SetPayPlan/index.vue @@ -78,7 +78,7 @@ From eba60fd687863a6618df25f9a7d20dadb0508367 Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Fri, 20 Sep 2019 16:57:43 +0800 Subject: [PATCH 5/7] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BacklogGoodsAnalysis/index.vue | 4 +- .../InvoiceSettlementApplication/index.vue | 22 ++++----- .../PurchaseSituationSearch/index.vue | 46 +++++++++---------- 3 files changed, 36 insertions(+), 36 deletions(-) diff --git a/src/views/PurchasingCenter/BacklogGoodsAnalysis/index.vue b/src/views/PurchasingCenter/BacklogGoodsAnalysis/index.vue index 36fa7d09..d01bf46a 100644 --- a/src/views/PurchasingCenter/BacklogGoodsAnalysis/index.vue +++ b/src/views/PurchasingCenter/BacklogGoodsAnalysis/index.vue @@ -88,12 +88,12 @@ {{ scope.row.物料名称 }} - + - + diff --git a/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue b/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue index c5eb128a..9fa62c05 100644 --- a/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue +++ b/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue @@ -8,7 +8,7 @@ 创建

发票结算申请单

- + - + @@ -51,7 +51,7 @@ {{ scope.row.发票号 }} - + @@ -61,7 +61,7 @@ {{ scope.row.申请人姓名 ? scope.row.申请人姓名 : '未提交' }} - + @@ -71,7 +71,7 @@ {{ scope.row.审批人1姓名 ? scope.row.审批人1姓名 : '未审批' }} - + @@ -81,7 +81,7 @@ {{ scope.row.审批人4姓名 ? scope.row.审批人4姓名 : '未审批' }} - + @@ -91,16 +91,16 @@ {{ scope.row.审批人3姓名 ? scope.row.审批人3姓名 : '未审批' }} - + - + diff --git a/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue b/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue index 1249a747..a8d15013 100644 --- a/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue +++ b/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue @@ -45,7 +45,7 @@ 已采购
- + @@ -55,27 +55,27 @@ {{ scope.row.组号 }} - + - + - + - + - + @@ -95,7 +95,7 @@ {{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.已到货数量 || scope.row.离线到货数量 || '—' }} - + @@ -133,7 +133,7 @@ 已采购 - + @@ -143,27 +143,27 @@ {{ scope.row.组号 }} - + - + - + - + - + @@ -183,12 +183,12 @@ {{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.已到货数量 || scope.row.离线到货数量 || '—' }} - + - + @@ -221,7 +221,7 @@ 已采购 - + @@ -231,32 +231,32 @@ {{ scope.row.组号 }} - + - + - + - + - + - + @@ -276,7 +276,7 @@ {{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.已到货数量 || '—' }} - + From a4328a668f5e4adb8bf9099f90e351a4e75f5e15 Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Fri, 20 Sep 2019 18:43:03 +0800 Subject: [PATCH 6/7] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/PurchasingCenter/BacklogGoodsAnalysis/index.vue | 8 ++++---- src/views/PurchasingCenter/CreateInquirySheet/index.vue | 7 ++++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/views/PurchasingCenter/BacklogGoodsAnalysis/index.vue b/src/views/PurchasingCenter/BacklogGoodsAnalysis/index.vue index d01bf46a..01510b03 100644 --- a/src/views/PurchasingCenter/BacklogGoodsAnalysis/index.vue +++ b/src/views/PurchasingCenter/BacklogGoodsAnalysis/index.vue @@ -7,10 +7,10 @@ 物料规格: + 物料型号: + + 查询 - 物料型号: - - 查询

采购件列表

@@ -245,7 +245,7 @@ export default { width:200px } .el-input{ - width:200px + width:150px } span{ margin: 10px 0 10px 10px; diff --git a/src/views/PurchasingCenter/CreateInquirySheet/index.vue b/src/views/PurchasingCenter/CreateInquirySheet/index.vue index c2fb5147..8a1d7031 100644 --- a/src/views/PurchasingCenter/CreateInquirySheet/index.vue +++ b/src/views/PurchasingCenter/CreateInquirySheet/index.vue @@ -1,7 +1,7 @@