|
@@ -8,6 +8,11 @@
|
|
|
</el-button>
|
|
|
</div>
|
|
|
<el-button
|
|
|
+ class="el-button--small-yh add-customer-btn"
|
|
|
+ type="success" style="right: 140px;">
|
|
|
+ 复制新单
|
|
|
+ </el-button>
|
|
|
+ <el-button
|
|
|
class="el-button--small-yh add-customer-btn"
|
|
|
type="primary"
|
|
|
:disabled="disabled"
|
|
@@ -751,7 +756,7 @@ export default {
|
|
|
typeSave(this.form).then(res => {
|
|
|
this.$message({type: "success", message: this.form.id ? "修改成功!" : "新增成功!"});
|
|
|
//成功关闭此页面回到列表页
|
|
|
- this.backToList()
|
|
|
+ // this.backToList()
|
|
|
})
|
|
|
} else {
|
|
|
return false;
|