Compare commits

..

2 Commits

Author SHA1 Message Date
z
f174371f0e Merge remote-tracking branch 'origin/master' 2026-04-17 10:02:57 +08:00
z
4720fb6640 订单状态更改 2026-04-17 10:02:47 +08:00

View File

@ -540,8 +540,8 @@ export default {
],
ordTypeProps: { label: "fullName", value: "id" },
paymentTermsOptions: [
{ fullName: "款到发货", id: "1" },
{ fullName: "月", id: "2" },
{ fullName: "预付", id: "1" },
{ fullName: "月", id: "2" },
{ fullName: "承兑", id: "3" },
],
paymentTermsProps: { label: "fullName", value: "id" },
@ -1030,7 +1030,7 @@ export default {
}
}
let _data = this.dataForm
if (this.dataFormSubmitType == 0) {
if (this.dataFormSubmitType == 0&&isDetail!='change') {
_data.ordStatus=1
}else {
_data.ordStatus=2