Compare commits
No commits in common. "f174371f0e52e743565065b8f1f5ffd1d628052d" and "a8e536625b2d7fdde70833e63b5d36f228226540" have entirely different histories.
f174371f0e
...
a8e536625b
@ -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&&isDetail!='change') {
|
||||
if (this.dataFormSubmitType == 0) {
|
||||
_data.ordStatus=1
|
||||
}else {
|
||||
_data.ordStatus=2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user