Browse Source

成本分配表-表头备注

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

+ 1 - 1
src/views/reportForms/cost-allocation-table.vue

@@ -247,7 +247,7 @@
             </a-col>
             </a-col>
             <a-col :md="6" :sm="8">
             <a-col :md="6" :sm="8">
               <a-form-model-item label="备注" prop="UsdfabriccostNotincludestax" >
               <a-form-model-item label="备注" prop="UsdfabriccostNotincludestax" >
-                {{ detailsPlanNum.fabriccostNotincludestaxUsd }}
+                <a-input style="width:100%" type="text" v-model="detailsPlanNum.memo" @blur="changeContainerNumber" />
               </a-form-model-item>
               </a-form-model-item>
             </a-col>
             </a-col>
         </a-form-model>
         </a-form-model>