|
@@ -95,6 +95,32 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
|
|
|
var components
|
|
|
+try {
|
|
|
+ components = {
|
|
|
+ uniPopup: function() {
|
|
|
+ return __webpack_require__.e(/*! import() | uni_modules/uni-popup/components/uni-popup/uni-popup */ "uni_modules/uni-popup/components/uni-popup/uni-popup").then(__webpack_require__.bind(null, /*! @/uni_modules/uni-popup/components/uni-popup/uni-popup.vue */ 200))
|
|
|
+ },
|
|
|
+ uniPopupDialog: function() {
|
|
|
+ return Promise.all(/*! import() | uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog */[__webpack_require__.e("common/vendor"), __webpack_require__.e("uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog")]).then(__webpack_require__.bind(null, /*! @/uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog.vue */ 207))
|
|
|
+ }
|
|
|
+ }
|
|
|
+} catch (e) {
|
|
|
+ if (
|
|
|
+ e.message.indexOf("Cannot find module") !== -1 &&
|
|
|
+ e.message.indexOf(".vue") !== -1
|
|
|
+ ) {
|
|
|
+ console.error(e.message)
|
|
|
+ console.error("1. 排查组件名称拼写是否正确")
|
|
|
+ console.error(
|
|
|
+ "2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"
|
|
|
+ )
|
|
|
+ console.error(
|
|
|
+ "3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件"
|
|
|
+ )
|
|
|
+ } else {
|
|
|
+ throw e
|
|
|
+ }
|
|
|
+}
|
|
|
var render = function() {
|
|
|
var _vm = this
|
|
|
var _h = _vm.$createElement
|
|
@@ -250,6 +276,79 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
var _default =
|
|
|
{
|
|
|
data: function data() {
|
|
@@ -264,7 +363,9 @@ var _default =
|
|
|
JS_P: '0.0', //加湿回路增益P
|
|
|
JS_I: '0.0', //加湿积分时间I
|
|
|
WD1_XZ: '0.0', //排风温度修正(单位为℃)
|
|
|
- SD1_XZ: '0.0' //排风湿度修正(单位为%RH)
|
|
|
+ SD1_XZ: '0.0', //排风湿度修正(单位为%RH)
|
|
|
+
|
|
|
+ HF_CC: '0' //恢复出厂
|
|
|
} };
|
|
|
|
|
|
},
|
|
@@ -284,16 +385,257 @@ var _default =
|
|
|
},
|
|
|
|
|
|
methods: {
|
|
|
- edit: function edit(e) {var _this = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee() {var vm, url, data, res;return _regenerator.default.wrap(function _callee$(_context) {while (1) {switch (_context.prev = _context.next) {case 0:
|
|
|
- vm = _this;
|
|
|
- url = uni.$api.deviceParam.update;
|
|
|
+ //修改设置
|
|
|
+ //WDXZ
|
|
|
+ inputDialogToggleWDXZ: function inputDialogToggleWDXZ() {
|
|
|
+ this.$refs.inputDialogWDXZ.open();
|
|
|
+ },
|
|
|
+ dialogInputConfirmWDXZ: function dialogInputConfirmWDXZ(val) {var _this = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee() {return _regenerator.default.wrap(function _callee$(_context) {while (1) {switch (_context.prev = _context.next) {case 0:
|
|
|
+ _this.formData.WD1_XZ = val;
|
|
|
+ _this.updateWDXZ();
|
|
|
+ console.log(_this.formData.WD1_XZ);case 3:case "end":return _context.stop();}}}, _callee);}))();
|
|
|
+ },
|
|
|
+ updateWDXZ: function updateWDXZ(e) {var _this2 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee2() {var vm, url, data, res;return _regenerator.default.wrap(function _callee2$(_context2) {while (1) {switch (_context2.prev = _context2.next) {case 0:
|
|
|
+ vm = _this2;
|
|
|
+ url = uni.$api.deviceParam.updateParam;
|
|
|
+ data = {
|
|
|
+ id: "232",
|
|
|
+ sn: "CK1",
|
|
|
+ name: "WD1_XZ",
|
|
|
+ value: _this2.formData.WD1_XZ };_context2.next = 5;return (
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ uni.$http.get(url, data));case 5:res = _context2.sent;
|
|
|
+
|
|
|
+ console.log(res);case 7:case "end":return _context2.stop();}}}, _callee2);}))();
|
|
|
+ },
|
|
|
+
|
|
|
+ //SDXZ
|
|
|
+ inputDialogToggleSDXZ: function inputDialogToggleSDXZ() {
|
|
|
+ this.$refs.inputDialogSDXZ.open();
|
|
|
+ },
|
|
|
+ dialogInputConfirmSDXZ: function dialogInputConfirmSDXZ(val) {var _this3 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee3() {return _regenerator.default.wrap(function _callee3$(_context3) {while (1) {switch (_context3.prev = _context3.next) {case 0:
|
|
|
+ _this3.formData.SD1_XZ = val;
|
|
|
+ _this3.updateSDXZ();
|
|
|
+ console.log(_this3.formData.SD1_XZ);case 3:case "end":return _context3.stop();}}}, _callee3);}))();
|
|
|
+ },
|
|
|
+ updateSDXZ: function updateSDXZ(e) {var _this4 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee4() {var vm, url, data, res;return _regenerator.default.wrap(function _callee4$(_context4) {while (1) {switch (_context4.prev = _context4.next) {case 0:
|
|
|
+ vm = _this4;
|
|
|
+ url = uni.$api.deviceParam.updateParam;
|
|
|
+ data = {
|
|
|
+ id: "278",
|
|
|
+ sn: "CK1",
|
|
|
+ name: "SD1_XZ",
|
|
|
+ value: _this4.formData.SD1_XZ };_context4.next = 5;return (
|
|
|
+
|
|
|
+
|
|
|
+ uni.$http.get(url, data));case 5:res = _context4.sent;
|
|
|
+
|
|
|
+ console.log(res);case 7:case "end":return _context4.stop();}}}, _callee4);}))();
|
|
|
+ },
|
|
|
+
|
|
|
+ //JRP
|
|
|
+ inputDialogToggleJRP: function inputDialogToggleJRP() {
|
|
|
+ this.$refs.inputDialogJRP.open();
|
|
|
+ },
|
|
|
+ dialogInputConfirmJRP: function dialogInputConfirmJRP(val) {var _this5 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee5() {return _regenerator.default.wrap(function _callee5$(_context5) {while (1) {switch (_context5.prev = _context5.next) {case 0:
|
|
|
+ _this5.formData.JR_P = val;
|
|
|
+ _this5.updateJRP();
|
|
|
+ console.log(_this5.formData.JR_P);case 3:case "end":return _context5.stop();}}}, _callee5);}))();
|
|
|
+ },
|
|
|
+ updateJRP: function updateJRP(e) {var _this6 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee6() {var vm, url, data, res;return _regenerator.default.wrap(function _callee6$(_context6) {while (1) {switch (_context6.prev = _context6.next) {case 0:
|
|
|
+ vm = _this6;
|
|
|
+ url = uni.$api.deviceParam.updateParam;
|
|
|
+ data = {
|
|
|
+ id: "224",
|
|
|
+ sn: "CK1",
|
|
|
+ name: "JR_P",
|
|
|
+ value: _this6.formData.JR_P };_context6.next = 5;return (
|
|
|
+
|
|
|
+
|
|
|
+ uni.$http.get(url, data));case 5:res = _context6.sent;
|
|
|
+
|
|
|
+ console.log(res);case 7:case "end":return _context6.stop();}}}, _callee6);}))();
|
|
|
+ },
|
|
|
+ //JRI
|
|
|
+ inputDialogToggleJRI: function inputDialogToggleJRI() {
|
|
|
+ this.$refs.inputDialogJRI.open();
|
|
|
+ },
|
|
|
+ dialogInputConfirmJRI: function dialogInputConfirmJRI(val) {var _this7 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee7() {return _regenerator.default.wrap(function _callee7$(_context7) {while (1) {switch (_context7.prev = _context7.next) {case 0:
|
|
|
+ _this7.formData.JR_I = val;
|
|
|
+ _this7.updateJRI();
|
|
|
+ console.log(_this7.formData.JR_I);case 3:case "end":return _context7.stop();}}}, _callee7);}))();
|
|
|
+ },
|
|
|
+ updateJRI: function updateJRI(e) {var _this8 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee8() {var vm, url, data, res;return _regenerator.default.wrap(function _callee8$(_context8) {while (1) {switch (_context8.prev = _context8.next) {case 0:
|
|
|
+ vm = _this8;
|
|
|
+ url = uni.$api.deviceParam.updateParam;
|
|
|
+ data = {
|
|
|
+ id: "218",
|
|
|
+ sn: "CK1",
|
|
|
+ name: "JR_I",
|
|
|
+ value: _this8.formData.JR_I };_context8.next = 5;return (
|
|
|
+
|
|
|
+
|
|
|
+ uni.$http.get(url, data));case 5:res = _context8.sent;
|
|
|
+
|
|
|
+ console.log(res);case 7:case "end":return _context8.stop();}}}, _callee8);}))();
|
|
|
+ },
|
|
|
+ //ZLP
|
|
|
+ inputDialogToggleZLP: function inputDialogToggleZLP() {
|
|
|
+ this.$refs.inputDialogZLP.open();
|
|
|
+ },
|
|
|
+ dialogInputConfirmZLP: function dialogInputConfirmZLP(val) {var _this9 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee9() {return _regenerator.default.wrap(function _callee9$(_context9) {while (1) {switch (_context9.prev = _context9.next) {case 0:
|
|
|
+ _this9.formData.ZL_P = val;
|
|
|
+ _this9.updateZLP();
|
|
|
+ console.log(_this9.formData.ZL_P);case 3:case "end":return _context9.stop();}}}, _callee9);}))();
|
|
|
+ },
|
|
|
+ updateZLP: function updateZLP(e) {var _this10 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee10() {var vm, url, data, res;return _regenerator.default.wrap(function _callee10$(_context10) {while (1) {switch (_context10.prev = _context10.next) {case 0:
|
|
|
+ vm = _this10;
|
|
|
+ url = uni.$api.deviceParam.updateParam;
|
|
|
+ data = {
|
|
|
+ id: "267",
|
|
|
+ sn: "CK1",
|
|
|
+ name: "ZL_P",
|
|
|
+ value: _this10.formData.ZL_P };_context10.next = 5;return (
|
|
|
+
|
|
|
+
|
|
|
+ uni.$http.get(url, data));case 5:res = _context10.sent;
|
|
|
+
|
|
|
+ console.log(res);case 7:case "end":return _context10.stop();}}}, _callee10);}))();
|
|
|
+ },
|
|
|
+ //ZLI
|
|
|
+ inputDialogToggleZLI: function inputDialogToggleZLI() {
|
|
|
+ this.$refs.inputDialogZLI.open();
|
|
|
+ },
|
|
|
+ dialogInputConfirmZLI: function dialogInputConfirmZLI(val) {var _this11 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee11() {return _regenerator.default.wrap(function _callee11$(_context11) {while (1) {switch (_context11.prev = _context11.next) {case 0:
|
|
|
+ _this11.formData.ZL_I = val;
|
|
|
+ _this11.updateZLI();
|
|
|
+ console.log(_this11.formData.ZL_I);case 3:case "end":return _context11.stop();}}}, _callee11);}))();
|
|
|
+ },
|
|
|
+ updateZLI: function updateZLI(e) {var _this12 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee12() {var vm, url, data, res;return _regenerator.default.wrap(function _callee12$(_context12) {while (1) {switch (_context12.prev = _context12.next) {case 0:
|
|
|
+ vm = _this12;
|
|
|
+ url = uni.$api.deviceParam.updateParam;
|
|
|
+ data = {
|
|
|
+ id: "233",
|
|
|
+ sn: "CK1",
|
|
|
+ name: "ZL_I",
|
|
|
+ value: _this12.formData.ZL_I };_context12.next = 5;return (
|
|
|
+
|
|
|
+
|
|
|
+ uni.$http.get(url, data));case 5:res = _context12.sent;
|
|
|
+
|
|
|
+ console.log(res);case 7:case "end":return _context12.stop();}}}, _callee12);}))();
|
|
|
+ },
|
|
|
+ //JSP
|
|
|
+ inputDialogToggleJSP: function inputDialogToggleJSP() {
|
|
|
+ this.$refs.inputDialogJSP.open();
|
|
|
+ },
|
|
|
+ dialogInputConfirmJSP: function dialogInputConfirmJSP(val) {var _this13 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee13() {return _regenerator.default.wrap(function _callee13$(_context13) {while (1) {switch (_context13.prev = _context13.next) {case 0:
|
|
|
+ _this13.formData.JS_P = val;
|
|
|
+ _this13.updateJSP();
|
|
|
+ console.log(_this13.formData.JS_P);case 3:case "end":return _context13.stop();}}}, _callee13);}))();
|
|
|
+ },
|
|
|
+ updateJSP: function updateJSP(e) {var _this14 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee14() {var vm, url, data, res;return _regenerator.default.wrap(function _callee14$(_context14) {while (1) {switch (_context14.prev = _context14.next) {case 0:
|
|
|
+ vm = _this14;
|
|
|
+ url = uni.$api.deviceParam.updateParam;
|
|
|
+ data = {
|
|
|
+ id: "294",
|
|
|
+ sn: "CK1",
|
|
|
+ name: "JS_P",
|
|
|
+ value: _this14.formData.JS_P };_context14.next = 5;return (
|
|
|
+
|
|
|
+
|
|
|
+ uni.$http.get(url, data));case 5:res = _context14.sent;
|
|
|
+
|
|
|
+ console.log(res);case 7:case "end":return _context14.stop();}}}, _callee14);}))();
|
|
|
+ },
|
|
|
+ //JSI
|
|
|
+ inputDialogToggleJSI: function inputDialogToggleJSI() {
|
|
|
+ this.$refs.inputDialogJSI.open();
|
|
|
+ },
|
|
|
+ dialogInputConfirmJSI: function dialogInputConfirmJSI(val) {var _this15 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee15() {return _regenerator.default.wrap(function _callee15$(_context15) {while (1) {switch (_context15.prev = _context15.next) {case 0:
|
|
|
+ _this15.formData.JS_I = val;
|
|
|
+ _this15.updateJSI();
|
|
|
+ console.log(_this15.formData.JS_I);case 3:case "end":return _context15.stop();}}}, _callee15);}))();
|
|
|
+ },
|
|
|
+ updateJSI: function updateJSI(e) {var _this16 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee16() {var vm, url, data, res;return _regenerator.default.wrap(function _callee16$(_context16) {while (1) {switch (_context16.prev = _context16.next) {case 0:
|
|
|
+ vm = _this16;
|
|
|
+ url = uni.$api.deviceParam.updateParam;
|
|
|
data = {
|
|
|
- name: _this.formData.name };_context.next = 5;return (
|
|
|
+ id: "290",
|
|
|
+ sn: "CK1",
|
|
|
+ name: "JS_I",
|
|
|
+ value: _this16.formData.JS_I };_context16.next = 5;return (
|
|
|
|
|
|
- uni.$http.get(url, data));case 5:res = _context.sent;
|
|
|
|
|
|
- console.log(res);case 7:case "end":return _context.stop();}}}, _callee);}))();
|
|
|
+ uni.$http.get(url, data));case 5:res = _context16.sent;
|
|
|
|
|
|
+ console.log(res);case 7:case "end":return _context16.stop();}}}, _callee16);}))();
|
|
|
+ },
|
|
|
+
|
|
|
+ //CSP
|
|
|
+ inputDialogToggleCSP: function inputDialogToggleCSP() {
|
|
|
+ this.$refs.inputDialogCSP.open();
|
|
|
+ },
|
|
|
+ dialogInputConfirmCSP: function dialogInputConfirmCSP(val) {var _this17 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee17() {return _regenerator.default.wrap(function _callee17$(_context17) {while (1) {switch (_context17.prev = _context17.next) {case 0:
|
|
|
+ _this17.formData.CS_P = val;
|
|
|
+ _this17.updateCSP();
|
|
|
+ console.log(_this17.formData.CS_P);case 3:case "end":return _context17.stop();}}}, _callee17);}))();
|
|
|
+ },
|
|
|
+ updateCSP: function updateCSP(e) {var _this18 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee18() {var vm, url, data, res;return _regenerator.default.wrap(function _callee18$(_context18) {while (1) {switch (_context18.prev = _context18.next) {case 0:
|
|
|
+ vm = _this18;
|
|
|
+ url = uni.$api.deviceParam.updateParam;
|
|
|
+ data = {
|
|
|
+ id: "237",
|
|
|
+ sn: "CK1",
|
|
|
+ name: "CS_P",
|
|
|
+ value: _this18.formData.CS_P };_context18.next = 5;return (
|
|
|
+
|
|
|
+
|
|
|
+ uni.$http.get(url, data));case 5:res = _context18.sent;
|
|
|
+
|
|
|
+ console.log(res);case 7:case "end":return _context18.stop();}}}, _callee18);}))();
|
|
|
+ },
|
|
|
+
|
|
|
+ //CSI
|
|
|
+ inputDialogToggleCSI: function inputDialogToggleCSI() {
|
|
|
+ this.$refs.inputDialogCSI.open();
|
|
|
+ },
|
|
|
+ dialogInputConfirmCSI: function dialogInputConfirmCSI(val) {var _this19 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee19() {return _regenerator.default.wrap(function _callee19$(_context19) {while (1) {switch (_context19.prev = _context19.next) {case 0:
|
|
|
+ _this19.formData.CS_I = val;
|
|
|
+ _this19.updateCSI();
|
|
|
+ console.log(_this19.formData.CS_I);case 3:case "end":return _context19.stop();}}}, _callee19);}))();
|
|
|
+ },
|
|
|
+ updateCSI: function updateCSI(e) {var _this20 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee20() {var vm, url, data, res;return _regenerator.default.wrap(function _callee20$(_context20) {while (1) {switch (_context20.prev = _context20.next) {case 0:
|
|
|
+ vm = _this20;
|
|
|
+ url = uni.$api.deviceParam.updateParam;
|
|
|
+ data = {
|
|
|
+ id: "216",
|
|
|
+ sn: "CK1",
|
|
|
+ name: "CS_I",
|
|
|
+ value: _this20.formData.CS_I };_context20.next = 5;return (
|
|
|
+
|
|
|
+
|
|
|
+ uni.$http.get(url, data));case 5:res = _context20.sent;
|
|
|
+
|
|
|
+ console.log(res);case 7:case "end":return _context20.stop();}}}, _callee20);}))();
|
|
|
+ },
|
|
|
+
|
|
|
+ HFCC: function HFCC(e) {var _this21 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee21() {var vm, url, data, res;return _regenerator.default.wrap(function _callee21$(_context21) {while (1) {switch (_context21.prev = _context21.next) {case 0:
|
|
|
+ _this21.formData.HF_CC == 1 ? _this21.formData.HF_CC = 0 : _this21.formData.HF_CC = 1;
|
|
|
+
|
|
|
+ vm = _this21;
|
|
|
+ url = uni.$api.deviceParam.updateParam;
|
|
|
+ data = {
|
|
|
+ id: "234",
|
|
|
+ value: _this21.formData.HF_CC,
|
|
|
+ name: "HF_CC",
|
|
|
+ sn: "CK1" };_context21.next = 6;return (
|
|
|
+
|
|
|
+
|
|
|
+ uni.$http.get(url, data));case 6:res = _context21.sent;
|
|
|
+ console.log(res.data.data.value);case 8:case "end":return _context21.stop();}}}, _callee21);}))();
|
|
|
},
|
|
|
|
|
|
back: function back() {
|
|
@@ -302,116 +644,116 @@ var _default =
|
|
|
|
|
|
},
|
|
|
|
|
|
- getWDXZ: function getWDXZ(e) {var _this2 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee2() {var vm, url, data, res;return _regenerator.default.wrap(function _callee2$(_context2) {while (1) {switch (_context2.prev = _context2.next) {case 0:
|
|
|
- vm = _this2;
|
|
|
+ getWDXZ: function getWDXZ(e) {var _this22 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee22() {var vm, url, data, res;return _regenerator.default.wrap(function _callee22$(_context22) {while (1) {switch (_context22.prev = _context22.next) {case 0:
|
|
|
+ vm = _this22;
|
|
|
url = uni.$api.deviceParam.detail;
|
|
|
data = {
|
|
|
- id: "232" };_context2.next = 5;return (
|
|
|
+ id: "232" };_context22.next = 5;return (
|
|
|
|
|
|
|
|
|
- uni.$http.get(url, data));case 5:res = _context2.sent;
|
|
|
+ uni.$http.get(url, data));case 5:res = _context22.sent;
|
|
|
|
|
|
- _this2.formData.WD1_XZ = res.data.data.deviceParam.value;case 7:case "end":return _context2.stop();}}}, _callee2);}))();
|
|
|
+ _this22.formData.WD1_XZ = res.data.data.deviceParam.value;case 7:case "end":return _context22.stop();}}}, _callee22);}))();
|
|
|
},
|
|
|
- getSDXZ: function getSDXZ(e) {var _this3 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee3() {var vm, url, data, res;return _regenerator.default.wrap(function _callee3$(_context3) {while (1) {switch (_context3.prev = _context3.next) {case 0:
|
|
|
- vm = _this3;
|
|
|
+ getSDXZ: function getSDXZ(e) {var _this23 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee23() {var vm, url, data, res;return _regenerator.default.wrap(function _callee23$(_context23) {while (1) {switch (_context23.prev = _context23.next) {case 0:
|
|
|
+ vm = _this23;
|
|
|
url = uni.$api.deviceParam.detail;
|
|
|
data = {
|
|
|
- id: "278" };_context3.next = 5;return (
|
|
|
+ id: "278" };_context23.next = 5;return (
|
|
|
|
|
|
|
|
|
- uni.$http.get(url, data));case 5:res = _context3.sent;
|
|
|
+ uni.$http.get(url, data));case 5:res = _context23.sent;
|
|
|
|
|
|
- _this3.formData.SD1_XZ = res.data.data.deviceParam.value;case 7:case "end":return _context3.stop();}}}, _callee3);}))();
|
|
|
+ _this23.formData.SD1_XZ = res.data.data.deviceParam.value;case 7:case "end":return _context23.stop();}}}, _callee23);}))();
|
|
|
},
|
|
|
- getJR_P: function getJR_P(e) {var _this4 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee4() {var vm, url, data, res;return _regenerator.default.wrap(function _callee4$(_context4) {while (1) {switch (_context4.prev = _context4.next) {case 0:
|
|
|
- vm = _this4;
|
|
|
+ getJR_P: function getJR_P(e) {var _this24 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee24() {var vm, url, data, res;return _regenerator.default.wrap(function _callee24$(_context24) {while (1) {switch (_context24.prev = _context24.next) {case 0:
|
|
|
+ vm = _this24;
|
|
|
url = uni.$api.deviceParam.detail;
|
|
|
data = {
|
|
|
- id: "224" };_context4.next = 5;return (
|
|
|
+ id: "224" };_context24.next = 5;return (
|
|
|
|
|
|
|
|
|
- uni.$http.get(url, data));case 5:res = _context4.sent;
|
|
|
+ uni.$http.get(url, data));case 5:res = _context24.sent;
|
|
|
|
|
|
- _this4.formData.JR_P = res.data.data.deviceParam.value;case 7:case "end":return _context4.stop();}}}, _callee4);}))();
|
|
|
+ _this24.formData.JR_P = res.data.data.deviceParam.value;case 7:case "end":return _context24.stop();}}}, _callee24);}))();
|
|
|
},
|
|
|
- getJR_I: function getJR_I(e) {var _this5 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee5() {var vm, url, data, res;return _regenerator.default.wrap(function _callee5$(_context5) {while (1) {switch (_context5.prev = _context5.next) {case 0:
|
|
|
- vm = _this5;
|
|
|
+ getJR_I: function getJR_I(e) {var _this25 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee25() {var vm, url, data, res;return _regenerator.default.wrap(function _callee25$(_context25) {while (1) {switch (_context25.prev = _context25.next) {case 0:
|
|
|
+ vm = _this25;
|
|
|
url = uni.$api.deviceParam.detail;
|
|
|
data = {
|
|
|
- id: "218" };_context5.next = 5;return (
|
|
|
+ id: "218" };_context25.next = 5;return (
|
|
|
|
|
|
|
|
|
- uni.$http.get(url, data));case 5:res = _context5.sent;
|
|
|
+ uni.$http.get(url, data));case 5:res = _context25.sent;
|
|
|
|
|
|
- _this5.formData.JR_I = res.data.data.deviceParam.value;case 7:case "end":return _context5.stop();}}}, _callee5);}))();
|
|
|
+ _this25.formData.JR_I = res.data.data.deviceParam.value;case 7:case "end":return _context25.stop();}}}, _callee25);}))();
|
|
|
},
|
|
|
- getJW_P: function getJW_P(e) {var _this6 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee6() {var vm, url, data, res;return _regenerator.default.wrap(function _callee6$(_context6) {while (1) {switch (_context6.prev = _context6.next) {case 0:
|
|
|
- vm = _this6;
|
|
|
+ getJW_P: function getJW_P(e) {var _this26 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee26() {var vm, url, data, res;return _regenerator.default.wrap(function _callee26$(_context26) {while (1) {switch (_context26.prev = _context26.next) {case 0:
|
|
|
+ vm = _this26;
|
|
|
url = uni.$api.deviceParam.detail;
|
|
|
data = {
|
|
|
- id: "267" };_context6.next = 5;return (
|
|
|
+ id: "267" };_context26.next = 5;return (
|
|
|
|
|
|
|
|
|
- uni.$http.get(url, data));case 5:res = _context6.sent;
|
|
|
+ uni.$http.get(url, data));case 5:res = _context26.sent;
|
|
|
|
|
|
- _this6.formData.ZL_P = res.data.data.deviceParam.value;case 7:case "end":return _context6.stop();}}}, _callee6);}))();
|
|
|
+ _this26.formData.ZL_P = res.data.data.deviceParam.value;case 7:case "end":return _context26.stop();}}}, _callee26);}))();
|
|
|
},
|
|
|
- getJW_I: function getJW_I(e) {var _this7 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee7() {var vm, url, data, res;return _regenerator.default.wrap(function _callee7$(_context7) {while (1) {switch (_context7.prev = _context7.next) {case 0:
|
|
|
- vm = _this7;
|
|
|
+ getJW_I: function getJW_I(e) {var _this27 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee27() {var vm, url, data, res;return _regenerator.default.wrap(function _callee27$(_context27) {while (1) {switch (_context27.prev = _context27.next) {case 0:
|
|
|
+ vm = _this27;
|
|
|
url = uni.$api.deviceParam.detail;
|
|
|
data = {
|
|
|
- id: "233" };_context7.next = 5;return (
|
|
|
+ id: "233" };_context27.next = 5;return (
|
|
|
|
|
|
|
|
|
- uni.$http.get(url, data));case 5:res = _context7.sent;
|
|
|
+ uni.$http.get(url, data));case 5:res = _context27.sent;
|
|
|
|
|
|
- _this7.formData.ZL_I = res.data.data.deviceParam.value;case 7:case "end":return _context7.stop();}}}, _callee7);}))();
|
|
|
+ _this27.formData.ZL_I = res.data.data.deviceParam.value;case 7:case "end":return _context27.stop();}}}, _callee27);}))();
|
|
|
},
|
|
|
- getJS_P: function getJS_P(e) {var _this8 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee8() {var vm, url, data, res;return _regenerator.default.wrap(function _callee8$(_context8) {while (1) {switch (_context8.prev = _context8.next) {case 0:
|
|
|
- vm = _this8;
|
|
|
+ getJS_P: function getJS_P(e) {var _this28 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee28() {var vm, url, data, res;return _regenerator.default.wrap(function _callee28$(_context28) {while (1) {switch (_context28.prev = _context28.next) {case 0:
|
|
|
+ vm = _this28;
|
|
|
url = uni.$api.deviceParam.detail;
|
|
|
data = {
|
|
|
- id: "294" };_context8.next = 5;return (
|
|
|
+ id: "294" };_context28.next = 5;return (
|
|
|
|
|
|
|
|
|
|
|
|
- uni.$http.get(url, data));case 5:res = _context8.sent;
|
|
|
+ uni.$http.get(url, data));case 5:res = _context28.sent;
|
|
|
|
|
|
- _this8.formData.JS_P = res.data.data.deviceParam.value;case 7:case "end":return _context8.stop();}}}, _callee8);}))();
|
|
|
+ _this28.formData.JS_P = res.data.data.deviceParam.value;case 7:case "end":return _context28.stop();}}}, _callee28);}))();
|
|
|
},
|
|
|
- getJS_I: function getJS_I(e) {var _this9 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee9() {var vm, url, data, res;return _regenerator.default.wrap(function _callee9$(_context9) {while (1) {switch (_context9.prev = _context9.next) {case 0:
|
|
|
- vm = _this9;
|
|
|
+ getJS_I: function getJS_I(e) {var _this29 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee29() {var vm, url, data, res;return _regenerator.default.wrap(function _callee29$(_context29) {while (1) {switch (_context29.prev = _context29.next) {case 0:
|
|
|
+ vm = _this29;
|
|
|
url = uni.$api.deviceParam.detail;
|
|
|
data = {
|
|
|
- id: "290" };_context9.next = 5;return (
|
|
|
+ id: "290" };_context29.next = 5;return (
|
|
|
|
|
|
|
|
|
- uni.$http.get(url, data));case 5:res = _context9.sent;
|
|
|
+ uni.$http.get(url, data));case 5:res = _context29.sent;
|
|
|
|
|
|
- _this9.formData.JS_I = res.data.data.deviceParam.value;case 7:case "end":return _context9.stop();}}}, _callee9);}))();
|
|
|
+ _this29.formData.JS_I = res.data.data.deviceParam.value;case 7:case "end":return _context29.stop();}}}, _callee29);}))();
|
|
|
},
|
|
|
- getCS_P: function getCS_P(e) {var _this10 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee10() {var vm, url, data, res;return _regenerator.default.wrap(function _callee10$(_context10) {while (1) {switch (_context10.prev = _context10.next) {case 0:
|
|
|
- vm = _this10;
|
|
|
+ getCS_P: function getCS_P(e) {var _this30 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee30() {var vm, url, data, res;return _regenerator.default.wrap(function _callee30$(_context30) {while (1) {switch (_context30.prev = _context30.next) {case 0:
|
|
|
+ vm = _this30;
|
|
|
url = uni.$api.deviceParam.detail;
|
|
|
data = {
|
|
|
- id: "237" };_context10.next = 5;return (
|
|
|
+ id: "237" };_context30.next = 5;return (
|
|
|
|
|
|
|
|
|
- uni.$http.get(url, data));case 5:res = _context10.sent;
|
|
|
+ uni.$http.get(url, data));case 5:res = _context30.sent;
|
|
|
|
|
|
- _this10.formData.CS_P = res.data.data.deviceParam.value;case 7:case "end":return _context10.stop();}}}, _callee10);}))();
|
|
|
+ _this30.formData.CS_P = res.data.data.deviceParam.value;case 7:case "end":return _context30.stop();}}}, _callee30);}))();
|
|
|
},
|
|
|
- getCS_I: function getCS_I(e) {var _this11 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee11() {var vm, url, data, res;return _regenerator.default.wrap(function _callee11$(_context11) {while (1) {switch (_context11.prev = _context11.next) {case 0:
|
|
|
- vm = _this11;
|
|
|
+ getCS_I: function getCS_I(e) {var _this31 = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee31() {var vm, url, data, res;return _regenerator.default.wrap(function _callee31$(_context31) {while (1) {switch (_context31.prev = _context31.next) {case 0:
|
|
|
+ vm = _this31;
|
|
|
url = uni.$api.deviceParam.detail;
|
|
|
data = {
|
|
|
- id: "216" };_context11.next = 5;return (
|
|
|
+ id: "216" };_context31.next = 5;return (
|
|
|
|
|
|
|
|
|
- uni.$http.get(url, data));case 5:res = _context11.sent;
|
|
|
+ uni.$http.get(url, data));case 5:res = _context31.sent;
|
|
|
|
|
|
- _this11.formData.CS_I = res.data.data.deviceParam.value;case 7:case "end":return _context11.stop();}}}, _callee11);}))();
|
|
|
+ _this31.formData.CS_I = res.data.data.deviceParam.value;case 7:case "end":return _context31.stop();}}}, _callee31);}))();
|
|
|
} } };exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 1)["default"]))
|
|
|
|