优化select2

This commit is contained in:
java110 2021-09-13 10:10:11 +08:00
parent 3b1bef5c78
commit b059ecca13
10 changed files with 60 additions and 0 deletions

View File

@ -63,6 +63,12 @@
url: "/callComponent/orgManage/list",
dataType: 'json',
delay: 250,
headers:{
'APP-ID': '8000418004',
'TRANSACTION-ID' : vc.uuid(),
'REQ-TIME': vc.getDateYYYYMMDDHHMISS(),
'SIGN' : ''
},
data: function (params) {
console.log("param", params);
var _term = "";

View File

@ -58,6 +58,12 @@
url: "/callComponent/orgManage/list",
dataType: 'json',
delay: 250,
headers:{
'APP-ID': '8000418004',
'TRANSACTION-ID' : vc.uuid(),
'REQ-TIME': vc.getDateYYYYMMDDHHMISS(),
'SIGN' : ''
},
data: function (params) {
console.log("param", params);
var _term = "";

View File

@ -63,6 +63,12 @@
url: "/callComponent/searchStaff/listStaff",
dataType: 'json',
delay: 250,
headers:{
'APP-ID': '8000418004',
'TRANSACTION-ID' : vc.uuid(),
'REQ-TIME': vc.getDateYYYYMMDDHHMISS(),
'SIGN' : ''
},
data: function (params) {
console.log("param", params);
var _term = "";

View File

@ -265,6 +265,12 @@
url: "sdata.json",
dataType: 'json',
delay: 250,
headers:{
'APP-ID': '8000418004',
'TRANSACTION-ID' : vc.uuid(),
'REQ-TIME': vc.getDateYYYYMMDDHHMISS(),
'SIGN' : ''
},
data: function (params) {
return {
floorNum: vc.component.addMachineInfo.floorNum,

View File

@ -71,6 +71,12 @@
url: "/callComponent/floorSelect2/list",
dataType: 'json',
delay: 250,
headers:{
'APP-ID': '8000418004',
'TRANSACTION-ID' : vc.uuid(),
'REQ-TIME': vc.getDateYYYYMMDDHHMISS(),
'SIGN' : ''
},
data: function (params) {
console.log("param", params);
var _term = "";

View File

@ -56,6 +56,12 @@
url: "/callComponent/inspectionRouteManage/list",
dataType: 'json',
delay: 250,
headers:{
'APP-ID': '8000418004',
'TRANSACTION-ID' : vc.uuid(),
'REQ-TIME': vc.getDateYYYYMMDDHHMISS(),
'SIGN' : ''
},
data: function (params) {
console.log("param", params);
var _term = "";

View File

@ -68,6 +68,12 @@
url: "/callComponent/machineSelect2/list",
dataType: 'json',
delay: 250,
headers:{
'APP-ID': '8000418004',
'TRANSACTION-ID' : vc.uuid(),
'REQ-TIME': vc.getDateYYYYMMDDHHMISS(),
'SIGN' : ''
},
data: function (params) {
console.log("param", params);
var _term = "";

View File

@ -58,6 +58,12 @@
url: "/callComponent/parkingAreaSelect2/list",
dataType: 'json',
delay: 250,
headers:{
'APP-ID': '8000418004',
'TRANSACTION-ID' : vc.uuid(),
'REQ-TIME': vc.getDateYYYYMMDDHHMISS(),
'SIGN' : ''
},
data: function (params) {
console.log("param", params);
var _term = "";

View File

@ -89,6 +89,12 @@
url: "/callComponent/roomSelect2/listRoom",
dataType: 'json',
delay: 250,
headers:{
'APP-ID': '8000418004',
'TRANSACTION-ID' : vc.uuid(),
'REQ-TIME': vc.getDateYYYYMMDDHHMISS(),
'SIGN' : ''
},
data: function (params) {
console.log("param", params);
var _term = "";

View File

@ -75,6 +75,12 @@
url: "/callComponent/unitSelect2/loadUnits",
dataType: 'json',
delay: 250,
headers:{
'APP-ID': '8000418004',
'TRANSACTION-ID' : vc.uuid(),
'REQ-TIME': vc.getDateYYYYMMDDHHMISS(),
'SIGN' : ''
},
data: function (params) {
console.log("param", params);
var _term = "";