删除人员台账focus
This commit is contained in:
parent
9474cd3ddf
commit
13519318e0
@ -3,7 +3,7 @@
|
|||||||
"appid" : "__UNI__9F097F0",
|
"appid" : "__UNI__9F097F0",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.1.2",
|
"versionName" : "1.1.2",
|
||||||
"versionCode" : 20250106,
|
"versionCode" : 20250117,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "cxc-szcx-uniapp-master",
|
"name": "cxc-szcx-uniapp",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
const {
|
const {
|
||||||
proxy
|
proxy
|
||||||
} = getCurrentInstance()
|
} = getCurrentInstance()
|
||||||
|
|
||||||
/** 系统信息 */
|
/** 系统信息 */
|
||||||
const systemInfo = uni.getSystemInfoSync()
|
const systemInfo = uni.getSystemInfoSync()
|
||||||
/**是否明文显示密码*/
|
/**是否明文显示密码*/
|
||||||
@ -109,7 +109,7 @@
|
|||||||
username: username.value,
|
username: username.value,
|
||||||
password: password.value,
|
password: password.value,
|
||||||
captcha: 'app'
|
captcha: 'app'
|
||||||
/*开发环境 end */
|
/*开发环境 end */
|
||||||
}).then((loginres) => {
|
}).then((loginres) => {
|
||||||
if (loginres.success) {
|
if (loginres.success) {
|
||||||
uni.setStorageSync('token', loginres.result.token)
|
uni.setStorageSync('token', loginres.result.token)
|
||||||
|
@ -10,10 +10,10 @@
|
|||||||
type="h5"></uni-title></uni-col>
|
type="h5"></uni-title></uni-col>
|
||||||
</uni-row>
|
</uni-row>
|
||||||
<uni-row>
|
<uni-row>
|
||||||
<uni-col :span="11"><uni-easyinput v-model="xm" focus suffixIcon="search" clearable
|
<uni-col :span="11"><uni-easyinput v-model="xm" suffixIcon="search" clearable
|
||||||
placeholder="姓名模糊查询" @change="Search" @iconClick="Search" /></uni-col>
|
placeholder="姓名模糊查询" @change="Search" @iconClick="Search" /></uni-col>
|
||||||
<uni-col :span="11" :push="2">
|
<uni-col :span="11" :push="2">
|
||||||
<uni-easyinput v-model="ldhth" focus suffixIcon="search" clearable placeholder="劳动合同号模糊查询"
|
<uni-easyinput v-model="ldhth" suffixIcon="search" clearable placeholder="劳动合同号模糊查询"
|
||||||
@change="Search" @iconClick="Search" />
|
@change="Search" @iconClick="Search" />
|
||||||
</uni-col>
|
</uni-col>
|
||||||
</uni-row>
|
</uni-row>
|
||||||
|
Loading…
Reference in New Issue
Block a user