sunyize vor 2 Jahren
Ursprung
Commit
75a27f7b75

+ 5 - 0
src/views/lotCheck/modules/TaskCheckList.vue

@@ -42,6 +42,11 @@
                     <j-input placeholder="请输入客户名称" v-model="queryParam.customerName"></j-input>
                   </a-form-item>
                 </a-col>
+                <a-col :xl="6" :lg="7" :md="8" :sm="24">
+                  <a-form-item label="员工编号">
+                    <j-input placeholder="请输入员工编号" v-model="queryParam.staffNo"></j-input>
+                  </a-form-item>
+                </a-col>
                 <template v-if="toggleSearchStatus">
 
                 </template>

+ 6 - 0
src/views/smscheck/modules/TaskCheckList.vue

@@ -42,6 +42,11 @@
                     <j-input placeholder="请输入客户名称" v-model="queryParam.customerName"></j-input>
                   </a-form-item>
                 </a-col>
+                <a-col :xl="6" :lg="7" :md="8" :sm="24">
+                  <a-form-item label="员工编号">
+                    <j-input placeholder="请输入员工编号" v-model="queryParam.staffNo"></j-input>
+                  </a-form-item>
+                </a-col>
                 <template v-if="toggleSearchStatus">
 
                 </template>
@@ -474,6 +479,7 @@ export default {
         notice: "/smsCheck/customerInfo/notice",
         editCheck: "/smsCheck/customerInfo/edit/check/state",
         dataDelete: "/smsCheck/customerData/clear",
+        deleteBatch:"/smsCheck/customerInfo/deleteByIds",
         exportXlsUrl: "smsCheck/customerInfo/exportXls",
         list2: '/sys/user/userRoleList',
       },

+ 5 - 0
src/views/truckCheck/modules/TaskCheckList.vue

@@ -42,6 +42,11 @@
                     <j-input placeholder="请输入客户名称" v-model="queryParam.customerName"></j-input>
                   </a-form-item>
                 </a-col>
+                <a-col :xl="6" :lg="7" :md="8" :sm="24">
+                  <a-form-item label="员工编号">
+                    <j-input placeholder="请输入员工编号" v-model="queryParam.staffNo"></j-input>
+                  </a-form-item>
+                </a-col>
                 <template v-if="toggleSearchStatus">
 
                 </template>