订单状态更改
This commit is contained in:
parent
e54b5b9f05
commit
4720fb6640
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user