瀏覽代碼

出入库合计修改

wengyuwen 4 年之前
父節點
當前提交
fb4f136405
共有 3 個文件被更改,包括 6 次插入2 次删除
  1. 2 0
      src/views/warehouse/inStock/index.vue
  2. 2 0
      src/views/warehouse/outStock/index.vue
  3. 2 2
      vue.config.js

+ 2 - 0
src/views/warehouse/inStock/index.vue

@@ -25,6 +25,7 @@
         @feedback="feedback"
         :customButton="customButton"
         :arrow="arrow"
+        :tatolLabel="mainTatol"
         :seachButton="seachButton"
         :setRowList="listStyle"
         :listStyle="listStyle"
@@ -88,6 +89,7 @@ export default {
   name: 'inStock',
   data(){
     return{
+      mainTatol:['金额'],
       ids:[],
       listData:{
         fFeeid:[],

+ 2 - 0
src/views/warehouse/outStock/index.vue

@@ -25,6 +25,7 @@
         @feedback="feedback"
         :customButton="customButton"
         :arrow="arrow"
+        :tatolLabel="mainTatol"
         :seachButton="seachButton"
         :setRowList="listStyle"
         :listStyle="listStyle"
@@ -102,6 +103,7 @@ export default {
       // 总条数
       total: 0,
       inDex:4,
+      mainTatol:['金额'],
       tatolLabel:['单价','数量','金额'],
       MainTable:false,
       show: false,

+ 2 - 2
vue.config.js

@@ -34,9 +34,9 @@ module.exports = {
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-        target: `http://192.168.1.143:9020`,
+        // target: `http://192.168.1.143:9020`,
         // target: `http://localhost:8080`,
-        // target: `https://ap.tubaosoft.com/prod-api/`,
+        target: `https://ap.tubaosoft.com/prod-api/`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''