Commit a01cb585 authored by 何远江's avatar 何远江

修改更新标识

parent e6648b2c
...@@ -348,7 +348,8 @@ export default { ...@@ -348,7 +348,8 @@ export default {
zcode: this.form.ZZXFS === "PL" ? "" : this.blNum, zcode: this.form.ZZXFS === "PL" ? "" : this.blNum,
datum: parseTime(new Date(), "{y}{m}{d}"), datum: parseTime(new Date(), "{y}{m}{d}"),
uzeit: parseTime(new Date(), "{h}{i}{s}"), uzeit: parseTime(new Date(), "{h}{i}{s}"),
zstatus: this.checkedBox ? 'Y': 'N' zstatus: this.checkedBox ? 'Y': 'N',
UPDKZ: ele.ZCODE && ele.PLNR ? 'U' : 'I'
}); });
}); });
this.$u.api.sapApi.sapCasePlnr(arr).then((res) => { this.$u.api.sapApi.sapCasePlnr(arr).then((res) => {
......
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