浏览代码

入库审核 查询条件 更改

chenrui 3 年之前
父节点
当前提交
c69b72f876
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. 2 2
      src/views/financialManagement/warehousingAudit/list.vue
  2. 2 1
      vue.config.js

+ 2 - 2
src/views/financialManagement/warehousingAudit/list.vue

@@ -117,7 +117,7 @@ export default {
         endDate: getDate.getCurrMonthDays().endtime,
         purchaseBillNo: '',
         receivingBillNo: '',
-        auditState: undefined
+        auditState: 'WAIT_PUT_WAREHOUSE_AUDIT'
       },
       // 表头
       columns: [
@@ -202,7 +202,7 @@ export default {
       this.queryParam.endDate = getDate.getCurrMonthDays().endtime
       this.queryParam.purchaseBillNo = ''
       this.queryParam.receivingBillNo = ''
-      this.queryParam.auditState = undefined
+      this.queryParam.auditState = 'WAIT_PUT_WAREHOUSE_AUDIT'
       this.$refs.table.refresh(true)
     },
     pageInit () {

+ 2 - 1
vue.config.js

@@ -109,7 +109,8 @@ const vueConfig = {
     proxy: {
       '/api': {
         // target: 'http://192.168.16.103:8503/qpls-md',
-        target: 'http://p.iscm.360arrow.com/qpls-md', //  Ô¤·¢²¼
+        target: 'http://380d150d.nat123.fun:43560/qpls-md', //  ±¾µØ
+        // target: 'http://p.iscm.360arrow.com/qpls-md', //  Ô¤·¢²¼
         // target: 'http://qpls-md.360arrow.com/qpls-md', //  Éú²ú
         // ws: false,
         ws: true,