|
@@ -763,9 +763,9 @@ export default {
|
|
|
TextToCode[response.contractGoodsInfo.outputPrivate][response.contractGoodsInfo.outputCity].code
|
|
|
this.selectedOptions1 = tmp1
|
|
|
if (this.deptBudgetList.deliverType == 1) {
|
|
|
- this.deptBudgetList.deliverType1 = '我方自提'
|
|
|
+ this.deptBudgetList.deliverType1 = '我方送货'
|
|
|
} else if (this.deptBudgetList.deliverType == 2) {
|
|
|
- this.deptBudgetList.deliverType1 = '对方送货'
|
|
|
+ this.deptBudgetList.deliverType1 = '对方自提'
|
|
|
}
|
|
|
if(this.deptBudgetList.addressUrl != null){
|
|
|
this.addressUrls = this.deptBudgetList.addressUrl.split(",")
|
|
@@ -774,7 +774,7 @@ export default {
|
|
|
})
|
|
|
|
|
|
// 包装方式
|
|
|
- packList({ constId: 'CON1' })
|
|
|
+ packList({ constId: 'PRO2' })
|
|
|
.toPromise()
|
|
|
.then((response) => {
|
|
|
this.packtypeList = response
|