gjy 3 年之前
父节点
当前提交
091a81dbac
共有 32 个文件被更改,包括 38 次插入20 次删除
  1. 2 2
      src/views/contractManagement/futuresPurchaseContract.vue
  2. 2 2
      src/views/contractManagement/futuresSalesContract.vue
  3. 3 2
      src/views/contractManagement/purchaseContract.vue
  4. 1 0
      src/views/contractManagement/salesContract.vue
  5. 1 0
      src/views/customer/customerList.vue
  6. 1 0
      src/views/customerFundManagement/customerFundList.vue
  7. 1 0
      src/views/financialManagement/collectionManagementList.vue
  8. 1 1
      src/views/houseSelfCollect/customerManagement.vue
  9. 1 1
      src/views/houseSelfCollect/inspectionManagement.vue
  10. 1 1
      src/views/houseSelfCollect/paymentManagement.vue
  11. 1 1
      src/views/houseSelfCollect/weighingManagement.vue
  12. 1 0
      src/views/outboundManagement/qualityInspectionManagement.vue
  13. 1 1
      src/views/outboundManagement/weighingManagement.vue
  14. 1 0
      src/views/platformaudit/driverreview.vue
  15. 1 0
      src/views/platformaudit/grainPulseDynamic.vue
  16. 1 0
      src/views/platformaudit/grainmerchantreview.vue
  17. 1 0
      src/views/platformaudit/grainpulseenterprisereview.vue
  18. 1 0
      src/views/platformaudit/saletransactioninformationreview.vue
  19. 1 0
      src/views/platformaudit/transactioninformationreview.vue
  20. 1 0
      src/views/purchasingManagement/purchaseOrderList.vue
  21. 1 0
      src/views/salesManagement/salesPlanOrderList.vue
  22. 0 6
      src/views/statisticalReport/purchaseClosingCashierList.vue
  23. 2 0
      src/views/taskManagement/moveWarehouseTask.vue
  24. 1 0
      src/views/taskManagement/tranManagementTransporTationFire.vue
  25. 1 0
      src/views/taskManagement/tranManagementTransport.vue
  26. 1 1
      src/views/taskManagement/tranManagementWarehouseInOutTask.vue
  27. 1 1
      src/views/tradeServicesManagement/warehouseReceiptRegulation.vue
  28. 1 0
      src/views/tranManagement/tranManagementDriver.vue
  29. 1 0
      src/views/tranManagement/tranManagementReceivingFeedback.vue
  30. 1 0
      src/views/tranManagement/tranManagementShipping.vue
  31. 1 0
      src/views/tranManagement/tranManagementVehicle.vue
  32. 3 1
      src/views/warehouse/tranManagementWarehouseInOutTask.vue

+ 2 - 2
src/views/contractManagement/futuresPurchaseContract.vue

@@ -20,8 +20,8 @@
 				<el-date-picker v-model="value2" type="daterange" align="right" unlink-panels range-separator="至"
 					start-placeholder="开始日期" end-placeholder="结束日期" :picker-options="pickerOptions">
 				</el-date-picker>
-				<ws-input v-model="searchKeyWord" placeholder="可按照合同编号、买方名称、卖方名称进行查找" clearable maxlength="500"
-					type="input" class="findValue"></ws-input>
+				<el-input v-model="searchKeyWord" @keyup.enter.native="find()" placeholder="可按照合同编号、买方名称、卖方名称进行查找" clearable maxlength="500"
+					type="input" class="findValue"></el-input>
 				<!-- v-hasPermission="'procurement.sparepart.directShip'" -->
 				<ws-button class="find" type="primary" @click="find()"><img width="16" height="16" style="
               vertical-align: text-top;

+ 2 - 2
src/views/contractManagement/futuresSalesContract.vue

@@ -20,8 +20,8 @@
 				<el-date-picker v-model="value2" type="daterange" align="right" unlink-panels range-separator="至"
 					start-placeholder="开始日期" end-placeholder="结束日期" :picker-options="pickerOptions">
 				</el-date-picker>
-				<ws-input v-model="searchKeyWord" placeholder="可按照合同编号、买方名称、卖方名称进行查找" clearable maxlength="500"
-					type="input" class="findValue"></ws-input>
+				<el-input @keyup.enter.native="find()" v-model="searchKeyWord" placeholder="可按照合同编号、买方名称、卖方名称进行查找" clearable maxlength="500"
+					type="input" class="findValue"></el-input>
 				<!-- v-hasPermission="'procurement.sparepart.directShip'" -->
 				<ws-button class="find" type="primary" @click="find()"><img width="16" height="16" style="
               vertical-align: text-top;

