This commit is contained in:
aihe 2025-01-16 11:05:40 +08:00
parent 5a6dbb3329
commit 9ffa5622aa

View File

@ -429,8 +429,9 @@
} }
// 复制场景 清除billCode orderSn // 复制场景 清除billCode orderSn
if(this.queryOption.copyBillCode) { if(this.queryOption.copyBillCode) {
delete this.submitParam.billCode delete this.submitParam.billCode
delete this.submitParam.orderSn delete this.submitParam.orderSn
this.submitParam.pickStartDate = ''
this.submitParam.sendDate = getOrderModels().sendDate this.submitParam.sendDate = getOrderModels().sendDate
} }
} }