Browse Source

合同修改时对方合同编号、付款描述不可编辑

lizhenhao 2 years ago
parent
commit
a960ca1fd7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/modules/cw/workContract/ContractNameForm.vue

+ 2 - 1
src/views/modules/cw/workContract/ContractNameForm.vue

@@ -124,7 +124,7 @@
                 <el-form-item label="付款描述" prop="paymentDescribe" v-if="inputForm.paymentMethod === '2'"
                               :rules="[
                ]">
-                  <el-input :disabled="true" type="textarea" v-model="inputForm.paymentDescribe" placeholder="请输入付款描述"
+                  <el-input type="textarea" v-model="inputForm.paymentDescribe" placeholder="请输入付款描述"
                   ></el-input>
                 </el-form-item>
               </el-col>
@@ -753,6 +753,7 @@
           this.title = '合同信息详情'
         }
         this.inputForm = {
+          contractOpposite: '',
           filedPaperType: '',
           filedType: '',
           filedNo: '',