Просмотр исходного кода

fix: 收货单详情物品清单增加税率

liujt 1 неделя назад
Родитель
Сommit
86f2853db5

+ 10 - 0
src/views/purchasingManage/purchaseOrder/invoice/components/detailDialog.vue

@@ -472,6 +472,16 @@
               align: 'center',
               show: v != 2
             },
+            {
+              width: 120,
+              prop: 'taxRate',
+              label: '税率',
+              align: 'center',
+              show: v != 2,
+              formatter: (row, column) => {
+                return row.taxRate ? row.taxRate + '%' : '';
+              }
+            },
             {
               width: 160,
               prop: 'discountSinglePrice',

+ 2 - 2
vue.config.js

@@ -44,8 +44,8 @@ module.exports = {
     proxy: {
       // 当我们的本地的请求 有/api的时候,就会代理我们的请求地址向另外一个服务器发出请求
       '/api': {
-        // target: 'http://localhost:18086', //开发
-        target: 'http://192.168.1.18:18086', //测试
+        target: 'http://192.168.1.251:18086', //开发
+        // target: 'http://192.168.1.251:18186', //测试
         // target: 'http://192.168.1.15:18086',//罗
         // target: 'http://192.168.1.144:18086',//付