Commit 6e09b2f8 authored by 李苏's avatar 李苏 💬

When copying the order, initialize MPZT

parent 063ce4cb
...@@ -58,6 +58,7 @@ ...@@ -58,6 +58,7 @@
methods: { methods: {
beforeCopyDetail(list){ beforeCopyDetail(list){
list.forEach(item=>item.ztsl=0) list.forEach(item=>item.ztsl=0)
this.form.mpzt='I'
}, },
/* 需要整体row时的回调 */ /* 需要整体row时的回调 */
computedRow(row) { computedRow(row) {
...@@ -143,7 +144,7 @@ ...@@ -143,7 +144,7 @@
} }
}, },
mounted() { mounted() {
this.$nextTick(() => { this.$nextTick(() => {
this.form.whr = this.username this.form.whr = this.username
// this.form.rkr = this.username // this.form.rkr = this.username
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment