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.运费