Browse Source

美元费用支出弹窗

jbb 2 years ago
parent
commit
f1f42a9b41

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

@@ -406,6 +406,8 @@ export default {
     mainTableExpenseUSD() {
       console.log('点击:主表美元费用支出')
       this.$refs.mainTableExpenseUSDModal.mainTableExpenseUSDModVis = true
+      this.$refs.mainTableExpenseUSDModal.mainTableExpenseUSDData = this.costPayData
+      this.$refs.mainTableExpenseUSDModal.fixedData = this.costPayData
     },
 
     // 事故单 单号 弹框

+ 2 - 1
src/views/reportForms/fabric-loss-table.vue

@@ -317,7 +317,8 @@
         <div class="noteDetail">
           <a-form-model ref="form" :model="fabricLoss" :rues="validatorRules">
             <a-form-model-item prop="noteOne">
-              <a-input type="textarea" v-model="fabricLoss.noteOne" style="minHeight:100px;" />
+              <a-input type="textarea" v-model="fabricLoss.noteOne" style="minHeight:100px;" v-show='showSelect==0'/>
+              <a-input type="textarea" v-text="fabricLoss.noteOne" style="minHeight:100px;" v-show='showSelect==1'/>
             </a-form-model-item>
           </a-form-model>
         </div>