ytg7vue 1.16.8 → 1.16.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/lib/idev.common.js +1 -1
- package/lib/index.js +15 -22
- package/lib/js/HdComGrid.js +1 -1
- package/lib/js/HdGrid.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
@@ -3370,7 +3370,7 @@ var Component = normalizeComponent(
|
|
3370
3370
|
"use strict";
|
3371
3371
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_D_x_svn_HD_YTG_GCTOS_7_0_trunk_04_SRC_HD_YTG_GCTOS_WEB_PLUGIN_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_script_index_0_HdGrid_vue__ = __webpack_require__(43);
|
3372
3372
|
/* unused harmony namespace reexport */
|
3373
|
-
/* harmony import */ var
|
3373
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__D_x_svn_HD_YTG_GCTOS_7_0_trunk_04_SRC_HD_YTG_GCTOS_WEB_PLUGIN_node_modules_vue_loader_13_7_3_vue_loader_lib_template_compiler_index_id_data_v_1db0adf4_hasScoped_true_buble_transforms_D_x_svn_HD_YTG_GCTOS_7_0_trunk_04_SRC_HD_YTG_GCTOS_WEB_PLUGIN_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_template_index_0_HdGrid_vue__ = __webpack_require__(167);
|
3374
3374
|
function injectStyle (ssrContext) {
|
3375
3375
|
__webpack_require__(105)
|
3376
3376
|
}
|
@@ -3385,12 +3385,12 @@ var __vue_template_functional__ = false
|
|
3385
3385
|
/* styles */
|
3386
3386
|
var __vue_styles__ = injectStyle
|
3387
3387
|
/* scopeId */
|
3388
|
-
var __vue_scopeId__ = "data-v-
|
3388
|
+
var __vue_scopeId__ = "data-v-1db0adf4"
|
3389
3389
|
/* moduleIdentifier (server only) */
|
3390
3390
|
var __vue_module_identifier__ = null
|
3391
3391
|
var Component = normalizeComponent(
|
3392
3392
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_D_x_svn_HD_YTG_GCTOS_7_0_trunk_04_SRC_HD_YTG_GCTOS_WEB_PLUGIN_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_script_index_0_HdGrid_vue__["a" /* default */],
|
3393
|
-
|
3393
|
+
__WEBPACK_IMPORTED_MODULE_1__D_x_svn_HD_YTG_GCTOS_7_0_trunk_04_SRC_HD_YTG_GCTOS_WEB_PLUGIN_node_modules_vue_loader_13_7_3_vue_loader_lib_template_compiler_index_id_data_v_1db0adf4_hasScoped_true_buble_transforms_D_x_svn_HD_YTG_GCTOS_7_0_trunk_04_SRC_HD_YTG_GCTOS_WEB_PLUGIN_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_template_index_0_HdGrid_vue__["a" /* default */],
|
3394
3394
|
__vue_template_functional__,
|
3395
3395
|
__vue_styles__,
|
3396
3396
|
__vue_scopeId__,
|
@@ -3589,6 +3589,7 @@ var Component = normalizeComponent(
|
|
3589
3589
|
this.$http.post(url).then(function (response) {
|
3590
3590
|
_this.isGridCustom = response.data.length != 0;
|
3591
3591
|
_this.disCol = _this.gridCompute(_this.oriCol, response.data);
|
3592
|
+
|
3592
3593
|
_this.$refs.ingrid.store.states._columns = _this.disCol.filter(function (v) {
|
3593
3594
|
return v.showFlg != '0';
|
3594
3595
|
});
|
@@ -3670,7 +3671,6 @@ var Component = normalizeComponent(
|
|
3670
3671
|
}
|
3671
3672
|
_oneOri.width = oneSet.width;
|
3672
3673
|
result.push(_oneOri);
|
3673
|
-
break;
|
3674
3674
|
}
|
3675
3675
|
}
|
3676
3676
|
}
|
@@ -26502,13 +26502,6 @@ var Pt=function(){function t(){this.pos=0,this.bufferLength=0,this.eof=!1,this.b
|
|
26502
26502
|
|
26503
26503
|
_this2.hdResult = response.data;
|
26504
26504
|
|
26505
|
-
if (_this2.hdResult.rows.length > 0) {
|
26506
|
-
_this2.$set(_this2.hdResult.rows[0], '_isCk', true);
|
26507
|
-
_this2.$nextTick(function () {
|
26508
|
-
_this2.$refs.hdgrid.$refs.ingrid.toggleRowSelection(_this2.hdResult.rows[0], true);
|
26509
|
-
_this2.$refs.hdgrid.setCurrentRow(0, true);
|
26510
|
-
});
|
26511
|
-
}
|
26512
26505
|
resolve(response.data);
|
26513
26506
|
}).catch(function (response) {
|
26514
26507
|
_this2.listLoading = false;
|
@@ -28244,7 +28237,7 @@ exports['default'] = required;
|
|
28244
28237
|
v.orderFlag = i;
|
28245
28238
|
});
|
28246
28239
|
|
28247
|
-
_this3.$http.post("/webresources/login/com/SysFileRecord/saveAll?billId=" + _this3.billId, _this3.rows).then(function (response) {
|
28240
|
+
_this3.$http.post("/webresources/login/com/SysFileRecord/saveAll?billId=" + encodeURIComponent(_this3.billId), _this3.rows).then(function (response) {
|
28248
28241
|
_this3.rows = response.data.data;
|
28249
28242
|
_this3.$emit('save-ok', _this3.rows);
|
28250
28243
|
_this3.visible = false;
|
@@ -29551,7 +29544,7 @@ var content = __webpack_require__(106);
|
|
29551
29544
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
29552
29545
|
if(content.locals) module.exports = content.locals;
|
29553
29546
|
// add the styles to the DOM
|
29554
|
-
var update = __webpack_require__(3)("
|
29547
|
+
var update = __webpack_require__(3)("69c77992", content, true, {});
|
29555
29548
|
|
29556
29549
|
/***/ }),
|
29557
29550
|
/* 106 */
|
@@ -29562,7 +29555,7 @@ exports = module.exports = __webpack_require__(2)(undefined);
|
|
29562
29555
|
|
29563
29556
|
|
29564
29557
|
// module
|
29565
|
-
exports.push([module.i, ".hdgrid[data-v-
|
29558
|
+
exports.push([module.i, ".hdgrid[data-v-1db0adf4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hdgrid[data-v-1db0adf4] .el-table{height:100%;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.hdgrid[data-v-1db0adf4] .el-table th.gutter{display:table-cell!important}.hdgrid[data-v-1db0adf4] .el-table .el-table__fixed-header-wrapper th,.hdgrid[data-v-1db0adf4] .el-table .el-table__header-wrapper th{background-color:#f6f6f6}.hdgrid[data-v-1db0adf4] .el-table td,.hdgrid[data-v-1db0adf4] .el-table th{padding:1px 0}.hdgrid[data-v-1db0adf4] .el-table .cell,.hdgrid[data-v-1db0adf4] .el-table .el-table--border td:first-child .cell,.hdgrid[data-v-1db0adf4] .el-table .el-table--border th:first-child .cell,.hdgrid[data-v-1db0adf4] .el-table .el-table th div{padding:1.5px 0 1.5px 4px!important}.hdgrid[data-v-1db0adf4] .el-table .el-table__empty-block{position:static;text-align:center;width:100%;height:80%}.hdgrid[data-v-1db0adf4] .el-table .el-table__body{margin-bottom:10px}.hdgrid[data-v-1db0adf4] .el-table .el-table__body-wrapper{height:100%;overflow:auto}.hdgrid[data-v-1db0adf4] .el-table .el-input__inner{height:27px;margin-bottom:0;line-height:27px}.hdgrid[data-v-1db0adf4] .el-table .el-form-item__content,.hdgrid[data-v-1db0adf4] .el-table .el-form-item__label,.hdgrid[data-v-1db0adf4] .el-table .el-input,.hdgrid[data-v-1db0adf4] .el-table .el-input__icon{line-height:30px}.hdgrid[data-v-1db0adf4] .el-table .el-input__inner{padding:5px}.hdgrid[data-v-1db0adf4] .el-table .el-input--prefix .el-input__inner{padding-left:30px}.hdgrid[data-v-1db0adf4] .el-table .cell{min-width:20px}.hdgrid[data-v-1db0adf4] .el-table .checkBox .cell{overflow:inherit}.hdgrid[data-v-1db0adf4] .el-table .checkBox .cell .el-checkbox,.hdgrid[data-v-1db0adf4] .el-table .checkBox .cell .el-checkbox__input{position:inherit}.hdBtnTool[data-v-1db0adf4]{font-weight:700;vertical-align:middle;margin-left:20px}", ""]);
|
29566
29559
|
|
29567
29560
|
// exports
|
29568
29561
|
|
@@ -42035,7 +42028,7 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
|
|
42035
42028
|
"use strict";
|
42036
42029
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_D_x_svn_HD_YTG_GCTOS_7_0_trunk_04_SRC_HD_YTG_GCTOS_WEB_PLUGIN_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_script_index_0_HdComGrid_vue__ = __webpack_require__(69);
|
42037
42030
|
/* unused harmony namespace reexport */
|
42038
|
-
/* harmony import */ var
|
42031
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__D_x_svn_HD_YTG_GCTOS_7_0_trunk_04_SRC_HD_YTG_GCTOS_WEB_PLUGIN_node_modules_vue_loader_13_7_3_vue_loader_lib_template_compiler_index_id_data_v_2860b62c_hasScoped_false_buble_transforms_D_x_svn_HD_YTG_GCTOS_7_0_trunk_04_SRC_HD_YTG_GCTOS_WEB_PLUGIN_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_template_index_0_HdComGrid_vue__ = __webpack_require__(204);
|
42039
42032
|
var normalizeComponent = __webpack_require__(0)
|
42040
42033
|
/* script */
|
42041
42034
|
|
@@ -42052,7 +42045,7 @@ var __vue_scopeId__ = null
|
|
42052
42045
|
var __vue_module_identifier__ = null
|
42053
42046
|
var Component = normalizeComponent(
|
42054
42047
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_D_x_svn_HD_YTG_GCTOS_7_0_trunk_04_SRC_HD_YTG_GCTOS_WEB_PLUGIN_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_script_index_0_HdComGrid_vue__["a" /* default */],
|
42055
|
-
|
42048
|
+
__WEBPACK_IMPORTED_MODULE_1__D_x_svn_HD_YTG_GCTOS_7_0_trunk_04_SRC_HD_YTG_GCTOS_WEB_PLUGIN_node_modules_vue_loader_13_7_3_vue_loader_lib_template_compiler_index_id_data_v_2860b62c_hasScoped_false_buble_transforms_D_x_svn_HD_YTG_GCTOS_7_0_trunk_04_SRC_HD_YTG_GCTOS_WEB_PLUGIN_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_template_index_0_HdComGrid_vue__["a" /* default */],
|
42056
42049
|
__vue_template_functional__,
|
42057
42050
|
__vue_styles__,
|
42058
42051
|
__vue_scopeId__,
|
@@ -44501,7 +44494,7 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
|
|
44501
44494
|
"use strict";
|
44502
44495
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_D_x_svn_HD_YTG_GCTOS_7_0_trunk_04_SRC_HD_YTG_GCTOS_WEB_PLUGIN_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_script_index_0_BillUpload_vue__ = __webpack_require__(84);
|
44503
44496
|
/* unused harmony namespace reexport */
|
44504
|
-
/* harmony import */ var
|
44497
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__D_x_svn_HD_YTG_GCTOS_7_0_trunk_04_SRC_HD_YTG_GCTOS_WEB_PLUGIN_node_modules_vue_loader_13_7_3_vue_loader_lib_template_compiler_index_id_data_v_69f6cda2_hasScoped_true_buble_transforms_D_x_svn_HD_YTG_GCTOS_7_0_trunk_04_SRC_HD_YTG_GCTOS_WEB_PLUGIN_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_template_index_0_BillUpload_vue__ = __webpack_require__(232);
|
44505
44498
|
function injectStyle (ssrContext) {
|
44506
44499
|
__webpack_require__(230)
|
44507
44500
|
}
|
@@ -44516,12 +44509,12 @@ var __vue_template_functional__ = false
|
|
44516
44509
|
/* styles */
|
44517
44510
|
var __vue_styles__ = injectStyle
|
44518
44511
|
/* scopeId */
|
44519
|
-
var __vue_scopeId__ = "data-v-
|
44512
|
+
var __vue_scopeId__ = "data-v-69f6cda2"
|
44520
44513
|
/* moduleIdentifier (server only) */
|
44521
44514
|
var __vue_module_identifier__ = null
|
44522
44515
|
var Component = normalizeComponent(
|
44523
44516
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_D_x_svn_HD_YTG_GCTOS_7_0_trunk_04_SRC_HD_YTG_GCTOS_WEB_PLUGIN_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_script_index_0_BillUpload_vue__["a" /* default */],
|
44524
|
-
|
44517
|
+
__WEBPACK_IMPORTED_MODULE_1__D_x_svn_HD_YTG_GCTOS_7_0_trunk_04_SRC_HD_YTG_GCTOS_WEB_PLUGIN_node_modules_vue_loader_13_7_3_vue_loader_lib_template_compiler_index_id_data_v_69f6cda2_hasScoped_true_buble_transforms_D_x_svn_HD_YTG_GCTOS_7_0_trunk_04_SRC_HD_YTG_GCTOS_WEB_PLUGIN_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_template_index_0_BillUpload_vue__["a" /* default */],
|
44525
44518
|
__vue_template_functional__,
|
44526
44519
|
__vue_styles__,
|
44527
44520
|
__vue_scopeId__,
|
@@ -44542,7 +44535,7 @@ var content = __webpack_require__(231);
|
|
44542
44535
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
44543
44536
|
if(content.locals) module.exports = content.locals;
|
44544
44537
|
// add the styles to the DOM
|
44545
|
-
var update = __webpack_require__(3)("
|
44538
|
+
var update = __webpack_require__(3)("5a212a65", content, true, {});
|
44546
44539
|
|
44547
44540
|
/***/ }),
|
44548
44541
|
/* 231 */
|
@@ -44553,7 +44546,7 @@ exports = module.exports = __webpack_require__(2)(undefined);
|
|
44553
44546
|
|
44554
44547
|
|
44555
44548
|
// module
|
44556
|
-
exports.push([module.i, ".button[data-v-
|
44549
|
+
exports.push([module.i, ".button[data-v-69f6cda2]{margin-left:5px}.image_detail[data-v-69f6cda2]{width:100%;height:310px}.image_list[data-v-69f6cda2]{border:2px solid}.fileUpload[data-v-69f6cda2]{float:left}.image_list_title[data-v-69f6cda2]{text-align:center}.image_list_button[data-v-69f6cda2]{float:inline-end;position:sticky;bottom:0;background:#fff;width:100%}.bill_upload_container[data-v-69f6cda2]{height:80vh;border:1px solid #eee}", ""]);
|
44557
44550
|
|
44558
44551
|
// exports
|
44559
44552
|
|
@@ -46869,7 +46862,7 @@ function date() {
|
|
46869
46862
|
/* 269 */
|
46870
46863
|
/***/ (function(module, exports) {
|
46871
46864
|
|
46872
|
-
module.exports = {"name":"ytg7vue","version":"1.16.
|
46865
|
+
module.exports = {"name":"ytg7vue","version":"1.16.9","description":"烟台港插件","author":"liangjinghao","license":"commerical","private":false,"main":"lib/idev.common.js","scripts":{"dev":"node --max_old_space_size=8000 build/dev-server.js","clean":"rimraf lib","build:component":"npm run clean && webpack --config build/webpack.component.js","build:prod":"cross-env NODE_ENV=production env_config=prod node build/build.js","build:utils":"cross-env BABEL_ENV=utils babel src --out-dir lib --ignore src/index.js","build:sit":"cross-env NODE_ENV=production env_config=sit node build/build.js","build:sit-preview":"cross-env NODE_ENV=production env_config=sit npm_config_preview=true npm_config_report=true node build/build.js","lint":"eslint --fix --ext .js,.vue src","jsdoc":"jsdoc -c ./conf.js -r"},"dependencies":{"async-validator":"^1.10.1","axios":"^0.17.1","echarts":"3.8.5","element-resize-detector":"^1.2.3","file-saver":"1.3.3","js-cookie":"2.2.0","jsonlint":"1.6.2","jspdf":"^1.5.3","jspdf-autotable":"^3.0.2","jszip":"3.1.4","minami":"^1.2.3","normalize.css":"7.0.0","nprogress":"0.2.0","screenfull":"5.0.2","showdown":"1.8.2","simplemde":"1.11.2","sortablejs":"1.6.1","vue":"2.5.9","vue-draggable-resizable":"^1.7.5","vue-resource":"^1.3.4","vue-router":"3.0.1","vue-shortkey":"^3.1.0","vue-splitpane":"1.0.0","vuedraggable":"2.15.0","vuex":"3.0.1","xlsx":"^0.11.7"},"devDependencies":{"autoprefixer":"7.1.6","babel-core":"6.26.0","babel-eslint":"8.0.2","babel-helper-vue-jsx-merge-props":"^2.0.3","babel-loader":"7.1.2","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-runtime":"6.23.0","babel-plugin-transform-vue-jsx":"^3.7.0","babel-preset-env":"^1.6.1","babel-preset-stage-2":"6.24.1","babel-register":"6.26.0","chalk":"2.3.0","connect-history-api-fallback":"1.4.0","copy-webpack-plugin":"4.2.0","cross-env":"5.1.1","css-loader":"0.28.7","eslint":"4.11.0","eslint-friendly-formatter":"3.0.0","eslint-import-resolver-webpack":"0.8.3","eslint-loader":"1.9.0","eslint-plugin-html":"3.2.2","eslint-plugin-import":"2.8.0","eventsource-polyfill":"0.9.6","express":"4.16.2","extract-text-webpack-plugin":"3.0.2","file-loader":"0.11.2","friendly-errors-webpack-plugin":"1.6.1","function-bind":"1.1.0","fuse.js":"3.4.2","html-webpack-plugin":"2.30.0","http-proxy-middleware":"0.17.4","jsdoc":"^3.5.5","node-sass":"^4.5.0","opn":"4.0.2","optimize-css-assets-webpack-plugin":"3.2.0","ora":"1.1.0","postcss-loader":"^2.0.8","pushstate-server":"2.1.0","rimraf":"2.6.0","sass-loader":"6.0.6","script-loader":"0.7.2","semver":"5.3.0","sherry-docstrap":"^1.3.2","style-loader":"0.19.0","svg-sprite-loader":"3.4.1","url-loader":"0.6.2","vue-image-crop-upload":"^2.2.3","vue-loader":"^13.5.0","vue-style-loader":"3.0.3","vue-template-compiler":"2.5.9","webpack":"3.8.1","webpack-bundle-analyzer":"2.9.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.20.0","webpack-merge":"4.1.0","webpack-node-externals":"^1.7.2"},"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 9"]}
|
46873
46866
|
|
46874
46867
|
/***/ })
|
46875
46868
|
/******/ ]);
|