|
@@ -741,6 +741,11 @@ export default {
|
|
|
.toPromise()
|
|
|
.then((response) => {
|
|
|
this.deptBudgetList = response
|
|
|
+ if (this.deptBudgetList.deliverType == 1) {
|
|
|
+ this.deptBudgetList.deliverType1 = '我方自提'
|
|
|
+ } else if (this.deptBudgetList.deliverType == 2) {
|
|
|
+ this.deptBudgetList.deliverType1 = '对方送货'
|
|
|
+ }
|
|
|
this.selectedOptions = tmp
|
|
|
var tmp = []
|
|
|
tmp[0] = TextToCode[response.deliveryProvince].code
|
|
@@ -765,12 +770,6 @@ export default {
|
|
|
tmp1[1] =
|
|
|
TextToCode[response.contractGoodsInfo.outputPrivate][response.contractGoodsInfo.outputCity].code
|
|
|
this.selectedOptions1 = tmp1
|
|
|
- if (this.deptBudgetList.deliverType == 1) {
|
|
|
- this.deptBudgetList.deliverType1 = '我方自提'
|
|
|
- } else if (this.deptBudgetList.deliverType == 2) {
|
|
|
- this.deptBudgetList.deliverType1 = '对方送货'
|
|
|
- }
|
|
|
-
|
|
|
if (this.deptBudgetList.addressUrl != null) {
|
|
|
this.addressUrls = this.deptBudgetList.addressUrl.split(',')
|
|
|
this.fileList = this.deptBudgetList.addressUrl.split(',')
|