Commit 0470ce838ed106693471ef090b73b45fc16482f1

Authored by 徐烜
1 parent 1126883b

Update

src/main/resources/static/pages/scheduleApp/module/basicInfo/employeeInfoManage/edit.html
@@ -38,7 +38,7 @@ @@ -38,7 +38,7 @@
38 <div class="col-md-3"> 38 <div class="col-md-3">
39 <sa-Select5 name="gs" 39 <sa-Select5 name="gs"
40 model="ctrl.employeeInfoForSave" 40 model="ctrl.employeeInfoForSave"
41 - cmaps="{'companyCode': 'businessCode', 'brancheCompany': 'businessName'}" 41 + cmaps="{'companyCode': 'businessCode', 'company': 'businessName'}"
42 dcname="companyCode" 42 dcname="companyCode"
43 icname="businessCode" 43 icname="businessCode"
44 dsparams="{{ {type: 'ajax', param:{'upCode_eq': '88' }, atype:'gs' } | json }}" 44 dsparams="{{ {type: 'ajax', param:{'upCode_eq': '88' }, atype:'gs' } | json }}"
src/main/resources/static/pages/scheduleApp/module/basicInfo/employeeInfoManage/form.html
@@ -38,7 +38,7 @@ @@ -38,7 +38,7 @@
38 <div class="col-md-3"> 38 <div class="col-md-3">
39 <sa-Select5 name="gs" 39 <sa-Select5 name="gs"
40 model="ctrl.employeeInfoForSave" 40 model="ctrl.employeeInfoForSave"
41 - cmaps="{'companyCode': 'businessCode', 'brancheCompany': 'businessName'}" 41 + cmaps="{'companyCode': 'businessCode', 'company': 'businessName'}"
42 dcname="companyCode" 42 dcname="companyCode"
43 icname="businessCode" 43 icname="businessCode"
44 dsparams="{{ {type: 'ajax', param:{'upCode_eq': '88' }, atype:'gs' } | json }}" 44 dsparams="{{ {type: 'ajax', param:{'upCode_eq': '88' }, atype:'gs' } | json }}"