+ 3 - 2
src/views/contractManagement/purchaseContract.vue

@@ -48,14 +48,15 @@
           :picker-options="pickerOptions"
         >
         </el-date-picker>
-        <ws-input
+        <el-input
           v-model="searchKeyWord"
           placeholder="可按照合同编号、买方名称、卖方名称进行查找"
           clearable
           maxlength="500"
           type="input"
           class="findValue"
-        ></ws-input>
+          @keyup.enter.native="find()"
+        ></el-input>
         <ws-button class="find" type="primary" @click="find()"
           ><img
             width="16"

+ 1 - 0
src/views/contractManagement/salesContract.vue

@@ -58,6 +58,7 @@
           maxlength="500"
           type="input"
           class="findValue"
+          @keyup.enter.native="find()"
         ></ws-input>
         <ws-button class="find" type="primary" @click="find()"
           ><img

+ 1 - 0
src/views/customer/customerList.vue

@@ -11,6 +11,7 @@
           maxlength="500"
           type="input"
           class="findValue"
+          @keyup.enter.native="find()"
         ></ws-input>
         <ws-button class="find" type="primary" @click="find()"
           ><img

+ 1 - 0
src/views/customerFundManagement/customerFundList.vue

@@ -11,6 +11,7 @@
           maxlength="500"
           type="input"
           class="findValue"
+          @keyup.enter.native="find()"
         ></ws-input>
         <ws-button class="find" type="primary" @click="find()"
           ><img

+ 1 - 0
src/views/financialManagement/collectionManagementList.vue

@@ -26,6 +26,7 @@
           clearable
           maxlength="500"
           type="input"
+          @keyup.enter.native="find()"
         ></ws-input>
         <ws-button class="find" type="primary" @click="find()"
           ><img

+ 1 - 1
src/views/houseSelfCollect/customerManagement.vue

@@ -7,7 +7,7 @@
         <ws-button type="primary" @click="createCustomer(1)">创建新客户</ws-button>
       </template>
       <template slot="right">
-        <ws-input class='findinput' v-model="searchKeyWord" placeholder="可按姓名、手机号查找" clearable maxlength="500" type="input"></ws-input>
+        <ws-input class='findinput' @keyup.enter.native="find()" v-model="searchKeyWord" placeholder="可按姓名、手机号查找" clearable maxlength="500" type="input"></ws-input>
         <ws-button class="find" type="primary" @click="find()"><img width="16" height="16" style="
               vertical-align: text-top;
               position: relative;

+ 1 - 1
src/views/houseSelfCollect/inspectionManagement.vue

@@ -13,7 +13,7 @@
 						style="color: #8890b1" />
 				</ws-select>
 				<div></div>
-				<ws-input class='findinput' v-model="searchKeyWord" placeholder="可按编号、客户名、车牌号查找" clearable maxlength="500" type="input">
+				<ws-input class='findinput' @keyup.enter.native="find()" v-model="searchKeyWord" placeholder="可按编号、客户名、车牌号查找" clearable maxlength="500" type="input">
 				</ws-input>
 				<ws-button class="find" type="primary" @click="find()"><img width="16" height="16" style="
               vertical-align: text-top;

+ 1 - 1
src/views/houseSelfCollect/paymentManagement.vue

@@ -46,7 +46,7 @@
           end-placeholder="结算时间止">
         </el-date-picker>
         <div></div>
-        <ws-input class='findinput' v-model="searchKeyWord" placeholder="可按编号、客户名、车牌号查找" clearable maxlength="500" type="input">
+        <ws-input class='findinput' @keyup.enter.native="find()" v-model="searchKeyWord" placeholder="可按编号、客户名、车牌号查找" clearable maxlength="500" type="input">
         </ws-input>
         <!-- v-hasPermission="'procurement.sparepart.directShip'" -->
         <ws-button class="find" type="primary" @click="find()">

+ 1 - 1
src/views/houseSelfCollect/weighingManagement.vue

@@ -24,7 +24,7 @@
           end-placeholder="截止时间">
         </el-date-picker>
         <div></div>
-        <ws-input class='findinput' v-model="searchKeyWord" placeholder="可按编号、客户名、车牌号、货名查找" clearable maxlength="500" type="input">
+        <ws-input class='findinput' @keyup.enter.native="find()" v-model="searchKeyWord" placeholder="可按编号、客户名、车牌号、货名查找" clearable maxlength="500" type="input">
         </ws-input>
         <ws-button class="find" type="primary" @click="find()"><img width="16" height="16" style="
               vertical-align: text-top;

