|
@@ -66,9 +66,18 @@
|
|
|
<h3>基本信息</h3>
|
|
|
</div>
|
|
|
<ws-info-table>
|
|
|
- <ws-form-item label="合同编号" span="1" prop="contractNo">
|
|
|
+ <ws-form-item label="合同类型" span="1" prop="agreementType">
|
|
|
+ {{ deptBudgetList.agreementType }}
|
|
|
+ </ws-form-item>
|
|
|
+ <ws-form-item label="合同编号" v-if="deptBudgetList.agreementType=='采购合同'" span="1" prop="contractNo">
|
|
|
+ {{ deptBudgetList.contractNo }}
|
|
|
+ </ws-form-item>
|
|
|
+ <ws-form-item label="关联合同" v-if="deptBudgetList.agreementType=='补充协议'" span="1" prop="contractNo">
|
|
|
{{ deptBudgetList.contractNo }}
|
|
|
</ws-form-item>
|
|
|
+ <ws-form-item label="补充协议编号" v-if="deptBudgetList.agreementType=='补充协议'" span="1" prop="agreementNo">
|
|
|
+ {{ deptBudgetList.agreementNo }}
|
|
|
+ </ws-form-item>
|
|
|
<ws-form-item label="运输方式" span="1" prop="shippingType">
|
|
|
{{ deptBudgetList.shippingType }}
|
|
|
</ws-form-item>
|