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 @@ - + 新增供货商 - 采购物料审核 + 采购部新增物料审核 @@ -484,7 +484,7 @@ - + @@ -681,7 +681,7 @@ export default { methods: { // 通过 Tongguo(row) { - this.$confirm('通过该物料, 是否继续?', '提示', { + this.$confirm('是否通过?', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning'