|
@@ -116,7 +116,6 @@
|
|
|
v-model="deptBudgetList.packingMethod"
|
|
|
placeholder=""
|
|
|
class="typeselect"
|
|
|
- :value="value1"
|
|
|
@change="selectpackingMethod"
|
|
|
>
|
|
|
<ws-option
|
|
@@ -209,7 +208,6 @@
|
|
|
<!--交易数量(吨)-->
|
|
|
<ws-form-item label="交易数量(吨)" span="1" prop="weight">
|
|
|
<ws-input
|
|
|
- @input="weightchange"
|
|
|
v-model="deptBudgetList.weight"
|
|
|
placeholder="请输入重量(吨)"
|
|
|
maxlength="100"
|
|
@@ -661,10 +659,10 @@ export default {
|
|
|
selectedOptions: [],
|
|
|
selectedOptions1: [],
|
|
|
mainReportAdd: {},
|
|
|
+ options: [],
|
|
|
list: {},
|
|
|
transgeneList: [],
|
|
|
unitList: [],
|
|
|
- options_: regionData,
|
|
|
options1_: provinceAndCityDataPlus,
|
|
|
staffList: [],
|
|
|
packtypeList: [],
|
|
@@ -878,7 +876,8 @@ export default {
|
|
|
this.$router.push({ path: 'futuresPurchaseContract' })
|
|
|
},
|
|
|
confirmationsheet() {
|
|
|
- this.$router.push({ path: 'priceConfirmationSheet' })
|
|
|
+ this.$router.push({ path: 'priceConfirmationSheet',
|
|
|
+ query: { contractNo: this.deptBudgetList.contractNo , contractType: this.deptBudgetList.contractType,id:this.deptBudgetList.id } })
|
|
|
},
|
|
|
selectChapterTwo(e) {
|
|
|
for (var i = 0; i < this.ChapterTwoList.length; i++) {
|