zhangyuewww 3 years ago
parent
commit
1b2899b966
1 changed files with 11 additions and 6 deletions
  1. 11 6
      src/views/contractManagement/salesContractEdit.vue

+ 11 - 6
src/views/contractManagement/salesContractEdit.vue

@@ -23,14 +23,14 @@
         <!--基本信息-->
         <ws-info-table>
           <!--合同类型-->
-          <ws-form-item label="合同类型" span="1" class="readonly">
+          <ws-form-item label="合同类型" span="1">
             <div class="unchanged">
-              {{ deptBudgetList.agreementType1 }}
+              {{ deptBudgetList.agreementType}}
             </div>
             <span class="unchangeable">*</span>
           </ws-form-item>
           <!--合同编号-->
-          <ws-form-item label="合同编号" span="1" prop="contractNo" class="readonly"
+          <ws-form-item label="合同编号" span="1" prop="contractNo"
             v-if="deptBudgetList.agreementType == '销售合同'">
             <div class="unchanged">
               {{ deptBudgetList.contractNo }}
@@ -38,14 +38,19 @@
             <span class="unchangeable">*</span>
           </ws-form-item>
           <!--关联合同-->
-          <ws-form-item prop="agreementNo" label="关联合同" span="1" v-if="deptBudgetList.agreementType == '补充协议'"
-            class="readonly">
+          <ws-form-item prop="agreementNo" label="关联合同" span="1" v-if="deptBudgetList.agreementType == '补充协议'">
+             <div class="unchanged">
             {{ deptBudgetList.agreementNo }}
+            </div>
+            <span class="unchangeable">*</span>
           </ws-form-item>
           <!--补充协议编号-->
-          <ws-form-item label="补充协议编号" span="1" prop="contractNo" class="readonly"
+          <ws-form-item label="补充协议编号" span="1" prop="contractNo"
             v-if="deptBudgetList.agreementType == '补充协议'">
+              <div class="unchanged">
             {{ deptBudgetList.contractNo }}
+            </div>
+            <span class="unchangeable">*</span>
           </ws-form-item>
           <!--运输方式-->
           <ws-form-item label="运输方式" span="1" prop="contractNo">