|
@@ -18,7 +18,7 @@
|
|
|
>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
-
|
|
|
+
|
|
|
<ws-form
|
|
|
ref="deptBudgetList"
|
|
|
:rules="mainReportAdd"
|
|
@@ -29,62 +29,102 @@
|
|
|
</div>
|
|
|
<ws-info-table>
|
|
|
<ws-form-item label="合同编号" span="1" prop="contractNo">
|
|
|
- {{ deptBudgetList.contractNo }}
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.contractNo }}
|
|
|
+ </div>
|
|
|
+ <span class="unchangeable">*</span>
|
|
|
</ws-form-item>
|
|
|
<ws-form-item label="运输方式" span="1" prop="shippingType">
|
|
|
- {{ deptBudgetList.shippingType }}
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.shippingType }}
|
|
|
+ </div>
|
|
|
</ws-form-item>
|
|
|
<ws-form-item label="买方" span="1" prop="buyer">
|
|
|
- {{ deptBudgetList.buyer }}
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.buyer }}
|
|
|
+ </div>
|
|
|
+ <span class="unchangeable">*</span>
|
|
|
</ws-form-item>
|
|
|
- <ws-form-item label="结算方式" span="1" prop="settlementMethod"
|
|
|
- >{{ deptBudgetList.settlementMethod }}
|
|
|
+ <ws-form-item label="结算方式" span="1" prop="settlementMethod">
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.settlementMethod }}
|
|
|
+ </div>
|
|
|
</ws-form-item>
|
|
|
- <ws-form-item label="卖方" span="1" prop="seller"
|
|
|
- >{{ deptBudgetList.seller }}
|
|
|
+ <ws-form-item label="卖方" span="1" prop="seller">
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.seller }}
|
|
|
+ </div>
|
|
|
+ <span class="unchangeable">*</span>
|
|
|
</ws-form-item>
|
|
|
- <ws-form-item label="货源地" span="1" prop="sourceGoods"
|
|
|
- >{{ deptBudgetList.sourceGoods }}
|
|
|
+ <ws-form-item label="货源地" span="1" prop="sourceGoods">
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.sourceGoods }}
|
|
|
+ </div>
|
|
|
</ws-form-item>
|
|
|
- <ws-form-item label="买方电话" span="1" prop="buyerPhone"
|
|
|
- >{{ deptBudgetList.buyerPhone }}
|
|
|
+ <ws-form-item label="买方电话" span="1" prop="buyerPhone">
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.buyerPhone }}
|
|
|
+ </div>
|
|
|
</ws-form-item>
|
|
|
<ws-form-item label="交货地" span="1" prop="placeDelivery">
|
|
|
- {{ deptBudgetList.placeDelivery }}
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.placeDelivery }}
|
|
|
+ </div>
|
|
|
</ws-form-item>
|
|
|
<ws-form-item label="卖方电话" span="1" prop="sellerPhone">
|
|
|
- {{ deptBudgetList.sellerPhone }}
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.sellerPhone }}
|
|
|
+ </div>
|
|
|
</ws-form-item>
|
|
|
<ws-form-item label="包装方式" span="1" prop="packingMethod">
|
|
|
- {{ deptBudgetList.packingMethod }}
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.packingMethod }}
|
|
|
+ </div>
|
|
|
</ws-form-item>
|
|
|
<ws-form-item label="重量(吨)" span="1" prop="weight">
|
|
|
- {{ deptBudgetList.weight }}
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.weight }}
|
|
|
+ </div>
|
|
|
</ws-form-item>
|
|
|
<ws-form-item label="验收方式" span="1" prop="acceptanceMethod">
|
|
|
- {{ deptBudgetList.acceptanceMethod }}
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.acceptanceMethod }}
|
|
|
+ </div>
|
|
|
</ws-form-item>
|
|
|
<ws-form-item label="溢短装(%)" span="1" prop="overShort">
|
|
|
- {{ deptBudgetList.overShort }}
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.overShort }}
|
|
|
+ </div>
|
|
|
</ws-form-item>
|
|
|
<ws-form-item label="交货日期(起)" span="1" prop="deliveryDateStart">
|
|
|
- {{ deptBudgetList.deliveryDateStart }}
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.deliveryDateStart }}
|
|
|
+ </div>
|
|
|
</ws-form-item>
|
|
|
<ws-form-item
|
|
|
label="合同单价(元/吨)"
|
|
|
span="1"
|
|
|
prop="unitContractPrice"
|
|
|
>
|
|
|
- {{ deptBudgetList.unitContractPrice }}
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.unitContractPrice }}
|
|
|
+ </div>
|
|
|
+ <span class="unchangeable">*</span>
|
|
|
</ws-form-item>
|
|
|
<ws-form-item label="交货日期(止)" span="1" prop="deliveryDateEnd">
|
|
|
- {{ deptBudgetList.deliveryDateEnd }}
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.deliveryDateEnd }}
|
|
|
+ </div>
|
|
|
</ws-form-item>
|
|
|
<ws-form-item label="合同总价(元)" span="1" prop="totalContractPrice">
|
|
|
- {{ deptBudgetList.totalContractPrice }}
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.totalContractPrice }}
|
|
|
+ </div>
|
|
|
</ws-form-item>
|
|
|
<ws-form-item label="签订日期" span="1" prop="signingDate">
|
|
|
- {{ deptBudgetList.signingDate }}
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.signingDate }}
|
|
|
+ </div>
|
|
|
</ws-form-item>
|
|
|
</ws-info-table>
|
|
|
|
|
@@ -92,123 +132,113 @@
|
|
|
|
|
|
<!--面试信息-->
|
|
|
<div class="remark">
|
|
|
- <h3>货物信息</h3>
|
|
|
- </div>
|
|
|
- <ws-info-table>
|
|
|
- <ws-form-item
|
|
|
- label="货名"
|
|
|
- span="1"
|
|
|
- prop="waterContent"
|
|
|
- >
|
|
|
- {{deptBudgetList.contractGoodsInfo.goodsName}}
|
|
|
- </ws-form-item>
|
|
|
- <ws-form-item
|
|
|
- label="水分(%)<="
|
|
|
- span="1"
|
|
|
- prop="intendedShipId"
|
|
|
- >
|
|
|
- {{deptBudgetList.contractGoodsInfo.waterContent}}
|
|
|
- </ws-form-item>
|
|
|
- <ws-form-item
|
|
|
- label="品级"
|
|
|
- span="1"
|
|
|
- prop="grade"
|
|
|
- >
|
|
|
- {{deptBudgetList.contractGoodsInfo.grade}}
|
|
|
- </ws-form-item>
|
|
|
- <ws-form-item
|
|
|
- label="杂质(%)<="
|
|
|
- span="1"
|
|
|
- prop="impurity"
|
|
|
- >
|
|
|
- {{deptBudgetList.contractGoodsInfo.impurity}}
|
|
|
- </ws-form-item>
|
|
|
- <ws-form-item
|
|
|
- label="容重(克/升)<="
|
|
|
- span="1"
|
|
|
- prop="bulkDensity"
|
|
|
- >
|
|
|
- {{deptBudgetList.contractGoodsInfo.bulkDensity}}
|
|
|
- </ws-form-item>
|
|
|
- <ws-form-item
|
|
|
- label="霉变粒(%)<="
|
|
|
- span="1"
|
|
|
- prop="mildewGrain"
|
|
|
- class="result"
|
|
|
- >
|
|
|
- {{deptBudgetList.contractGoodsInfo.mildewGrain}}
|
|
|
- </ws-form-item>
|
|
|
- <ws-form-item
|
|
|
- label="热损伤(%)<="
|
|
|
- span="1"
|
|
|
- prop="jiaorenli"
|
|
|
- >
|
|
|
- {{deptBudgetList.contractGoodsInfo.jiaorenli}}
|
|
|
- </ws-form-item>
|
|
|
- <ws-form-item
|
|
|
- label="不完善粒(%)<="
|
|
|
- span="1"
|
|
|
- prop="imperfectGrain"
|
|
|
- class="result"
|
|
|
- >
|
|
|
- {{deptBudgetList.contractGoodsInfo.imperfectGrain}}
|
|
|
- </ws-form-item>
|
|
|
- </ws-info-table>
|
|
|
- <div class="remark">
|
|
|
- <h3>流程信息</h3>
|
|
|
- </div>
|
|
|
- <ws-info-table>
|
|
|
- <ws-form-item
|
|
|
- label="合同收入(元)"
|
|
|
- span="1"
|
|
|
- prop="goodsNameKey"
|
|
|
- >
|
|
|
- {{deptBudgetList.contractProcessInfo.goodsNameKey}}
|
|
|
- </ws-form-item>
|
|
|
- <ws-form-item
|
|
|
- label="已开发票(元)"
|
|
|
- span="1"
|
|
|
- prop="goodsName"
|
|
|
- >
|
|
|
- {{deptBudgetList.contractProcessInfo.goodsName}}
|
|
|
- </ws-form-item>
|
|
|
- <ws-form-item
|
|
|
- label="费用支出(元)"
|
|
|
- span="1"
|
|
|
- prop="waterContent"
|
|
|
- >{{deptBudgetList.contractProcessInfo.waterContent}}
|
|
|
- </ws-form-item>
|
|
|
- <ws-form-item
|
|
|
- label="未开发票(元)"
|
|
|
- span="1"
|
|
|
- prop="impurity"
|
|
|
- >{{deptBudgetList.contractProcessInfo.impurity}}
|
|
|
- </ws-form-item>
|
|
|
- <ws-form-item
|
|
|
- label="未回款(元)"
|
|
|
- span="1"
|
|
|
- prop="mildewGrain"
|
|
|
- >{{deptBudgetList.contractProcessInfo.mildewGrain}}
|
|
|
- </ws-form-item>
|
|
|
- <ws-form-item
|
|
|
- label="已完成发运量(吨)"
|
|
|
- span="1"
|
|
|
- prop="imperfectGrain"
|
|
|
- class="result"
|
|
|
- >{{deptBudgetList.contractProcessInfo.imperfectGrain}}
|
|
|
- </ws-form-item>
|
|
|
- <ws-form-item
|
|
|
- label="双章原件回收情况"
|
|
|
- span="1"
|
|
|
- prop="grade"
|
|
|
- >{{deptBudgetList.contractProcessInfo.grade}}
|
|
|
- </ws-form-item>
|
|
|
- </ws-info-table>
|
|
|
- <div class="remark">
|
|
|
- <h3>备注信息</h3>
|
|
|
+ <h3>货物信息</h3>
|
|
|
+ </div>
|
|
|
+ <ws-info-table>
|
|
|
+ <ws-form-item label="货名" span="1" prop="waterContent">
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.contractGoodsInfo.goodsName }}
|
|
|
+ </div>
|
|
|
+ <span class="unchangeable">*</span>
|
|
|
+ </ws-form-item>
|
|
|
+ <ws-form-item label="水分(%)<=" span="1" prop="intendedShipId">
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.contractGoodsInfo.waterContent }}
|
|
|
+ </div>
|
|
|
+ </ws-form-item>
|
|
|
+ <ws-form-item label="品级" span="1" prop="grade">
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.contractGoodsInfo.grade }}
|
|
|
+ </div>
|
|
|
+ </ws-form-item>
|
|
|
+ <ws-form-item label="杂质(%)<=" span="1" prop="impurity">
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.contractGoodsInfo.impurity }}
|
|
|
+ </div>
|
|
|
+ </ws-form-item>
|
|
|
+ <ws-form-item label="容重(克/升)<=" span="1" prop="bulkDensity">
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.contractGoodsInfo.bulkDensity }}
|
|
|
+ </div>
|
|
|
+ </ws-form-item>
|
|
|
+ <ws-form-item
|
|
|
+ label="霉变粒(%)<="
|
|
|
+ span="1"
|
|
|
+ prop="mildewGrain"
|
|
|
+ class="result"
|
|
|
+ >
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.contractGoodsInfo.mildewGrain }}
|
|
|
+ </div>
|
|
|
+ </ws-form-item>
|
|
|
+ <ws-form-item label="热损伤(%)<=" span="1" prop="jiaorenli">
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.contractGoodsInfo.jiaorenli }}
|
|
|
+ </div>
|
|
|
+ </ws-form-item>
|
|
|
+ <ws-form-item
|
|
|
+ label="不完善粒(%)<="
|
|
|
+ span="1"
|
|
|
+ prop="imperfectGrain"
|
|
|
+ class="result"
|
|
|
+ >
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.contractGoodsInfo.imperfectGrain }}
|
|
|
+ </div>
|
|
|
+ </ws-form-item>
|
|
|
+ </ws-info-table>
|
|
|
+ <div class="remark">
|
|
|
+ <h3>流程信息</h3>
|
|
|
+ </div>
|
|
|
+ <ws-info-table>
|
|
|
+ <ws-form-item label="合同收入(元)" span="1" prop="goodsNameKey">
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.contractProcessInfo.goodsNameKey }}
|
|
|
+ </div>
|
|
|
+ </ws-form-item>
|
|
|
+ <ws-form-item label="已开发票(元)" span="1" prop="goodsName">
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.contractProcessInfo.goodsName }}
|
|
|
+ </div>
|
|
|
+ </ws-form-item>
|
|
|
+ <ws-form-item label="费用支出(元)" span="1" prop="waterContent">
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.contractProcessInfo.waterContent }}
|
|
|
+ </div>
|
|
|
+ </ws-form-item>
|
|
|
+ <ws-form-item label="未开发票(元)" span="1" prop="impurity">
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.contractProcessInfo.impurity }}
|
|
|
+ </div>
|
|
|
+ </ws-form-item>
|
|
|
+ <ws-form-item label="未回款(元)" span="1" prop="mildewGrain">
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.contractProcessInfo.mildewGrain }}
|
|
|
+ </div>
|
|
|
+ </ws-form-item>
|
|
|
+ <ws-form-item
|
|
|
+ label="已完成发运量(吨)"
|
|
|
+ span="1"
|
|
|
+ prop="imperfectGrain"
|
|
|
+ class="result"
|
|
|
+ >
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.contractProcessInfo.imperfectGrain }}
|
|
|
+ </div>
|
|
|
+ </ws-form-item>
|
|
|
+ <ws-form-item label="双章原件回收情况" span="1" prop="grade">
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.contractProcessInfo.grade }}
|
|
|
+ </div>
|
|
|
+ </ws-form-item>
|
|
|
+ </ws-info-table>
|
|
|
+ <div class="remark">
|
|
|
+ <h3>备注信息</h3>
|
|
|
+ </div>
|
|
|
+ <div class="unchanged">
|
|
|
+ {{ deptBudgetList.remarks }}
|
|
|
</div>
|
|
|
- {{deptBudgetList.remarks}}
|
|
|
- <img :src="deptBudgetList.addressUrl" alt="">
|
|
|
+ <img :src="deptBudgetList.addressUrl" alt="" />
|
|
|
|
|
|
<!-- </base-card> -->
|
|
|
</ws-form>
|
|
@@ -226,7 +256,6 @@
|
|
|
|
|
|
<script>
|
|
|
import {
|
|
|
-
|
|
|
getList,
|
|
|
packList,
|
|
|
addList,
|
|
@@ -280,7 +309,6 @@ export default {
|
|
|
this.examineList()
|
|
|
},
|
|
|
methods: {
|
|
|
-
|
|
|
loaddata() {
|
|
|
// 数据
|
|
|
examineList({ id: this.$route.params.id })
|
|
@@ -503,4 +531,27 @@ export default {
|
|
|
overflow: scroll;
|
|
|
height: 93vh;
|
|
|
}
|
|
|
+.unchanged {
|
|
|
+ position: absolute;
|
|
|
+ left: 37px;
|
|
|
+ width: 102px;
|
|
|
+ height: 14px;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #afb5cb;
|
|
|
+ line-height: 14px;
|
|
|
+}
|
|
|
+.unchangeable {
|
|
|
+ position: absolute;
|
|
|
+ width: 9px;
|
|
|
+ height: 22px;
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: PingFangSC-Medium, PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #ff2727;
|
|
|
+ line-height: 22px;
|
|
|
+ display: inline-block;
|
|
|
+ right: 14px;
|
|
|
+}
|
|
|
</style>
|