From 220d52eb4a4937eb88bd4285f19b24e94eed8595 Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Sun, 13 Oct 2019 09:02:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PurchasingCenter/MaterialMProcure/index.vue | 5 ++--- .../PurchasingCenter/MaterialManagement/index.vue | 12 ++++++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/views/PurchasingCenter/MaterialMProcure/index.vue b/src/views/PurchasingCenter/MaterialMProcure/index.vue index 52823d57..aa967899 100644 --- a/src/views/PurchasingCenter/MaterialMProcure/index.vue +++ b/src/views/PurchasingCenter/MaterialMProcure/index.vue @@ -318,8 +318,7 @@
@@ -580,7 +579,7 @@ export default { this.MaterialCategory1 = [] this.MaterialVariety1 = [] this.getSelect(initMaterialCategory, ['物料类别', '物料类别流水号'], 'MaterialCategory1') - this.addForm('form', [this.dialogFormVisible1 = true, this.title = '增加']) + this.addForm('form', [this.dialogFormVisible1 = true, this.title = '新增物料申请']) }, submitAdd() { // 提交增加 this.addTable(addData, [this.form.物料品种流水号, this.form.物料名称, this.form.物料全名, this.form.物料规格, this.form.物料型号, this.form.计量单位流水号, this.form.物料来源流水号, this.form.GonghuoshangValue], 'form', function() { diff --git a/src/views/PurchasingCenter/MaterialManagement/index.vue b/src/views/PurchasingCenter/MaterialManagement/index.vue index 5450644a..949512f1 100644 --- a/src/views/PurchasingCenter/MaterialManagement/index.vue +++ b/src/views/PurchasingCenter/MaterialManagement/index.vue @@ -113,7 +113,7 @@ -