|
@@ -428,7 +428,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</OpenCloseBox>
|
|
</OpenCloseBox>
|
|
|
<OpenCloseBox id="fymx" v-if="orderInfo.feeOrderNewVo && orderInfo.feeOrderNewVo.exportFee && Feepermissions">
|
|
<OpenCloseBox id="fymx" v-if="orderInfo.feeOrderNewVo && orderInfo.feeOrderNewVo.exportFee && Feepermissions">
|
|
|
- <span slot="title">费用明细<el-button v-if="isTaskPool" type="primary" style="margin-left: 30px;" size="mini" @click="productCostAddVehicleFactorVisible = true">匹配费用信息</el-button></span>
|
|
|
|
|
|
|
+ <span slot="title">费用明细<el-button v-if="isTaskPool" type="primary" style="margin-left: 30px;" size="mini" @click="agreementProductCostsSaveFun()">匹配费用信息</el-button></span>
|
|
|
<div slot="boby" style="font-size:12px;width: 100%" class="FeeEnclosure">
|
|
<div slot="boby" style="font-size:12px;width: 100%" class="FeeEnclosure">
|
|
|
<el-table :data="orderInfo.feeOrderNewVo.exportFee" :border="true" width="100%"
|
|
<el-table :data="orderInfo.feeOrderNewVo.exportFee" :border="true" width="100%"
|
|
|
:stripe="true" size="mini" :header-cell-style="{
|
|
:stripe="true" size="mini" :header-cell-style="{
|
|
@@ -492,7 +492,7 @@
|
|
|
over-size="small" :disabled="true"
|
|
over-size="small" :disabled="true"
|
|
|
@cancelForm="productCostFactorCancelForm"></Product-Cost-Form>
|
|
@cancelForm="productCostFactorCancelForm"></Product-Cost-Form>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
- <el-dialog title="产品编辑" :visible.sync="productCostAddVehicleFactorVisible" width="80%" top="6vh"
|
|
|
|
|
|
|
+ <el-dialog title="产品编辑" v-if="orderInfo.agreementProductCostsSave" :visible.sync="productCostAddVehicleFactorVisible" width="80%" top="6vh"
|
|
|
@close="productcloseDialog">
|
|
@close="productcloseDialog">
|
|
|
<el-collapse accordion>
|
|
<el-collapse accordion>
|
|
|
<div class="productstitle flex j-s" style="margin-top: 10px">
|
|
<div class="productstitle flex j-s" style="margin-top: 10px">
|
|
@@ -846,6 +846,14 @@ export default {
|
|
|
productcloseDialog() {
|
|
productcloseDialog() {
|
|
|
this.productCostAddVehicleFactorVisible=false
|
|
this.productCostAddVehicleFactorVisible=false
|
|
|
},
|
|
},
|
|
|
|
|
+ agreementProductCostsSaveFun() {
|
|
|
|
|
+ if(this.orderInfo.agreementProductCostsSave){
|
|
|
|
|
+ this.productCostAddVehicleFactorVisible=true
|
|
|
|
|
+ }
|
|
|
|
|
+ else{
|
|
|
|
|
+ this.$message.error('暂无费用信息')
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
productCostFactoropenDialog() {
|
|
productCostFactoropenDialog() {
|
|
|
this.productCostFactorDialogVisible =false
|
|
this.productCostFactorDialogVisible =false
|
|
|
},
|
|
},
|