Browse Source

入库单号

lilei 2 years ago
parent
commit
f9e411d418
1 changed files with 19 additions and 12 deletions
  1. 19 12
      src/views/reportData/warehousingOrder/list.vue

+ 19 - 12
src/views/reportData/warehousingOrder/list.vue

@@ -17,24 +17,29 @@
                 <rangeDate ref="rangeDate" :value="queryParam.time" @change="dateChange" />
               </a-form-model-item>
             </a-col>
-            <a-col :md="5" :sm="24">
+            <a-col :md="6" :sm="24">
               <a-form-model-item label="入库单号">
                 <a-input id="warehousingOrderList-stockPutNo" v-model.trim="queryParam.stockPutNo" allowClear placeholder="请输入入库单号"/>
               </a-form-model-item>
             </a-col>
-            <a-col :md="5" :sm="24">
-              <a-form-model-item label="入库类型">
-                <v-select
-                  v-model="queryParam.putBizType"
-                  ref="putBizType"
-                  id="warehousingOrderList-putBizType"
-                  code="PUT_STOCK_TYPE_REPORT"
-                  placeholder="请选择入库类型"
-                  allowClear></v-select>
+            <a-col :md="6" :sm="24">
+              <a-form-model-item label="单位名称">
+                <a-input id="warehousingOrderList-supplierName" v-model.trim="queryParam.supplierName" allowClear placeholder="请输入单位名称"/>
               </a-form-model-item>
             </a-col>
             <template v-if="advanced">
-              <a-col :md="8" :sm="24">
+              <a-col :md="6" :sm="24">
+                <a-form-model-item label="入库类型">
+                  <v-select
+                    v-model="queryParam.putBizType"
+                    ref="putBizType"
+                    id="warehousingOrderList-putBizType"
+                    code="PUT_STOCK_TYPE_REPORT"
+                    placeholder="请选择入库类型"
+                    allowClear></v-select>
+                </a-form-model-item>
+              </a-col>
+              <a-col :md="6" :sm="24">
                 <a-form-model-item label="散件入库子类型">
                   <v-select
                     v-model="queryParam.sparePartsType"
@@ -46,7 +51,7 @@
                 </a-form-model-item>
               </a-col>
             </template>
-            <a-col :md="8" :sm="24" style="margin-bottom: 10px;">
+            <a-col :md="6" :sm="24" style="margin-bottom: 10px;">
               <a-button
                 type="primary"
                 class="button-info"
@@ -121,6 +126,7 @@ export default {
         beginDate: '',
         endDate: '',
         stockPutNo: '',
+        supplierName: '',
         putBizType: undefined,
         sparePartsType: undefined
       },
@@ -212,6 +218,7 @@ export default {
       this.queryParam.beginDate = ''
       this.queryParam.endDate = ''
       this.queryParam.stockPutNo = ''
+      this.queryParam.supplierName = ''
       this.queryParam.putBizType = undefined
       this.queryParam.sparePartsType = undefined
       this.totalData = null