From 3a0712a70ab0f97b4190842c33d27ba8d0d6cec3 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期六, 11 五月 2024 10:48:08 +0800
Subject: [PATCH] 提交一把
---
wx/pages/factory_change_personnel/factory_change_personnel.vue | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/wx/pages/factory_change_personnel/factory_change_personnel.vue b/wx/pages/factory_change_personnel/factory_change_personnel.vue
index 179e044..9f9e3c9 100644
--- a/wx/pages/factory_change_personnel/factory_change_personnel.vue
+++ b/wx/pages/factory_change_personnel/factory_change_personnel.vue
@@ -65,6 +65,14 @@
<u--input v-model="model.workTypeName" disabled disabledColor="#ffffff" placeholder="璇烽�夋嫨" border="none"></u--input>
<u-icon slot="right" name="arrow-right"></u-icon>
</u-form-item>
+ <u-form-item
+ label="澶囨敞锛�"
+ prop="remark"
+ borderBottom
+ required
+ >
+ <u--input v-model="model.remark" maxlength="18" border="none" placeholder="璇疯緭鍏�"></u--input>
+ </u-form-item>
</u--form>
</view>
<view class="box_footer">
@@ -93,6 +101,7 @@
model: {
memberName: '',
memberId: '',
+ remark:'',
idcardNo: '',
oldDuName: '',
oldDuId: '',
@@ -161,6 +170,7 @@
this.model.memberId = item.id
this.model.idcardNo = item.idcardNo
this.model.oldDuName = item.duName
+ this.model.remark = item.remark
this.model.oldDuId = item.duId
this.model.oldWorkTypeName = item.workTypeName
this.model.oldWorktypeId = item.worktypeId
@@ -225,6 +235,7 @@
this.model.duName = e.value[0].label
this.duSolutionId = e.value[0].duSolutionId
this.model.worktypeId = ''
+ this.model.remark=''
this.model.workTypeName = ''
this.getGZ()
this.show = false
@@ -262,7 +273,8 @@
box-sizing: border-box;
.box_list {
width: 100%;
- height: calc(100vh - 158rpx - env(safe-area-inset-bottom));
+ height: auto;
+ // height: calc(100vh - 158rpx - env(safe-area-inset-bottom));
background: #FFFFFF;
border-radius: 16rpx;
padding: 32rpx 30rpx;
--
Gitblit v1.9.3