소스 검색

成本分配表-表头备注

jbb 2 년 전
부모
커밋
b92e945467
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 :md="6" :sm="8">
               <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-col>
         </a-form-model>