Files
tekelanew_acs/acs/nladmin-ui/node_modules/.cache/babel-loader/2b151da50b0adc7a0bf59ea28e73f76e.json

1 line
12 KiB
JSON
Raw Normal View History

2024-12-03 17:40:13 +08:00
{"remainingRequest":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\babel-loader\\lib\\index.js!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\src\\views\\acs\\device\\driver\\subvolume_weighing_station.vue?vue&type=script&lang=js","dependencies":[{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\src\\views\\acs\\device\\driver\\subvolume_weighing_station.vue","mtime":1732871026600},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\babel.config.js","mtime":1732871025888},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1732872824662},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\babel-loader\\lib\\index.js","mtime":1732872825017},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1732872824662},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\index.js","mtime":1732872825835}],"contextDependencies":[],"result":["\"use strict\";\n\nvar _interopRequireDefault = require(\"D:/data/hanguodoushan/acs2/nladmin-ui/node_modules/@babel/runtime/helpers/interopRequireDefault.js\");\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\nrequire(\"core-js/modules/es6.regexp.search\");\nrequire(\"core-js/modules/es6.regexp.match\");\nrequire(\"core-js/modules/web.dom.iterable\");\nrequire(\"core-js/modules/es6.object.keys\");\nvar _driverConfig = require(\"@/api/acs/device/driverConfig\");\nvar _opc = require(\"@/api/acs/device/opc\");\nvar _opcPlc = require(\"@/api/acs/device/opcPlc\");\nvar _crud = _interopRequireDefault(require(\"@/mixins/crud\"));\nvar _device = _interopRequireDefault(require(\"@/api/acs/device/device\"));\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nvar _default = exports.default = {\n name: 'SubvolumeWeighingStation',\n mixins: [_crud.default],\n props: {\n parentForm: {\n type: Object,\n required: true\n }\n },\n data: function data() {\n return {\n device_code: '',\n device_id: '',\n plc_id: '',\n plc_code: '',\n address: '',\n opc_id: '',\n opc_code: '',\n configLoading: false,\n dataOpcservers: [],\n dataOpcPlcs: [],\n deviceList: [],\n data1: [],\n data2: [],\n form: {\n inspect_in_stocck: true,\n ignore_pickup_check: true,\n ignore_release_check: true,\n apply_task: true,\n link_three_lamp: '',\n manual_create_task: true,\n is_pickup: true,\n is_release: true,\n link_device_code: [],\n ship_device_update: true,\n apply_time: ''\n },\n rules: {}\n };\n },\n created: function created() {\n var _this = this;\n this.$nextTick(function () {\n // 从父表单获取设备编码\n _this.device_id = _this.$props.parentForm.device_id;\n _this.device_code = _this.$props.parentForm.device_code;\n (0, _driverConfig.queryDriverConfig)(_this.device_id, _this.$props.parentForm.driver_code).then(function (data)