订单状态更改

This commit is contained in:
z 2026-04-17 10:02:47 +08:00
parent e54b5b9f05
commit 4720fb6640

View File

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