+ 1 - 0
src/views/outboundManagement/qualityInspectionManagement.vue

@@ -21,6 +21,7 @@
         <div></div>
         <ws-input
         class='findinput'
+         @keyup.enter.native="find()"
           v-model="searchKeyWord"
           placeholder="可按合同编号、车牌号查找"
           clearable

+ 1 - 1
src/views/outboundManagement/weighingManagement.vue

@@ -13,7 +13,7 @@
 						style="color: #8890b1" />
 				</ws-select>
 				<div></div>
-				<ws-input class='findinput' v-model="searchKeyWord" placeholder="可按合同编号、车牌号查找" clearable maxlength="500" type="input">
+				<ws-input class='findinput' @keyup.enter.native="find()" v-model="searchKeyWord" placeholder="可按合同编号、车牌号查找" clearable maxlength="500" type="input">
 				</ws-input>
 				<ws-button class="find" type="primary" @click="find()"><img width="16" height="16" style="
               vertical-align: text-top;

+ 1 - 0
src/views/platformaudit/driverreview.vue

@@ -22,6 +22,7 @@
         <ws-input
         class='findinput'
           v-model="searchKeyWord"
+           @keyup.enter.native="lookUp()"
           placeholder="可按身份证号、手机号和姓名查找"
           clearable
           maxlength="500"

+ 1 - 0
src/views/platformaudit/grainPulseDynamic.vue

@@ -24,6 +24,7 @@
           placeholder="可按账号、发布主体查找"
           clearable
           maxlength="500"
+           @keyup.enter.native="lookUp()"
           type="input"
         ></ws-input>
         <ws-button class="find" type="primary" @click="lookUp()"

+ 1 - 0
src/views/platformaudit/grainmerchantreview.vue

@@ -21,6 +21,7 @@
         </ws-select>
         <ws-input
         style='findinput'
+         @keyup.enter.native="lookUp()"
           v-model="searchKeyWord"
           placeholder="可按身份证号、手机号和姓名查找"
           clearable

+ 1 - 0
src/views/platformaudit/grainpulseenterprisereview.vue

@@ -23,6 +23,7 @@
           v-model="searchKeyWord"
           placeholder="可按账号、企业名称查找"
           clearable
+           @keyup.enter.native="lookUp()"
           maxlength="500"
           type="input"
         ></ws-input>

+ 1 - 0
src/views/platformaudit/saletransactioninformationreview.vue

@@ -24,6 +24,7 @@
           placeholder="可按编号、发布方和货名查找"
           clearable
           maxlength="500"
+           @keyup.enter.native="lookUp()"
           type="input"
         ></ws-input>
         <ws-button class="find" type="primary" @click="lookUp()"

+ 1 - 0
src/views/platformaudit/transactioninformationreview.vue

@@ -23,6 +23,7 @@
           placeholder="可按编号、发布方和货名查找"
           clearable
           maxlength="500"
+           @keyup.enter.native="lookUp()"
           type="input"
         ></ws-input>
         <ws-button class="find" type="primary" @click="lookUp()"

+ 1 - 0
src/views/purchasingManagement/purchaseOrderList.vue

@@ -24,6 +24,7 @@
           v-model="searchKeyWord"
           placeholder="可按合同编号或客户查找"
           clearable
+          @keyup.enter.native="find()"
           maxlength="500"
           type="input"
         ></ws-input>

+ 1 - 0
src/views/salesManagement/salesPlanOrderList.vue

@@ -25,6 +25,7 @@
           placeholder="可按照合同编号和任务编号进行查找"
           clearable
           maxlength="500"
+          @keyup.enter.native="find()"
           type="input"
         ></ws-input>
         <ws-button class="find" type="primary" @click="find()"

+ 0 - 6
src/views/statisticalReport/purchaseClosingCashierList.vue

@@ -911,12 +911,6 @@ export default {
   color: #8890b1;
   border-color: #e8eaf1;
 }
