From d828757fc0d137c09d0339446a35ae8651355ce7 Mon Sep 17 00:00:00 2001
From: Vergil <974548713@qq.com>
Date: Wed, 5 Feb 2020 11:29:15 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E5=8D=8F=E6=89=A7=E8=A1=8C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../OutsourcingTaskExecution/index.vue | 22 +++++++++----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/views/Outsourcing/OutsourcingTaskExecution/index.vue b/src/views/Outsourcing/OutsourcingTaskExecution/index.vue
index 2e4839f4..ada8a541 100644
--- a/src/views/Outsourcing/OutsourcingTaskExecution/index.vue
+++ b/src/views/Outsourcing/OutsourcingTaskExecution/index.vue
@@ -4,7 +4,7 @@
零件号:
查询
- 打回车间
+ 打回车间
计算价格-->
选入零件
- 导出单据
+ 导出任务单
- 成交
+ 提交
保存
-
+
{{ 零件图号[scope.$index] }}
@@ -205,13 +205,13 @@
- 移除
+ 移出
-
+
@@ -315,7 +315,7 @@
-
+
@@ -682,9 +682,9 @@ export default {
submit(formName) {
this.$refs[formName].validate((valid) => {
if (valid) {
- if (this.title === '增加外协表单') {
+ if (this.title === '新增外协任务单') {
this.submitAdd()
- } else if (this.title === '编辑外协表单') {
+ } else if (this.title === '编辑外协任务单') {
this.submitEdit()
}
}
@@ -694,7 +694,7 @@ export default {
if (this.$refs['form'] !== undefined) {
this.$refs['form'].resetFields()
}
- this.title = '增加外协表单'
+ this.title = '新增外协任务单'
var time = new Date()
var month = time.getMonth() + 1
var day = time.getDate()
@@ -1145,7 +1145,7 @@ export default {
if (this.$refs['form'] !== undefined) {
this.$refs['form'].resetFields()
}
- this.title = '编辑外协表单'
+ this.title = '编辑外协任务单'
this.dialogFormVisible = true
this.form.表单号 = row.表单号
this.form.运费 = row.运费