safecheck-client 3.0.35-2 → 3.0.35-20
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/App.vue +31 -31
- package/src/components/Util/SafecheckUpload.vue +4 -0
- package/src/components/android/CivilCurrentCreate.vue +56 -41
- package/src/components/android/NoCivilCurrentCreate.vue +10 -0
- package/src/components/android/PhoneUpUserinfo.vue +25 -6
- package/src/components/android/examples/UserExamples.vue +136 -136
- package/src/components/pc/SecurityCheckLedger.vue +113 -0
- package/src/components/rongcheng/AddPlanItem.vue +323 -323
- package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +4 -0
- package/src/components/rongcheng/PhoneDevicesInfo.vue +1 -1
- package/src/components/rongcheng/SafecheckOrderV.vue +2533 -2533
- package/src/filiale/bayan/android/AddPlanItem.vue +22 -2
- package/src/filiale/bayan/android/CheckPlanDown.vue +2 -2
- package/src/filiale/bayan/android/CurrentCreate.vue +10 -0
- package/src/filiale/bayan/android/PaperFeedback.vue +1669 -1669
- package/src/filiale/bayan/android/PhoneUpUserinfo.vue +908 -905
- package/src/filiale/bayan/android/SafecheckOrderV.vue +76 -20
- package/src/filiale/bayan/android/SafecheckUserInfo.vue +4 -0
- package/src/filiale/bayan/pc/CheckPlanAreaList.vue +607 -601
- package/src/filiale/bayan/pc/HiddenSituation.vue +295 -295
- package/src/filiale/bayan/pc/NewCheckpaper.vue +1992 -1992
- package/src/filiale/bayan/pc/PaperList.vue +900 -900
- package/src/filiale/bayan/pc/PlanManage.vue +2 -0
- package/src/filiale/bayan/pc/SelectCheckPlan.vue +391 -391
- package/src/filiale/huaran/android/CheckPlanDown.vue +212 -0
- package/src/filiale/huaran/android.js +1 -0
- package/src/filiale/shanxian/android/AddPlanItem.vue +1 -1
- package/src/filiale/shanxian/android/SafecheckOrderV.vue +1 -1
- package/src/filiale/siyang/pc/checkUserList.vue +108 -133
- package/src/filiale/tongchuan/android/SafecheckDevices.vue +1207 -1207
- package/src/filiale/tongchuan/android/SafecheckOrderV.vue +3035 -3035
- package/src/filiale/tongchuan/pc/CheckSearchUser.vue +1045 -1053
- package/src/filiale/tongchuan/pc/checkUserList.vue +639 -639
- package/src/filiale/xilan/android/AddPlanItem.vue +4 -0
- package/src/filiale/xilan/android/CurrentCreate.vue +6 -2
- package/src/filiale/yangchunboneng/pc/CheckPlanAreaList.vue +642 -642
- package/src/main.js +33 -33
- package/src/safecheck.js +3 -0
@@ -181,6 +181,10 @@
|
|
181
181
|
<p class="panel-title col-xs-4 text-left font">用户编号</p>
|
182
182
|
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_userinfo_code }}</p>
|
183
183
|
</div>
|
184
|
+
<div class="row">
|
185
|
+
<p class="panel-title col-xs-4 text-left font">旧用户编号</p>
|
186
|
+
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_olduserinfo_code }}</p>
|
187
|
+
</div>
|
184
188
|
<div class="row">
|
185
189
|
<p class="panel-title col-xs-4 text-left font">用户名称</p>
|
186
190
|
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_user_name }}</p>
|
@@ -137,10 +137,10 @@
|
|
137
137
|
<div class="row app-row">
|
138
138
|
<div class="col-xs-4">
|
139
139
|
<img src="../../../assets/安检状态.png" style="width: 20px;margin-bottom: 5px" alt="">
|
140
|
-
<label class="font text-left"
|
140
|
+
<label class="font text-left">用户卡号:</label>
|
141
141
|
</div>
|
142
142
|
<div class="col-xs-8" >
|
143
|
-
<input class="search_input input-font" v-model=model.
|
143
|
+
<input class="search_input input-font" v-model=model.f_card_id condition="f_card_id = '{}'" />
|
144
144
|
</div>
|
145
145
|
</div>
|
146
146
|
|
@@ -276,6 +276,10 @@
|
|
276
276
|
<input type="checkbox" @click="$parent.$parent.$parent.setPlanParam(row.id, $event)"/>
|
277
277
|
</p>
|
278
278
|
</div>
|
279
|
+
<div class="col-xs-12">
|
280
|
+
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>旧用户编号:</b></p>
|
281
|
+
<p class="panel-title col-xs-7 text-left input-font" style="width: 79%">{{ row.f_olduserinfo_code }}</p>
|
282
|
+
</div>
|
279
283
|
<div class="col-xs-12">
|
280
284
|
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>用户名称:</b></p>
|
281
285
|
<p class="panel-title col-xs-7 text-left input-font" style="width: 79%">{{ row.f_user_name }}</p>
|