Commit 80a3fd978bae022ac1e4af17b970c2e305736648
1 parent
0f0d02b8
Update
Showing
2 changed files
with
2 additions
and
2 deletions
src/main/resources/static/pages/scheduleApp/module/basicInfo/deviceInfoManage/edit.html
| @@ -61,7 +61,7 @@ | @@ -61,7 +61,7 @@ | ||
| 61 | <div class="col-md-3"> | 61 | <div class="col-md-3"> |
| 62 | <sa-Select5 name="cl" | 62 | <sa-Select5 name="cl" |
| 63 | model="ctrl.deviceInfoForSave" | 63 | model="ctrl.deviceInfoForSave" |
| 64 | - cmaps="{'cl': 'id', 'clZbh': 'insideCode'}" | 64 | + cmaps="{'cl': 'id', 'clZbh': 'insideCode', 'oldDeviceNo': 'equipmentCode'}" |
| 65 | dcname="cl" | 65 | dcname="cl" |
| 66 | icname="id" | 66 | icname="id" |
| 67 | dsparams="{{ {type: 'ajax', param:{type: 'all'}, atype:'cl' } | json }}" | 67 | dsparams="{{ {type: 'ajax', param:{type: 'all'}, atype:'cl' } | json }}" |
src/main/resources/static/pages/scheduleApp/module/basicInfo/deviceInfoManage/form.html
| @@ -61,7 +61,7 @@ | @@ -61,7 +61,7 @@ | ||
| 61 | <div class="col-md-3"> | 61 | <div class="col-md-3"> |
| 62 | <sa-Select5 name="cl" | 62 | <sa-Select5 name="cl" |
| 63 | model="ctrl.deviceInfoForSave" | 63 | model="ctrl.deviceInfoForSave" |
| 64 | - cmaps="{'cl': 'id', 'clZbh': 'insideCode'}" | 64 | + cmaps="{'cl': 'id', 'clZbh': 'insideCode', 'oldDeviceNo': 'equipmentCode'}" |
| 65 | dcname="cl" | 65 | dcname="cl" |
| 66 | icname="id" | 66 | icname="id" |
| 67 | dsparams="{{ {type: 'ajax', param:{type: 'all'}, atype:'cl' } | json }}" | 67 | dsparams="{{ {type: 'ajax', param:{type: 'all'}, atype:'cl' } | json }}" |