ytg7vue 1.16.1 → 1.16.2
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 +4 -1
- package/lib/idev.common.js +1 -1
- package/lib/index.js +33 -24
- package/lib/js/HdComGrid.js +1 -1
- package/lib/js/HdGrid.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
@@ -25788,7 +25788,6 @@ window.jsPDF = __WEBPACK_IMPORTED_MODULE_2_jspdf___default.a;
|
|
25788
25788
|
}
|
25789
25789
|
},
|
25790
25790
|
refreshGridData: function refreshGridData() {
|
25791
|
-
console.log('refreshGridData', this.pdfExport);
|
25792
25791
|
var obj = { isLandscape: this.isLandscape, fontSize: this.fontSize, cols: this.pdfExport };
|
25793
25792
|
localStorage.setItem("HdPdfSel" + this.$parent.gridId, __WEBPACK_IMPORTED_MODULE_1_babel_runtime_core_js_json_stringify___default()(obj));
|
25794
25793
|
this.initShowData();
|
@@ -25853,6 +25852,10 @@ window.jsPDF = __WEBPACK_IMPORTED_MODULE_2_jspdf___default.a;
|
|
25853
25852
|
});
|
25854
25853
|
},
|
25855
25854
|
showPdf: function showPdf(header, merdata, title) {
|
25855
|
+
console.log('header', header);
|
25856
|
+
console.log('merdata', merdata);
|
25857
|
+
console.log('title', title);
|
25858
|
+
|
25856
25859
|
var head = header;
|
25857
25860
|
var body = merdata;
|
25858
25861
|
var doc = null;
|
@@ -25860,17 +25863,17 @@ window.jsPDF = __WEBPACK_IMPORTED_MODULE_2_jspdf___default.a;
|
|
25860
25863
|
var doc = new __WEBPACK_IMPORTED_MODULE_2_jspdf___default.a('l', 'pt');
|
25861
25864
|
doc.setFont('simsun');
|
25862
25865
|
doc.setFontStyle('normal');
|
25863
|
-
doc.text(title, 450,
|
25866
|
+
doc.text(title, 450, 30, { align: 'center' });
|
25864
25867
|
} else {
|
25865
25868
|
var doc = new __WEBPACK_IMPORTED_MODULE_2_jspdf___default.a('h', 'pt');
|
25866
25869
|
doc.setFont('simsun');
|
25867
25870
|
doc.setFontStyle('normal');
|
25868
|
-
doc.text(title, 300,
|
25871
|
+
doc.text(title, 300, 30, { align: 'center' });
|
25869
25872
|
}
|
25870
25873
|
doc.autoTable({
|
25871
25874
|
head: head,
|
25872
25875
|
body: body,
|
25873
|
-
margin: { right:
|
25876
|
+
margin: { right: 12, left: 12 },
|
25874
25877
|
styles: {
|
25875
25878
|
font: "simsun",
|
25876
25879
|
fontStyle: 'normal',
|
@@ -25878,9 +25881,15 @@ window.jsPDF = __WEBPACK_IMPORTED_MODULE_2_jspdf___default.a;
|
|
25878
25881
|
lineWidth: 1,
|
25879
25882
|
fontSize: this.fontSize,
|
25880
25883
|
cellPadding: 0.5,
|
25881
|
-
halign: 'center'
|
25884
|
+
halign: 'center',
|
25885
|
+
overflow: "linebreak"
|
25882
25886
|
},
|
25883
|
-
headStyles: { font: "simsun", fontStyle: 'normal' }
|
25887
|
+
headStyles: { font: "simsun", fontStyle: 'normal' },
|
25888
|
+
didParseCell: function didParseCell(HookData) {
|
25889
|
+
console.log('HookData', HookData.cell.text, HookData.cell, HookData.cell.text[0].length);
|
25890
|
+
HookData.cell.width = HookData.cell.text[0].length;
|
25891
|
+
}
|
25892
|
+
});
|
25884
25893
|
|
25885
25894
|
document.getElementById("output").data = doc.output('datauristring');
|
25886
25895
|
}
|
@@ -41659,7 +41668,7 @@ module.exports = ZStream;
|
|
41659
41668
|
"use strict";
|
41660
41669
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_script_index_0_PdfShow_vue__ = __webpack_require__(64);
|
41661
41670
|
/* unused harmony namespace reexport */
|
41662
|
-
/* harmony import */ var
|
41671
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_13_7_3_vue_loader_lib_template_compiler_index_id_data_v_6a20afc4_hasScoped_true_buble_transforms_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_template_index_0_PdfShow_vue__ = __webpack_require__(159);
|
41663
41672
|
function injectStyle (ssrContext) {
|
41664
41673
|
__webpack_require__(156)
|
41665
41674
|
}
|
@@ -41674,12 +41683,12 @@ var __vue_template_functional__ = false
|
|
41674
41683
|
/* styles */
|
41675
41684
|
var __vue_styles__ = injectStyle
|
41676
41685
|
/* scopeId */
|
41677
|
-
var __vue_scopeId__ = "data-v-
|
41686
|
+
var __vue_scopeId__ = "data-v-6a20afc4"
|
41678
41687
|
/* moduleIdentifier (server only) */
|
41679
41688
|
var __vue_module_identifier__ = null
|
41680
41689
|
var Component = normalizeComponent(
|
41681
41690
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_script_index_0_PdfShow_vue__["a" /* default */],
|
41682
|
-
|
41691
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_13_7_3_vue_loader_lib_template_compiler_index_id_data_v_6a20afc4_hasScoped_true_buble_transforms_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_template_index_0_PdfShow_vue__["a" /* default */],
|
41683
41692
|
__vue_template_functional__,
|
41684
41693
|
__vue_styles__,
|
41685
41694
|
__vue_scopeId__,
|
@@ -41700,7 +41709,7 @@ var content = __webpack_require__(157);
|
|
41700
41709
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
41701
41710
|
if(content.locals) module.exports = content.locals;
|
41702
41711
|
// add the styles to the DOM
|
41703
|
-
var update = __webpack_require__(3)("
|
41712
|
+
var update = __webpack_require__(3)("16133770", content, true, {});
|
41704
41713
|
|
41705
41714
|
/***/ }),
|
41706
41715
|
/* 157 */
|
@@ -41711,7 +41720,7 @@ exports = module.exports = __webpack_require__(2)(undefined);
|
|
41711
41720
|
|
41712
41721
|
|
41713
41722
|
// module
|
41714
|
-
exports.push([module.i, ".pdfshow[data-v-
|
41723
|
+
exports.push([module.i, ".pdfshow[data-v-6a20afc4] .el-dialog__body{width:100%;height:calc(100% - 55px)}", ""]);
|
41715
41724
|
|
41716
41725
|
// exports
|
41717
41726
|
|
@@ -44494,7 +44503,7 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
|
|
44494
44503
|
"use strict";
|
44495
44504
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_script_index_0_BillUpload_vue__ = __webpack_require__(84);
|
44496
44505
|
/* unused harmony namespace reexport */
|
44497
|
-
/* harmony import */ var
|
44506
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_13_7_3_vue_loader_lib_template_compiler_index_id_data_v_76cac015_hasScoped_true_buble_transforms_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_template_index_0_BillUpload_vue__ = __webpack_require__(232);
|
44498
44507
|
function injectStyle (ssrContext) {
|
44499
44508
|
__webpack_require__(230)
|
44500
44509
|
}
|
@@ -44509,12 +44518,12 @@ var __vue_template_functional__ = false
|
|
44509
44518
|
/* styles */
|
44510
44519
|
var __vue_styles__ = injectStyle
|
44511
44520
|
/* scopeId */
|
44512
|
-
var __vue_scopeId__ = "data-v-
|
44521
|
+
var __vue_scopeId__ = "data-v-76cac015"
|
44513
44522
|
/* moduleIdentifier (server only) */
|
44514
44523
|
var __vue_module_identifier__ = null
|
44515
44524
|
var Component = normalizeComponent(
|
44516
44525
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_script_index_0_BillUpload_vue__["a" /* default */],
|
44517
|
-
|
44526
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_13_7_3_vue_loader_lib_template_compiler_index_id_data_v_76cac015_hasScoped_true_buble_transforms_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_template_index_0_BillUpload_vue__["a" /* default */],
|
44518
44527
|
__vue_template_functional__,
|
44519
44528
|
__vue_styles__,
|
44520
44529
|
__vue_scopeId__,
|
@@ -44535,7 +44544,7 @@ var content = __webpack_require__(231);
|
|
44535
44544
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
44536
44545
|
if(content.locals) module.exports = content.locals;
|
44537
44546
|
// add the styles to the DOM
|
44538
|
-
var update = __webpack_require__(3)("
|
44547
|
+
var update = __webpack_require__(3)("c9afebf2", content, true, {});
|
44539
44548
|
|
44540
44549
|
/***/ }),
|
44541
44550
|
/* 231 */
|
@@ -44546,7 +44555,7 @@ exports = module.exports = __webpack_require__(2)(undefined);
|
|
44546
44555
|
|
44547
44556
|
|
44548
44557
|
// module
|
44549
|
-
exports.push([module.i, ".button[data-v-
|
44558
|
+
exports.push([module.i, ".button[data-v-76cac015]{margin-left:5px}.image_detail[data-v-76cac015]{width:100%;height:310px}.image_list[data-v-76cac015]{border:2px solid}.fileUpload[data-v-76cac015]{float:left}.image_list_title[data-v-76cac015]{text-align:center}.image_list_button[data-v-76cac015]{float:inline-end;position:sticky;bottom:0;background:#fff;width:100%}.bill_upload_container[data-v-76cac015]{height:80vh;border:1px solid #eee}", ""]);
|
44550
44559
|
|
44551
44560
|
// exports
|
44552
44561
|
|
@@ -44556,7 +44565,7 @@ exports.push([module.i, ".button[data-v-7f7372fd]{margin-left:5px}.image_detail[
|
|
44556
44565
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
44557
44566
|
|
44558
44567
|
"use strict";
|
44559
|
-
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{attrs:{"title":"单证上传","visible":_vm.visible,"width":"50%","append-to-body":"","top":"2vh"},on:{"update:visible":function($event){_vm.visible=$event}}},[_c('el-container',{staticClass:"bill_upload_container"},[_c('el-aside',{attrs:{"width":"30%"}},[_vm._l((_vm.rows),function(row){return [_c('el-image',{class:{image_list: row.fileId == _vm.hdform.fileId},attrs:{"src":row.src},on:{"click":function($event){_vm.doImageItemClick(row)}}}),_vm._v(" "),_c('div',{staticClass:"image_list_title"},[_vm._v(_vm._s(row.titleTxt))])]}),_vm._v(" "),_c('div',{staticClass:"image_list_button"},[_c('el-col',{attrs:{"span":12}},[_c('el-button',{staticClass:"filter-item",attrs:{"type":""},on:{"click":_vm.doGoUp}},[_vm._v("上移\n ")])],1),_vm._v(" "),_c('el-col',{attrs:{"span":12}},[_c('el-button',{staticClass:"filter-item",attrs:{"type":""},on:{"click":_vm.doGoDown}},[_vm._v("下移\n ")])],1)],1)],2),_vm._v(" "),_c('el-main',[_c('el-row',[_c('el-image',{staticClass:"image_detail",attrs:{"src":_vm.hdform.src||'',"preview-src-list":[_vm.hdform.src||'']}},[_c('div',{staticClass:"image-slot",attrs:{"slot":"error"},slot:"error"},[_c('i',{staticClass:"el-icon-picture-outline"})])])],1),_vm._v(" "),_c('el-row',[_c('el-upload',{staticClass:"fileUpload",attrs:{"action":"/webresources/login/com/SysFile/upload","before-upload":_vm.beforeUpload,"on-remove":_vm.handleRemove,"before-remove":_vm.beforeRemove,"limit":1,"on-exceed":_vm.handleExceed,"on-success":_vm.handleSuccess,"file-list":_vm.fileList,"show-file-list":false,"accept":"image/*"}},[_c('el-button',{staticClass:"filter-item",attrs:{"type":"primary"},on:{"click":function($event){}}},[_vm._v("上传\n ")])],1),_vm._v(" "),_c('el-button',{staticClass:"filter-item",attrs:{"type":"primary"},on:{"click":function($event){}}},[_vm._v("拍照\n ")]),_vm._v(" "),_c('el-button',{staticClass:"filter-item",attrs:{"type":"danger"},on:{"click":_vm.doRemove}},[_vm._v("删除\n ")])],1),_vm._v(" "),_c('el-form',{ref:"hdform",attrs:{"label-width":"5px","model":_vm.hdform},on:{"update:model":function($event){_vm.hdform=$event}}},[_c('el-row',[_c('el-col',{attrs:{"span":12,"xs":16}},[_c('el-form-item',{attrs:{"prop":"billTyp","rules":_vm.hdform.src ? _vm.$r(1) : _vm.$r(0)}},[_c('hd-drop',{attrs:{"field":"BILL_TYP","placeholder":_vm.$t('请选择单据类型')},model:{value:(_vm.hdform.billTyp),callback:function ($$v) {_vm.$set(_vm.hdform, "billTyp", $$v)},expression:"hdform.billTyp"}})],1)],1),_vm._v(" "),_c('el-col',{attrs:{"span":12,"xs":16}},[_c('el-form-item',{attrs:{"prop":"titleTxt","rules":_vm.hdform.src ? _vm.$r(1,0,36) : _vm.$r(0,0,36)}},[_c('el-input',{attrs:{"type":"text","placeholder":_vm.$t('请输入照片名称')},model:{value:(_vm.hdform.titleTxt),callback:function ($$v) {_vm.$set(_vm.hdform, "titleTxt", $$v)},expression:"hdform.titleTxt"}})],1)],1)],1),_vm._v(" "),_c('el-row',[_c('el-form-item',{attrs:{"prop":"markTxt","rules":_vm.$r(0,0,100)}},[_c('el-input',{attrs:{"type":"textarea","rows":3,"placeholder":"备注内容"},model:{value:(_vm.hdform.markTxt),callback:function ($$v) {_vm.$set(_vm.hdform, "markTxt", $$v)},expression:"hdform.markTxt"}})],1)],1)],1)],1)],1),_vm._v(" "),_c('div',{staticClass:"dialog-footer",staticStyle:{"margin-top":"10px"},attrs:{"slot":"footer","align":"right"},slot:"footer"},[_c('el-button',{staticClass:"filter-item",attrs:{"type":"primary"},on:{"click":_vm.doSave}},[_vm._v("保存")])],1)],1)}
|
44568
|
+
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{attrs:{"title":"单证上传","visible":_vm.visible,"width":"50%","append-to-body":"","top":"2vh"},on:{"update:visible":function($event){_vm.visible=$event}}},[_c('el-container',{staticClass:"bill_upload_container"},[_c('el-aside',{attrs:{"width":"30%"}},[_vm._l((_vm.rows),function(row){return [_c('el-image',{class:{image_list: row.fileId == _vm.hdform.fileId},attrs:{"src":row.src,"lazy":""},on:{"click":function($event){_vm.doImageItemClick(row)}}}),_vm._v(" "),_c('div',{staticClass:"image_list_title"},[_vm._v(_vm._s(row.titleTxt))])]}),_vm._v(" "),_c('div',{staticClass:"image_list_button"},[_c('el-col',{attrs:{"span":12}},[_c('el-button',{staticClass:"filter-item",attrs:{"type":""},on:{"click":_vm.doGoUp}},[_vm._v("上移\n ")])],1),_vm._v(" "),_c('el-col',{attrs:{"span":12}},[_c('el-button',{staticClass:"filter-item",attrs:{"type":""},on:{"click":_vm.doGoDown}},[_vm._v("下移\n ")])],1)],1)],2),_vm._v(" "),_c('el-main',[_c('el-row',[_c('el-image',{staticClass:"image_detail",attrs:{"src":_vm.hdform.src||'',"preview-src-list":[_vm.hdform.src||''],"lazy":""}},[_c('div',{staticClass:"image-slot",attrs:{"slot":"error"},slot:"error"},[_c('i',{staticClass:"el-icon-picture-outline"})])])],1),_vm._v(" "),_c('el-row',[_c('el-upload',{staticClass:"fileUpload",attrs:{"action":"/webresources/login/com/SysFile/upload","before-upload":_vm.beforeUpload,"on-remove":_vm.handleRemove,"before-remove":_vm.beforeRemove,"limit":1,"on-exceed":_vm.handleExceed,"on-success":_vm.handleSuccess,"file-list":_vm.fileList,"show-file-list":false,"accept":"image/*"}},[_c('el-button',{staticClass:"filter-item",attrs:{"type":"primary"},on:{"click":function($event){}}},[_vm._v("上传\n ")])],1),_vm._v(" "),_c('el-button',{staticClass:"filter-item",attrs:{"type":"primary"},on:{"click":function($event){}}},[_vm._v("拍照\n ")]),_vm._v(" "),_c('el-button',{staticClass:"filter-item",attrs:{"type":"danger"},on:{"click":_vm.doRemove}},[_vm._v("删除\n ")])],1),_vm._v(" "),_c('el-form',{ref:"hdform",attrs:{"label-width":"5px","model":_vm.hdform},on:{"update:model":function($event){_vm.hdform=$event}}},[_c('el-row',[_c('el-col',{attrs:{"span":12,"xs":16}},[_c('el-form-item',{attrs:{"prop":"billTyp","rules":_vm.hdform.src ? _vm.$r(1) : _vm.$r(0)}},[_c('hd-drop',{attrs:{"field":"BILL_TYP","placeholder":_vm.$t('请选择单据类型')},model:{value:(_vm.hdform.billTyp),callback:function ($$v) {_vm.$set(_vm.hdform, "billTyp", $$v)},expression:"hdform.billTyp"}})],1)],1),_vm._v(" "),_c('el-col',{attrs:{"span":12,"xs":16}},[_c('el-form-item',{attrs:{"prop":"titleTxt","rules":_vm.hdform.src ? _vm.$r(1,0,36) : _vm.$r(0,0,36)}},[_c('el-input',{attrs:{"type":"text","placeholder":_vm.$t('请输入照片名称')},model:{value:(_vm.hdform.titleTxt),callback:function ($$v) {_vm.$set(_vm.hdform, "titleTxt", $$v)},expression:"hdform.titleTxt"}})],1)],1)],1),_vm._v(" "),_c('el-row',[_c('el-form-item',{attrs:{"prop":"markTxt","rules":_vm.$r(0,0,100)}},[_c('el-input',{attrs:{"type":"textarea","rows":3,"placeholder":"备注内容"},model:{value:(_vm.hdform.markTxt),callback:function ($$v) {_vm.$set(_vm.hdform, "markTxt", $$v)},expression:"hdform.markTxt"}})],1)],1)],1)],1)],1),_vm._v(" "),_c('div',{staticClass:"dialog-footer",staticStyle:{"margin-top":"10px"},attrs:{"slot":"footer","align":"right"},slot:"footer"},[_c('el-button',{staticClass:"filter-item",attrs:{"type":"primary"},on:{"click":_vm.doSave}},[_vm._v("保存")])],1)],1)}
|
44560
44569
|
var staticRenderFns = []
|
44561
44570
|
var esExports = { render: render, staticRenderFns: staticRenderFns }
|
44562
44571
|
/* harmony default export */ __webpack_exports__["a"] = (esExports);
|
@@ -44568,7 +44577,7 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
|
|
44568
44577
|
"use strict";
|
44569
44578
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_script_index_0_BillShow_vue__ = __webpack_require__(85);
|
44570
44579
|
/* unused harmony namespace reexport */
|
44571
|
-
/* harmony import */ var
|
44580
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_13_7_3_vue_loader_lib_template_compiler_index_id_data_v_f317df6c_hasScoped_true_buble_transforms_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_template_index_0_BillShow_vue__ = __webpack_require__(236);
|
44572
44581
|
function injectStyle (ssrContext) {
|
44573
44582
|
__webpack_require__(234)
|
44574
44583
|
}
|
@@ -44583,12 +44592,12 @@ var __vue_template_functional__ = false
|
|
44583
44592
|
/* styles */
|
44584
44593
|
var __vue_styles__ = injectStyle
|
44585
44594
|
/* scopeId */
|
44586
|
-
var __vue_scopeId__ = "data-v-
|
44595
|
+
var __vue_scopeId__ = "data-v-f317df6c"
|
44587
44596
|
/* moduleIdentifier (server only) */
|
44588
44597
|
var __vue_module_identifier__ = null
|
44589
44598
|
var Component = normalizeComponent(
|
44590
44599
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_script_index_0_BillShow_vue__["a" /* default */],
|
44591
|
-
|
44600
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_13_7_3_vue_loader_lib_template_compiler_index_id_data_v_f317df6c_hasScoped_true_buble_transforms_node_modules_vue_loader_13_7_3_vue_loader_lib_selector_type_template_index_0_BillShow_vue__["a" /* default */],
|
44592
44601
|
__vue_template_functional__,
|
44593
44602
|
__vue_styles__,
|
44594
44603
|
__vue_scopeId__,
|
@@ -44609,7 +44618,7 @@ var content = __webpack_require__(235);
|
|
44609
44618
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
44610
44619
|
if(content.locals) module.exports = content.locals;
|
44611
44620
|
// add the styles to the DOM
|
44612
|
-
var update = __webpack_require__(3)("
|
44621
|
+
var update = __webpack_require__(3)("0ee5849b", content, true, {});
|
44613
44622
|
|
44614
44623
|
/***/ }),
|
44615
44624
|
/* 235 */
|
@@ -44620,7 +44629,7 @@ exports = module.exports = __webpack_require__(2)(undefined);
|
|
44620
44629
|
|
44621
44630
|
|
44622
44631
|
// module
|
44623
|
-
exports.push([module.i, ".image[data-v-
|
44632
|
+
exports.push([module.i, ".image[data-v-f317df6c]{height:82%}.image_list_box[data-v-f317df6c]{width:20vh;height:95%;float:left}.image_detail[data-v-f317df6c]{width:100%;height:60vh}.image_list_title[data-v-f317df6c]{text-align:center}.bill_show_container[data-v-f317df6c]{height:80vh;border:1px solid #eee}.bill_show_list[data-v-f317df6c]{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:100%}", ""]);
|
44624
44633
|
|
44625
44634
|
// exports
|
44626
44635
|
|
@@ -44630,7 +44639,7 @@ exports.push([module.i, ".image[data-v-66982434]{height:82%}.image_list_box[data
|
|
44630
44639
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
44631
44640
|
|
44632
44641
|
"use strict";
|
44633
|
-
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{attrs:{"title":"单证查看","visible":_vm.visible,"width":"50%","append-to-body":"","top":"2vh"},on:{"update:visible":function($event){_vm.visible=$event}}},[_c('el-container',{staticClass:"bill_show_container"},[_c('el-header',{attrs:{"height":"60vh"}},[_c('el-image',{staticClass:"image_detail",attrs:{"src":_vm.hdform.src||'',"preview-src-list":[_vm.hdform.src||'']}},[_c('div',{staticClass:"image-slot",attrs:{"slot":"error"},slot:"error"},[_c('i',{staticClass:"el-icon-picture-outline"})])])],1),_vm._v(" "),_c('el-main',[_c('div',{staticClass:"bill_show_list"},_vm._l((_vm.rows),function(row){return _c('div',{staticClass:"image_list_box"},[_c('el-image',{class:{image:true,image_list: row.fileId == _vm.hdform.fileId},attrs:{"src":row.src},on:{"click":function($event){_vm.doImageItemClick(row)}}}),_vm._v(" "),_c('div',{staticClass:"image_list_title"},[_vm._v(_vm._s(row.titleTxt))])],1)}))])],1)],1)}
|
44642
|
+
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{attrs:{"title":"单证查看","visible":_vm.visible,"width":"50%","append-to-body":"","top":"2vh"},on:{"update:visible":function($event){_vm.visible=$event}}},[_c('el-container',{staticClass:"bill_show_container"},[_c('el-header',{attrs:{"height":"60vh"}},[_c('el-image',{staticClass:"image_detail",attrs:{"src":_vm.hdform.src||'',"preview-src-list":[_vm.hdform.src||'']}},[_c('div',{staticClass:"image-slot",attrs:{"slot":"error","lazy":""},slot:"error"},[_c('i',{staticClass:"el-icon-picture-outline"})])])],1),_vm._v(" "),_c('el-main',[_c('div',{staticClass:"bill_show_list"},_vm._l((_vm.rows),function(row){return _c('div',{staticClass:"image_list_box"},[_c('el-image',{class:{image:true,image_list: row.fileId == _vm.hdform.fileId},attrs:{"src":row.src},on:{"click":function($event){_vm.doImageItemClick(row)}}}),_vm._v(" "),_c('div',{staticClass:"image_list_title"},[_vm._v(_vm._s(row.titleTxt))])],1)}))])],1)],1)}
|
44634
44643
|
var staticRenderFns = []
|
44635
44644
|
var esExports = { render: render, staticRenderFns: staticRenderFns }
|
44636
44645
|
/* harmony default export */ __webpack_exports__["a"] = (esExports);
|
@@ -46862,7 +46871,7 @@ function date() {
|
|
46862
46871
|
/* 269 */
|
46863
46872
|
/***/ (function(module, exports) {
|
46864
46873
|
|
46865
|
-
module.exports = {"name":"
|
46874
|
+
module.exports = {"name":"ytg7vue","version":"1.16.2","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"]}
|
46866
46875
|
|
46867
46876
|
/***/ })
|
46868
46877
|
/******/ ]);
|