|
@@ -691,17 +691,21 @@
|
|
|
this.deptBudgetList.totalContractPrice = e * this.deptBudgetList.weight
|
|
|
},
|
|
|
returnsales() {
|
|
|
- this.deptBudgetList = {
|
|
|
- deliverType: '1',
|
|
|
- agreementType: '采购合同',
|
|
|
- finalTradingVolume: 0,
|
|
|
- totalContractPrice: 0,
|
|
|
- contractGoodsInfo: {
|
|
|
- goodsName: '',
|
|
|
- },
|
|
|
- contractProcessInfo: {},
|
|
|
- addressUrl: '',
|
|
|
- }
|
|
|
+ this.deptBudgetList = {
|
|
|
+ deliverType: '1',
|
|
|
+ sourceGoods:'',
|
|
|
+ placeDelivery:'',
|
|
|
+ agreementType: '采购合同',
|
|
|
+ addressUrl: '',
|
|
|
+ sellerPhone:'',
|
|
|
+ finalTradingVolume: 0,
|
|
|
+ totalContractPrice: 0,
|
|
|
+ contractGoodsInfo: {
|
|
|
+ goodsName: '',
|
|
|
+ },
|
|
|
+ contractProcessInfo: {},
|
|
|
+ settlementWeightMethod: '1',
|
|
|
+ }
|
|
|
this.$router.push({
|
|
|
path: 'buyContract'
|
|
|
})
|