-/deep/.base_header_layout .grid-content.right .find.el-button--primary {
-  width: 30px;
-  margin-left: 0;
-  border-top-left-radius: 0px;
-  border-bottom-left-radius: 0px;
-}
 /deep/.findValue .el-input__inner {
   border-top-right-radius: 0px;
   border-bottom-right-radius: 0px;

+ 2 - 0
src/views/taskManagement/moveWarehouseTask.vue

@@ -22,10 +22,12 @@
           />
         </ws-select>
         <ws-input
+        class='findValue'
           v-model="searchKeyWord"
           placeholder="可按移库任务编号、发货库和收货库查找"
           clearable
           maxlength="500"
+          @keyup.enter.native="lookUp()"
           type="input"
         ></ws-input>
         <ws-button class="find" type="primary" @click="lookUp()"

+ 1 - 0
src/views/taskManagement/tranManagementTransporTationFire.vue

@@ -52,6 +52,7 @@
           maxlength="500"
           type="input"
           class="findValue"
+          @keyup.enter.native="find()"
         ></ws-input>
         <!-- v-hasPermission="'procurement.sparepart.directShip'" -->
         <ws-button

+ 1 - 0
src/views/taskManagement/tranManagementTransport.vue

@@ -34,6 +34,7 @@
         <span style="width: 150px; display: inline-block;color: #8890B1;">终点:</span>
         <el-input label="终点" placeholder="请输入终点" clearable maxlength="200" type="input" v-model="end"></el-input>
         <el-input
+        @keyup.enter.native="lookUp()"
           v-model="searchKeyWord"
           placeholder="可按合同编号或运输任务编号查找"
           clearable

+ 1 - 1
src/views/taskManagement/tranManagementWarehouseInOutTask.vue

@@ -14,7 +14,7 @@
           <ws-option v-for="item in taskTypeList" :key="item.value" :label="item.value" :value="item.value"
             style="color: #8890b1" />
         </ws-select>
-        <ws-input v-model="searchKeyWord" placeholder="可按合同编号或任务编号查找" clearable maxlength="500" type="input"></ws-input>
+        <ws-input @keyup.enter.native="find()" class='findValue' v-model="searchKeyWord" placeholder="可按合同编号或任务编号查找" clearable maxlength="500" type="input"></ws-input>
         <ws-button class="find" type="primary" @click="lookUp()">
           <img width="16" height="16" style="
               vertical-align: text-top;

+ 1 - 1
src/views/tradeServicesManagement/warehouseReceiptRegulation.vue

@@ -23,7 +23,7 @@
         <el-button :type="searchType == 2 ? 'primary' : ''" @click="handlestatus(2)">待审批</el-button>
         <el-button :type="searchType == 3 ? 'primary' : ''" @click="handlestatus(3)">待还</el-button>
         <el-button :type="searchType == 4 ? 'primary' : ''" @click="handlestatus(4)">已还</el-button>
-        <el-input placeholder="可按业务编号、合同编号、仓库名查找" class="search-input" v-model="searchKeyWord"></el-input>
+        <el-input @keyup.enter.native="findList()" placeholder="可按业务编号、合同编号、仓库名查找" class="search-input" v-model="searchKeyWord"></el-input>
         <el-button type="primary" @click='findList'>查找</el-button>
         <el-button type="primary" v-hasPermission=" `tradeServicesManagement.tradeService.add`" class="add" @click="add">添加</el-button>
       </div>

+ 1 - 0
src/views/tranManagement/tranManagementDriver.vue

@@ -36,6 +36,7 @@
           maxlength="200"
           type="input"
           class="findValue findinput"
+          @keyup.enter.native="handleLook()"
         ></ws-input>
         <ws-button class='find' type="primary" @click="handleLook()">
           <img

+ 1 - 0
src/views/tranManagement/tranManagementReceivingFeedback.vue

@@ -63,6 +63,7 @@
           maxlength="500"
           type="input"
           class="findValue"
+          @keyup.enter.native="find()"
         ></ws-input>
         <ws-button class="find" type="primary" @click="find()"
           ><img

+ 1 - 0
src/views/tranManagement/tranManagementShipping.vue

@@ -45,6 +45,7 @@
           maxlength="500"
           type="input"
           class="findValue"
+          @keyup.enter.native="find()"
         ></ws-input>
         <ws-button class="find" type="primary" @click="find()"
           ><img

+ 1 - 0
src/views/tranManagement/tranManagementVehicle.vue

@@ -45,6 +45,7 @@
           maxlength="500"
           type="input"
           class="findValue"
+          @keyup.enter.native="find()"
         ></ws-input>
         <!-- v-hasPermission="'procurement.sparepart.directShip'" -->
         <ws-button class="find" type="primary" @click="find()"

+ 3 - 1
src/views/warehouse/tranManagementWarehouseInOutTask.vue

@@ -49,6 +49,8 @@
           clearable
           maxlength="500"
           type="input"
+          class='findValue'
+          @keyup.enter.native="find()"
         ></ws-input>
         <ws-button class="find" type="primary" @click="lookUp()">
           <img
@@ -58,7 +60,7 @@
               vertical-align: text-top;
               position: relative;
               top: 0px;
-              left: -7px;
+              left: -8px;
             "
             src="../../../public/img/sousuo.png"
             alt