Browse Source

发货规格统计添加客户查询

wangzhuo 2 năm trước cách đây
mục cha
commit
8cc0e94a30

+ 8 - 0
src/views/statisticAnalysis/specificationsDelivery/index.vue

@@ -14,6 +14,9 @@
             format="yyyy-MM-dd" value-format="yyyy-MM-dd HH:mm:ss" :default-time="['00:00:00', '23:59:59']">
           </el-date-picker>
         </template>
+        <template slot="corpNameSearch">
+          <crop-select v-model="search.corpId" corpType="KH"></crop-select>
+        </template>
         <template slot="amount" slot-scope="{ row, index }">
           <span>{{Number(row.amount?row.amount:0).toFixed(2)}}</span>
         </template>
@@ -115,6 +118,11 @@ export default {
             search: true
           },
           {
+            label: "客户名称",
+            prop: "corpName",
+            search: true
+          },
+          {
             label: "品号",
             prop: "code",
             overHidden: true,

+ 4 - 3
vue.config.js

@@ -31,12 +31,13 @@ module.exports = {
     proxy: {
       '/api': {
         //本地服务接口地址
-        // target: 'http://192.168.3.64:1080',
-        target: 'http://192.168.1.120:1080',
+        target: 'http://192.168.1.115:1080',
+        // target: 'http://192.168.1.102:1080',
         // target: 'http://124.222.119.174:1080',
+        // target: 'http://192.168.2.163:1080',
         // 打包地址
         // target: 'http://121.37.83.47:10004',//服务器ip
-        // target: 'http://trade.tubaosoft.com:10004',//服务器域名
+        //target: 'http://trade.tubaosoft.com:10004',//服务器域名
         ws: true,
         pathRewrite: {
           '^/api': '/'