| | |
| | | } else if (val.type === 3 || val.type === 4) { |
| | | this.area = val.dealingarea |
| | | this.powder = val.reservekg |
| | | if (val.licensetype === 2) { |
| | | this.licensetype = '临时零售' |
| | | } else { |
| | | if (val.licensetype === 1) { |
| | | this.licensetype = '长期零售' |
| | | } else{ |
| | | this.licensetype = '短期零售' |
| | | } |
| | | if (val.dealingtype === 2 || val.dealingtype === 4) { |
| | | this.dealingtype = '专店' |
| | |
| | | } else if (val.type === 3 || val.type === 4) { |
| | | this.area = val.dealingarea |
| | | this.powder = val.reservekg |
| | | if (val.licensetype === 2) { |
| | | this.licensetype = '临时' |
| | | } else if(val.licensetype === 3){ |
| | | if (val.licensetype === 1) { |
| | | this.licensetype = '长期' |
| | | }else{ |
| | | this.licensetype = '短期' |