浏览代码

添加备注字段

songxy 1 年之前
父节点
当前提交
e916a70eea

+ 6 - 0
client/src/interface/contract.ts

@@ -111,6 +111,12 @@ export interface Contract {
    * 收款银行账户
    */
   bankaccount?: string
+
+  /**
+   * 备注
+   */
+  bz?: string
+
   /**
    * 预估合同额
    */

+ 11 - 0
client/src/views/OaSystem/projectCenter/projectDetail/components/xmht/index.vue

@@ -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>