|
@@ -163,7 +163,7 @@
|
|
|
}}</span>
|
|
|
</template></el-table-column
|
|
|
>
|
|
|
- <el-table-column
|
|
|
+ <!-- <el-table-column
|
|
|
width="100"
|
|
|
class="table_td"
|
|
|
prop="unloadingCharge"
|
|
@@ -174,7 +174,7 @@
|
|
|
scope.row.unloadingCharge
|
|
|
}}</span>
|
|
|
</template></el-table-column
|
|
|
- >
|
|
|
+ > -->
|
|
|
<el-table-column
|
|
|
width="100"
|
|
|
class="table_td"
|
|
@@ -734,7 +734,7 @@
|
|
|
class="deal"
|
|
|
></el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item
|
|
|
+ <!-- <el-form-item
|
|
|
v-if="aduitlist.salePlanType == '期货'"
|
|
|
label="卸车费(元/吨)"
|
|
|
:label-width="formLabelWidth"
|
|
@@ -745,7 +745,7 @@
|
|
|
placeholder="请输入卸车费"
|
|
|
class="deal"
|
|
|
></el-input>
|
|
|
- </el-form-item>
|
|
|
+ </el-form-item> -->
|
|
|
<el-form-item
|
|
|
v-if="aduitlist.salePlanType == '期货'"
|
|
|
label="发票费用(元/吨)"
|
|
@@ -1524,6 +1524,9 @@ export default {
|
|
|
this.$set(this.aduitlist, 'salePlanType', item.salePlanType)
|
|
|
this.$set(this.aduitlist, 'depositRatio', item.customerInfo.depositRatio)
|
|
|
this.$set(this.aduitlist, 'totalDeposit', item.customerInfo.totalDeposit)
|
|
|
+ this.$set(this.aduitlist, 'unitPrice', item.unitPrice)
|
|
|
+ this.$set(this.aduitlist, 'invoiceFee', item.invoiceFee)
|
|
|
+ this.$set(this.aduitlist, 'basis', item.basis)
|
|
|
},
|
|
|
aduitconfirm() {
|
|
|
if (!this.aduitlist.unitPrice) {
|