From b059ecca13dbc182a4193c33476c7aba4bd4e4e0 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Mon, 13 Sep 2021 10:10:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96select2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/frame/departmentSelect2/departmentSelect2.js | 6 ++++++ public/components/frame/orgSelect2/orgSelect2.js | 6 ++++++ public/components/frame/staffSelect2/staffSelect2.js | 6 ++++++ public/components/property/addMachine/addMachine.js | 6 ++++++ public/components/property/floorSelect2/floorSelect2.js | 6 ++++++ .../inspectionRouteSelect2/inspectionRouteSelect2.js | 6 ++++++ public/components/property/machineSelect2/machineSelect2.js | 6 ++++++ .../property/parkingAreaSelect2/parkingAreaSelect2.js | 6 ++++++ public/components/property/roomSelect2/roomSelect2.js | 6 ++++++ public/components/property/unitSelect2/unitSelect2.js | 6 ++++++ 10 files changed, 60 insertions(+) diff --git a/public/components/frame/departmentSelect2/departmentSelect2.js b/public/components/frame/departmentSelect2/departmentSelect2.js index 4698422ea..645306184 100755 --- a/public/components/frame/departmentSelect2/departmentSelect2.js +++ b/public/components/frame/departmentSelect2/departmentSelect2.js @@ -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 = ""; diff --git a/public/components/frame/orgSelect2/orgSelect2.js b/public/components/frame/orgSelect2/orgSelect2.js index 10316f070..fe55537cf 100755 --- a/public/components/frame/orgSelect2/orgSelect2.js +++ b/public/components/frame/orgSelect2/orgSelect2.js @@ -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 = ""; diff --git a/public/components/frame/staffSelect2/staffSelect2.js b/public/components/frame/staffSelect2/staffSelect2.js index 27113f199..1ba99fb24 100755 --- a/public/components/frame/staffSelect2/staffSelect2.js +++ b/public/components/frame/staffSelect2/staffSelect2.js @@ -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 = ""; diff --git a/public/components/property/addMachine/addMachine.js b/public/components/property/addMachine/addMachine.js index a0f0809f1..a7efe89c3 100755 --- a/public/components/property/addMachine/addMachine.js +++ b/public/components/property/addMachine/addMachine.js @@ -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, diff --git a/public/components/property/floorSelect2/floorSelect2.js b/public/components/property/floorSelect2/floorSelect2.js index 35cd98f2e..b61eb6a40 100755 --- a/public/components/property/floorSelect2/floorSelect2.js +++ b/public/components/property/floorSelect2/floorSelect2.js @@ -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 = ""; diff --git a/public/components/property/inspectionRouteSelect2/inspectionRouteSelect2.js b/public/components/property/inspectionRouteSelect2/inspectionRouteSelect2.js index 43a69b081..b135729a6 100755 --- a/public/components/property/inspectionRouteSelect2/inspectionRouteSelect2.js +++ b/public/components/property/inspectionRouteSelect2/inspectionRouteSelect2.js @@ -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 = ""; diff --git a/public/components/property/machineSelect2/machineSelect2.js b/public/components/property/machineSelect2/machineSelect2.js index 7b0cff6c0..59644620a 100755 --- a/public/components/property/machineSelect2/machineSelect2.js +++ b/public/components/property/machineSelect2/machineSelect2.js @@ -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 = ""; diff --git a/public/components/property/parkingAreaSelect2/parkingAreaSelect2.js b/public/components/property/parkingAreaSelect2/parkingAreaSelect2.js index 623342dcd..ed1f6df0d 100755 --- a/public/components/property/parkingAreaSelect2/parkingAreaSelect2.js +++ b/public/components/property/parkingAreaSelect2/parkingAreaSelect2.js @@ -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 = ""; diff --git a/public/components/property/roomSelect2/roomSelect2.js b/public/components/property/roomSelect2/roomSelect2.js index 261421e79..4a602af27 100755 --- a/public/components/property/roomSelect2/roomSelect2.js +++ b/public/components/property/roomSelect2/roomSelect2.js @@ -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 = ""; diff --git a/public/components/property/unitSelect2/unitSelect2.js b/public/components/property/unitSelect2/unitSelect2.js index 4dc354703..cd59409d0 100755 --- a/public/components/property/unitSelect2/unitSelect2.js +++ b/public/components/property/unitSelect2/unitSelect2.js @@ -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 = "";