|
@@ -871,11 +871,6 @@ export default {
|
|
this.getWarehouseList()
|
|
this.getWarehouseList()
|
|
this.getTypeList()
|
|
this.getTypeList()
|
|
this.getUserList()
|
|
this.getUserList()
|
|
- if (this.websitNumber === 'GZ') {
|
|
|
|
- this.mainForm.isPlanOrder = false
|
|
|
|
- } else if (this.websitNumber === 'FS') {
|
|
|
|
- this.mainForm.isPlanOrder = true
|
|
|
|
- }
|
|
|
|
|
|
|
|
if (this.listItem) {
|
|
if (this.listItem) {
|
|
this.getDetail()
|
|
this.getDetail()
|
|
@@ -1001,6 +996,13 @@ export default {
|
|
return k.code === e
|
|
return k.code === e
|
|
})[0]
|
|
})[0]
|
|
this.commercialType = policy.commercialType
|
|
this.commercialType = policy.commercialType
|
|
|
|
+ if (this.commercialType) {
|
|
|
|
+ if (this.websitNumber === 'GZ') {
|
|
|
|
+ this.mainForm.isPlanOrder = false
|
|
|
|
+ } else if (this.websitNumber === 'FS') {
|
|
|
|
+ this.mainForm.isPlanOrder = true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
console.log(policy.type)
|
|
console.log(policy.type)
|
|
if (policy.type == 'PROVISION') {
|
|
if (policy.type == 'PROVISION') {
|
|
// PROVISION 配提
|
|
// PROVISION 配提
|