|
@@ -78,12 +78,12 @@
|
|
placeholder="请输入买方电话" @select="handleSelect"></el-autocomplete>
|
|
placeholder="请输入买方电话" @select="handleSelect"></el-autocomplete>
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
<ws-form-item label="交货方式" span="1" prop="seller" class="readonly">
|
|
<ws-form-item label="交货方式" span="1" prop="seller" class="readonly">
|
|
- <el-radio v-model="deptBudgetList.deliverType" v-if="deptBudgetList.priceType == '随行就市'" disabled label="1">
|
|
|
|
- 我方送货</el-radio>
|
|
|
|
- <el-radio v-model="deptBudgetList.deliverType" v-else label="1">我方送货</el-radio>
|
|
|
|
- <el-radio v-model="deptBudgetList.deliverType" v-if="deptBudgetList.priceType == '随行就市'" disabled label="2">
|
|
|
|
- 对方自提</el-radio>
|
|
|
|
- <el-radio v-model="deptBudgetList.deliverType" v-else label="2">对方自提</el-radio>
|
|
|
|
|
|
+ <el-radio v-model="deptBudgetList.deliverType" label="1">我方送货</el-radio>
|
|
|
|
+ <!-- v-if="deptBudgetList.priceType == '随行就市'" disabled label="1" -->
|
|
|
|
+ <!-- <el-radio v-model="deptBudgetList.deliverType" v-else label="1">我方送货</el-radio> -->
|
|
|
|
+ <el-radio v-model="deptBudgetList.deliverType" label="2">对方自提</el-radio>
|
|
|
|
+ <!-- v-if="deptBudgetList.priceType == '随行就市'" disabled label="2" -->
|
|
|
|
+ <!-- <el-radio v-model="deptBudgetList.deliverType" v-else label="2">对方自提</el-radio> -->
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
<!--卖方电话-->
|
|
<!--卖方电话-->
|
|
<ws-form-item label="卖方电话" span="1" prop="sellerPhone">
|
|
<ws-form-item label="卖方电话" span="1" prop="sellerPhone">
|
|
@@ -165,7 +165,8 @@
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
<!--价格类型-->
|
|
<!--价格类型-->
|
|
<ws-form-item label="价格类型" span="1" prop="priceType">
|
|
<ws-form-item label="价格类型" span="1" prop="priceType">
|
|
- <ws-select v-model="deptBudgetList.priceType" placeholder="请选择价格类型" @change="selectpriceType">
|
|
|
|
|
|
+ <ws-select v-model="deptBudgetList.priceType" placeholder="请选择价格类型" >
|
|
|
|
+ <!-- @change="selectpriceType" -->
|
|
<ws-option v-for="item in priceTypeList" :key="item" :label="item" :value="item" />
|
|
<ws-option v-for="item in priceTypeList" :key="item" :label="item" :value="item" />
|
|
</ws-select>
|
|
</ws-select>
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
@@ -1535,11 +1536,11 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- selectpriceType(e) {
|
|
|
|
- if (e == '随行就市') {
|
|
|
|
- this.deptBudgetList.deliverType = '1'
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
|
|
+ // selectpriceType(e) {
|
|
|
|
+ // if (e == '随行就市') {
|
|
|
|
+ // this.deptBudgetList.deliverType = '1'
|
|
|
|
+ // }
|
|
|
|
+ // },
|
|
weightchange(e) {
|
|
weightchange(e) {
|
|
this.deptBudgetList.finalTradingVolume = e
|
|
this.deptBudgetList.finalTradingVolume = e
|
|
},
|
|
},
|