Pārlūkot izejas kodu

货物编号查询

lijunping 1 gadu atpakaļ
vecāks
revīzija
1724a5da21
1 mainītis faili ar 19 papildinājumiem un 9 dzēšanām
  1. 19 9
      src/views/Warehousing/outStock/AddOrUpdate.vue

+ 19 - 9
src/views/Warehousing/outStock/AddOrUpdate.vue

@@ -1863,13 +1863,18 @@
       <el-form ref="whgenlegParams" :model="whgenlegParams">
       <el-form ref="whgenlegParams" :model="whgenlegParams">
         <el-row>
         <el-row>
           <el-col :span="5">
           <el-col :span="5">
-            <el-form-item label="单号" prop="fMblno" label-width="70px">
-              <el-input v-model="whgenlegParams.fMblno" placeholder="请输入单号" clearable />
+            <el-form-item label="单号" prop="fMblno" label-width="70px">
+              <el-input v-model="whgenlegParams.fMblno" placeholder="请输入单号" clearable />
             </el-form-item>
             </el-form-item>
           </el-col>
           </el-col>
           <el-col :span="5">
           <el-col :span="5">
-            <el-form-item label="库内箱号" prop="fLocalcntrno" label-width="70px">
-              <el-input v-model="whgenlegParams.fLocalcntrno" placeholder="请输入库内箱号" clearable
+            <el-form-item label="商品编码" prop="fNo" label-width="70px">
+              <el-input v-model="whgenlegParams.fNo" placeholder="请输入商品编码" clearable />
+            </el-form-item>
+          </el-col>
+          <el-col :span="5">
+            <el-form-item label="批次号" prop="fLocalcntrno" label-width="70px">
+              <el-input v-model="whgenlegParams.fLocalcntrno" placeholder="请输入批次号" clearable
                 @keyup.enter.native="getDetailsList()" />
                 @keyup.enter.native="getDetailsList()" />
             </el-form-item>
             </el-form-item>
           </el-col>
           </el-col>
@@ -1881,11 +1886,13 @@
           </el-col>
           </el-col>
           -->
           -->
           <el-col :span="5">
           <el-col :span="5">
-            <el-form-item label="属性详情" prop="fMarks" label-width="70px">
-              <el-input v-model="whgenlegParams.fMarks" placeholder="请输入属性详情" clearable />
+            <el-form-item label="备案号" prop="fMarks" label-width="70px">
+              <el-input v-model="whgenlegParams.fMarks" placeholder="备案号" clearable />
             </el-form-item>
             </el-form-item>
           </el-col>
           </el-col>
-          <el-col :span="7">
+
+
+<!--          <el-col :span="7">
             <el-form-item label="入库日期区间" prop="orgStorageDate" label-width="120px">
             <el-form-item label="入库日期区间" prop="orgStorageDate" label-width="120px">
               <el-date-picker style="width: 80%" v-model="whgenlegParams.orgStorageDate" type="daterange"
               <el-date-picker style="width: 80%" v-model="whgenlegParams.orgStorageDate" type="daterange"
                 start-placeholder="开始日期" end-placeholder="结束日期" value-format="yyyy-MM-dd HH:mm:ss"
                 start-placeholder="开始日期" end-placeholder="结束日期" value-format="yyyy-MM-dd HH:mm:ss"
@@ -1893,7 +1900,7 @@
               </el-date-picker>
               </el-date-picker>
             </el-form-item>
             </el-form-item>
           </el-col>
           </el-col>
-          <el-col :span="2">
+          <el-col :span="2">-->
             <div class="tabSetting">
             <div class="tabSetting">
               <el-button type="cyan" icon="el-icon-search" @click="getDetailsList()" style="margin-right: 10px">搜索
               <el-button type="cyan" icon="el-icon-search" @click="getDetailsList()" style="margin-right: 10px">搜索
               </el-button>
               </el-button>
@@ -4029,7 +4036,8 @@ export default {
         fLocalcntrno: null,
         fLocalcntrno: null,
         fMblno: null,
         fMblno: null,
         orgStorageDate: null,
         orgStorageDate: null,
-        fMarks: null
+        fMarks: null,
+        fNo: null,
       },
       },
       stagingList: [],
       stagingList: [],
       stagingParams: {
       stagingParams: {
@@ -5141,6 +5149,7 @@ export default {
         fTruckno: null,
         fTruckno: null,
         fCntrno: null,
         fCntrno: null,
         fLocalcntrno: null,
         fLocalcntrno: null,
+        fNo: null,
         fMblno: null,
         fMblno: null,
         orgStorageDate: null
         orgStorageDate: null
       }
       }
@@ -7437,6 +7446,7 @@ export default {
       this.$set(this.whgenlegParams, 'fTrademodeid', this.form.fTrademodeid)
       this.$set(this.whgenlegParams, 'fTrademodeid', this.form.fTrademodeid)
       let arr = []
       let arr = []
       let total = 0
       let total = 0
+      console.log(this.whgenlegParams);
       listWhgenleg(this.whgenlegParams).then((response) => {
       listWhgenleg(this.whgenlegParams).then((response) => {
         response.rows.map((e) => {
         response.rows.map((e) => {
           e.fQtyblc2 = e.fQtyblc
           e.fQtyblc2 = e.fQtyblc