Browse Source

入库类型 更改

chenrui 3 years ago
parent
commit
d4e91c747e

+ 1 - 1
src/views/reportData/warehousingOrder/list.vue

@@ -28,7 +28,7 @@
                   v-model="queryParam.putBizType"
                   ref="putBizType"
                   id="warehousingOrderList-putBizType"
-                  code="PUT_STOCK_TYPE"
+                  code="PUT_STOCK_TYPE_REPORT"
                   placeholder="请选择入库类型"
                   allowClear></v-select>
               </a-form-model-item>

+ 1 - 1
src/views/reportData/warehousingOrderDetail/list.vue

@@ -28,7 +28,7 @@
                   v-model="queryParam.putBizType"
                   ref="putBizType"
                   id="warehousingOrderDetailList-putBizType"
-                  code="PUT_STOCK_TYPE"
+                  code="PUT_STOCK_TYPE_REPORT"
                   placeholder="请选择入库类型"
                   allowClear></v-select>
               </a-form-model-item>