瀏覽代碼

修改bug

chenrui 6 月之前
父節點
當前提交
e563763dbf
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/views/numsGoodsShelves/withdrawalManagementNew/billFlowModal.vue

+ 5 - 5
src/views/numsGoodsShelves/withdrawalManagementNew/billFlowModal.vue

@@ -31,9 +31,9 @@
             <a-col :md="5" :sm="24">
               <a-form-item label="收支类型">
                 <v-select
-                  v-model="queryParam.bizType"
-                  ref="bizType"
-                  id="billFlowModal-bizType"
+                  v-model="queryParam.inOutType"
+                  ref="inOutType"
+                  id="billFlowModal-inOutType"
                   code="SHOP_PROMO_IN_OUT_TYPE"
                   placeholder="请选择收支类型"
                   allowClear></v-select>
@@ -136,7 +136,7 @@ export default {
         customerName: undefined, // 客户名称
         customerSn: undefined, // 客户Sn
         tradeOrderNo: '', // 关联单号
-        bizType: undefined, // 收支类型
+        inOutType: undefined, // 收支类型
         tradeType: undefined, // 交易类型
         dealState: undefined // 交易状态
       },
@@ -207,7 +207,7 @@ export default {
       this.queryParam.customerName = undefined
       this.queryParam.customerSn = undefined
       this.queryParam.tradeOrderNo = ''
-      this.queryParam.bizType = undefined
+      this.queryParam.inOutType = undefined
       this.queryParam.tradeType = undefined
       this.queryParam.dealState = undefined
       this.$refs.custSatelliteList.resetForm()