liujt преди 1 седмица
родител
ревизия
2da88dd815
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      src/views/financialManage/invoiceManage/components/tableInfo.vue

+ 3 - 3
src/views/financialManage/invoiceManage/components/tableInfo.vue

@@ -80,7 +80,7 @@
           v-model="scope.row.taxRate"
           type="number"
           @input="recalcDetailList(scope.row, scope.$index)"
-        ></el-input>
+        ></el-input>%
       </template>
 
       <!-- 折让比例 -->
@@ -93,7 +93,7 @@
           :min="0"
           :max="100"
           placeholder="请输入"
-        ></el-input>
+        ></el-input>%
       </template>
 
       <!-- 工艺路线 -->
@@ -351,7 +351,7 @@ import {
           },
           {
             minWidth: 130,
-            prop: 'unInvoiceAmount',
+            prop: 'weightUnit',
             label: '重量单位',
             align: 'center'
           },