Browse Source

增加查询箱号

lichao 3 years ago
parent
commit
61f9465892
1 changed files with 17 additions and 11 deletions
  1. 17 11
      src/views/kaihe/domesticTrade/myOrder/index.vue

+ 17 - 11
src/views/kaihe/domesticTrade/myOrder/index.vue

@@ -149,17 +149,8 @@
               </el-form-item>
             </el-col>
             <el-col :span="6">
-              <el-form-item label="订舱日期" prop="cLoadDate">
-                <el-date-picker
-                    v-model="queryParams.cLoadDate"
-                    type="daterange"
-                    range-separator="至"
-                    style="width: 240px"
-                    value-format="yyyy-MM-dd HH:mm:ss"
-                    :default-time="['00:00:00', '23:59:59']"
-                    start-placeholder="开始日期"
-                    end-placeholder="结束日期">
-                </el-date-picker>
+              <el-form-item label="箱号" prop="fCntrno">
+                <el-input size="small" style="width: 240px" clearable v-model="queryParams.fCntrno" placeholder="请输入箱号"></el-input>
               </el-form-item>
             </el-col>
           </el-row>
@@ -178,6 +169,20 @@
                 </el-date-picker>
               </el-form-item>
             </el-col>
+            <el-col :span="6">
+              <el-form-item label="订舱日期" prop="cLoadDate">
+                <el-date-picker
+                  v-model="queryParams.cLoadDate"
+                  type="daterange"
+                  range-separator="至"
+                  style="width: 240px"
+                  value-format="yyyy-MM-dd HH:mm:ss"
+                  :default-time="['00:00:00', '23:59:59']"
+                  start-placeholder="开始日期"
+                  end-placeholder="结束日期">
+                </el-date-picker>
+              </el-form-item>
+            </el-col>
           </el-row>
         </div>
       </el-collapse-transition>
@@ -899,6 +904,7 @@ export default {
         fCntrid: null,
         fCntrcount: null,
         cLoadDate: null,
+        fCntrno: null
       }
       this.resetForm("queryForm");
       this.handleQuery();