@@ -111,6 +111,12 @@ export interface Contract {
* 收款银行账户
*/
bankaccount?: string
+
+ /**
+ * 备注
+ */
+ bz?: string
/**
* 预估合同额
@@ -252,6 +252,17 @@
/>
</td>
</tr>
+ <tr>
+ <td class="th">备注:</td>
+ <td colspan="3" style="height: 120px">
+ <el-input
+ type="textarea"
+ :rows="5"
+ v-model="mContractDetail.bz"
+ :disabled="!editor"
+ />
+ </td>
+ </tr>
<h4 class="td_title"><i class="icon"></i>质保金</h4>
<tr>
<td class="th">质保金(元):</td>