67719
This commit is contained in:
+9
-9
@@ -232,15 +232,15 @@ export default {
|
|||||||
|
|
||||||
this.form = res.result
|
this.form = res.result
|
||||||
this.form.otaId=''
|
this.form.otaId=''
|
||||||
if (this.$route.query.type == 1 && res.result.cxmb == null) {
|
// if (this.$route.query.type == 1 && res.result.cxmb == null) {
|
||||||
this.form.cxmb = this.form.babh + '-' + this.form.bapc + '-' + this.form.cpxh
|
// this.form.cxmb = this.form.babh + '-' + this.form.bapc + '-' + this.form.cpxh
|
||||||
} else {
|
// } else {
|
||||||
if (this.$route.query.type == 2 && res.result.cxmb == null) {
|
// if (this.$route.query.type == 2 && res.result.cxmb == null) {
|
||||||
this.form.cxmb = this.form.babh + '-' + this.form.bapc + '-' + this.form.cpxh
|
// this.form.cxmb = this.form.babh + '-' + this.form.bapc + '-' + this.form.cpxh
|
||||||
} else {
|
// } else {
|
||||||
this.form.cxmb = res.result.cxmb ? res.result.cxmb : undefined
|
// this.form.cxmb = res.result.cxmb ? res.result.cxmb : undefined
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
if (res.result.dllx1 == null || res.result.dllx1 == "") {
|
if (res.result.dllx1 == null || res.result.dllx1 == "") {
|
||||||
this.form.dllx1 = undefined
|
this.form.dllx1 = undefined
|
||||||
|
|||||||
Reference in New Issue
Block a user