Browse Source

成本分配表-打印

jbb 1 year ago
parent
commit
4bc03f8d6c
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/views/reportForms/cost-allocation-table.vue

+ 4 - 2
src/views/reportForms/cost-allocation-table.vue

@@ -194,7 +194,8 @@
             </a-col> -->
             <a-col :md="6" :sm="8">
               <a-form-model-item label="税率%" prop="taxrate" > 
-                <a-input placeholder="请输入" v-model="detailsPlanNum.taxrate"  @blur="changeTaxrate" class="taxrate"/>
+                <a-input placeholder="请输入" v-model="detailsPlanNum.taxrate"  @blur="changeTaxrate" class="taxrate"  v-show='showSelect==0'/>
+                <span v-show='showSelect==1'>{{ detailsPlanNum.taxrate }}</span>
               </a-form-model-item>
             </a-col>
            
@@ -232,7 +233,8 @@
             </a-col> -->
             <a-col :md="6" :sm="8">
               <a-form-model-item label="备注" prop="UsdfabriccostNotincludestax" >
-                <a-input style="width:100%" type="text" v-model="detailsPlanNum.memo" @blur="changeContainerNumber" />
+                <a-input style="width:100%" type="text" v-model="detailsPlanNum.memo" @blur="changeContainerNumber" v-show='showSelect==0'/>
+                <span v-show='showSelect==1'>{{ detailsPlanNum.memo }}</span>
               </a-form-model-item>
             </a-col>
             <a-col :md="6" :sm="8" class="noprint">