apply-clients 3.4.64 → 3.4.66
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/build/dev-server.js +2 -2
- package/dist-android/static/18.js +2 -2
- package/dist-android/static/18.js.map +1 -1
- package/dist-android/static/19.js +2 -2
- package/dist-android/static/19.js.map +1 -1
- package/dist-android/static/24.js +2 -2
- package/dist-android/static/24.js.map +1 -1
- package/dist-android/static/25.js +2 -2
- package/dist-android/static/25.js.map +1 -1
- package/dist-android/static/26.js +2 -2
- package/dist-android/static/26.js.map +1 -1
- package/dist-android/static/28.js +2 -2
- package/dist-android/static/28.js.map +1 -1
- package/dist-android/static/30.js +2 -2
- package/dist-android/static/30.js.map +1 -1
- package/dist-android/static/34.js +2 -2
- package/dist-android/static/34.js.map +1 -1
- package/dist-android/static/43.js +2 -2
- package/dist-android/static/43.js.map +1 -1
- package/dist-android/static/47.js +2 -2
- package/dist-android/static/47.js.map +1 -1
- package/dist-android/static/50.js +2 -2
- package/dist-android/static/50.js.map +1 -1
- package/dist-android/static/52.js +2 -2
- package/dist-android/static/52.js.map +1 -1
- package/dist-android/static/53.js +2 -2
- package/dist-android/static/53.js.map +1 -1
- package/dist-android/static/54.js +2 -2
- package/dist-android/static/54.js.map +1 -1
- package/dist-android/static/60.js +2 -2
- package/dist-android/static/60.js.map +1 -1
- package/dist-android/static/63.js +2 -2
- package/dist-android/static/63.js.map +1 -1
- package/dist-android/static/64.js +2 -2
- package/dist-android/static/64.js.map +1 -1
- package/dist-android/static/78.js +2 -2
- package/dist-android/static/78.js.map +1 -1
- package/dist-android/static/83.js +2 -2
- package/dist-android/static/83.js.map +1 -1
- package/dist-android/static/84.js +2 -2
- package/dist-android/static/84.js.map +1 -1
- package/dist-android/static/86.js +2 -2
- package/dist-android/static/86.js.map +1 -1
- package/dist-android/static/87.js +2 -2
- package/dist-android/static/87.js.map +1 -1
- package/dist-android/static/89.js +2 -2
- package/dist-android/static/89.js.map +1 -1
- package/dist-android/static/97.js +2 -2
- package/dist-android/static/97.js.map +1 -1
- package/dist-android/static/app.js +80 -80
- package/dist-android/static/app.js.map +1 -1
- package/package.json +4 -3
- package/src/apply.js +5 -0
- package/src/applyAndroid.js +2 -0
- package/src/components/android/AppSign.vue +154 -154
- package/src/components/android/AppTakePic.vue +143 -143
- package/src/components/android/Function/AppFunctionServiceControl.vue +344 -344
- package/src/components/android/Ignition/VentilationIgnition.vue +408 -0
- package/src/components/android/Ignition/VentilationIgnitionHandle.vue +455 -0
- package/src/components/android/Process/AppServiceControl.vue +1708 -1708
- package/src/components/android/Process/Processes/AppAddMaterialScience.vue +477 -477
- package/src/components/android/Process/Processes/AppDevicesManagement.vue +519 -519
- package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +298 -298
- package/src/components/android/Supervisory/AppSupervisoryCart.vue +156 -156
- package/src/components/build/Install/Process/zhongran/ZR_Design.vue +537 -537
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +470 -470
- package/src/components/product/Function/Service/FunctionServiceControl.vue +445 -445
- package/src/components/product/Ignition/IgnitionDispatch.vue +92 -0
- package/src/components/product/Ignition/IgnitionList.vue +236 -0
- package/src/components/product/Ignition/IgnitionListManage.vue +413 -0
- package/src/components/product/Ignition/IgnitionRecord.vue +357 -0
- package/src/components/product/Process/ExplorationSelect.vue +0 -13
- package/src/components/product/Process/Processes/addMaterialScience.vue +454 -454
- package/src/components/product/Process/Processes/chargeManagement.vue +656 -656
- package/src/components/product/Process/Processes/devicesManagement.vue +484 -484
- package/src/components/product/Process/Processes/supplementalAgreement.vue +298 -298
- package/src/components/product/Process/Service/ServiceControl.vue +56 -1
- package/src/components/product/Process/Service/ShowBackReason.vue +33 -33
- package/src/components/product/Process/ShowBackReason.vue +33 -33
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +882 -882
- package/src/components/product/VueUtils/ApplyUpload.vue +287 -287
- package/src/filiale/gehua/pc/ServiceControl.vue +1938 -1938
- package/src/filiale/gehua/pc/SupervisoryServiceControl.vue +890 -890
- package/src/filiale/guangxi/android/Process/Processes/AppAddMaterialScience.vue +520 -520
- package/src/filiale/guangxi/android/Process/Processes/AppDevicesManagement.vue +519 -519
- package/src/filiale/guangxi/android/Process/Processes/AppServiceControl.vue +1708 -1708
- package/src/filiale/guangxi/android/Process/Processes/AppSupplementalAgreement.vue +298 -298
- package/src/filiale/guangxi/pc/ApplyCharge/ApplyChargeList.vue +470 -470
- package/src/filiale/guangxi/pc/ApplyCharge/chargeManagement.vue +724 -724
- package/src/filiale/guangxi/pc/Process/Service/ServiceControl.vue +1922 -1922
- package/src/filiale/guangxi/pc/Process/Service/ShowBackReason.vue +33 -33
- package/src/filiale/guangxi/pc/Process/Service/SupervisoryServiceControl.vue +891 -891
- package/src/filiale/guangxi/pc/Process/Service/addMaterialScience.vue +517 -517
- package/src/filiale/guangxi/pc/Process/ShowBackReason.vue +33 -33
- package/src/filiale/shexian/pc/ExplorationSelect.vue +474 -0
- package/src/filiale/shexian/pc.js +6 -0
- package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +735 -735
- package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +824 -824
- package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetailsCivil.vue +650 -650
- package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -528
- package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +809 -809
- package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetailsCivil.vue +595 -595
- package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +621 -621
- package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +1108 -1108
- package/dist.7z +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["webpack:///83.js","webpack:///ImageUpload.vue","webpack:///./src/components/product/ImageUpload.vue?bec5","webpack:///./src/components/product/ImageUpload.vue"],"names":["webpackJsonp","396","module","exports","__webpack_require__","_interopRequireDefault","obj","__esModule","default","Object","defineProperty","value","_regenerator","_regenerator2","_getIterator2","_getIterator3","_asyncToGenerator2","_asyncToGenerator3","_vueClient","title","props","data","isDelete","fileInfoData","useType","fileRemark","row","showz","showx","shown","showa","showb","showc","showd","showe","showf","showg","showh","showi","showj","showk","methods","search","_ref","apply","this","arguments","mark","_callee","condition","http","res","getpath","path","_iteratorNormalCompletion","_didIteratorError","_iteratorError","_iterator","_step","temp","URL","_temp","_URL","_temp2","_URL2","_temp3","_URL3","_temp4","_URL4","_temp5","_URL5","_temp6","_URL6","_temp7","_URL7","_temp8","_URL8","_temp9","_URL9","_temp10","_URL10","_temp11","_URL11","_temp12","_URL12","_temp13","_URL13","_temp14","_URL14","wrap","_context","prev","next","blodid","HttpResetClass","load","resolveMsg","rejectMsg","sent","items","tablename","orderitem","console","log","length","undefined","done","f_type","f_picture","substring","lastIndexOf","f_downloadURL1","f_downloadURL2","f_downloadURL3","f_downloadURL4","f_downloadURL5","f_downloadURL6","f_downloadURL7","f_downloadURL8","f_downloadURL9","f_downloadURL10","f_downloadURL11","f_downloadURL12","f_downloadURL20","f_downloadURL21","f_downloadURL22","t0","return","finish","stop","confirm","val","content","filename","_this","$showAlert","param","f_content","f_filename","f_process_id","$resetpost","then","ready","_ref2","_callee2","_context2","watch","computed","events","823","1028","__vue_script__","__vue_template__","__vue_styles__","__vue_options__","options","template","keys","forEach","key"],"mappings":"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","file":"83.js","sourcesContent":["webpackJsonp([83],{\n\n/***/ 396:\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tObject.defineProperty(exports, \"__esModule\", {\n\t value: true\n\t});\n\t\n\tvar _regenerator = __webpack_require__(2);\n\t\n\tvar _regenerator2 = _interopRequireDefault(_regenerator);\n\t\n\tvar _getIterator2 = __webpack_require__(13);\n\t\n\tvar _getIterator3 = _interopRequireDefault(_getIterator2);\n\t\n\tvar _asyncToGenerator2 = __webpack_require__(4);\n\t\n\tvar _asyncToGenerator3 = _interopRequireDefault(_asyncToGenerator2);\n\t\n\tvar _vueClient = __webpack_require__(3);\n\t\n\tfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\t\n\texports.default = {\n\t title: \"附件\",\n\t props: ['blodid', 'isremark', 'isusetype', 'takeimg', 'defname', 'isupload', 'f_usetype', 'edit'],\n\t data: function data() {\n\t return {\n\t isDelete: '1',\n\t fileInfoData: [],\n\t useType: '',\n\t fileRemark: '',\n\t row: {},\n\t showz: true,\n\t showx: true,\n\t shown: true,\n\t showa: true,\n\t showb: true,\n\t showc: true,\n\t showd: true,\n\t showe: true,\n\t showf: true,\n\t showg: true,\n\t showh: true,\n\t showi: true,\n\t showj: true,\n\t showk: true\n\t };\n\t },\n\t\n\t methods: {\n\t search: function () {\n\t var _ref = (0, _asyncToGenerator3.default)(_regenerator2.default.mark(function _callee() {\n\t var condition, http, res, getpath, path, _iteratorNormalCompletion, _didIteratorError, _iteratorError, _iterator, _step, row, temp, URL, _temp, _URL, _temp2, _URL2, _temp3, _URL3, _temp4, _URL4, _temp5, _URL5, _temp6, _URL6, _temp7, _URL7, _temp8, _URL8, _temp9, _URL9, _temp10, _URL10, _temp11, _URL11, _temp12, _URL12, _temp13, _URL13, _temp14, _URL14;\n\t\n\t return _regenerator2.default.wrap(function _callee$(_context) {\n\t while (1) {\n\t switch (_context.prev = _context.next) {\n\t case 0:\n\t condition = 'f_process_id = \\'' + this.blodid + '\\'';\n\t http = new _vueClient.HttpResetClass();\n\t _context.next = 4;\n\t return http.load('POST', 'rs/sql/getimage', { data: { condition: condition } }, {\n\t resolveMsg: null,\n\t rejectMsg: '获取图片路径失败'\n\t });\n\t\n\t case 4:\n\t res = _context.sent;\n\t _context.next = 7;\n\t return http.load('POST', 'rs/sql/apply_singleTable_OrderBy', { data: { items: 'value,name', tablename: 't_singlevalue', orderitem: 'name', condition: 'name = \\'\\u56FE\\u7247\\u5730\\u5740\\'' } }, { resolveMsg: null, rejectMsg: '获取区县失败!' });\n\t\n\t case 7:\n\t getpath = _context.sent;\n\t path = '';\n\t\n\t console.log('查询到的图片:', getpath);\n\t if (getpath.data[0].value) {\n\t path = getpath.data[0].value;\n\t }\n\t\n\t if (!(res.data.length > 0)) {\n\t _context.next = 31;\n\t break;\n\t }\n\t\n\t _iteratorNormalCompletion = true;\n\t _didIteratorError = false;\n\t _iteratorError = undefined;\n\t _context.prev = 15;\n\t\n\t for (_iterator = (0, _getIterator3.default)(res.data); !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {\n\t row = _step.value;\n\t\n\t if (row.f_type === '身份证正面') {\n\t temp = row.f_picture;\n\t URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL1 = path + '' + URL;\n\t this.showa = false;\n\t }\n\t if (row.f_type === '身份证反面') {\n\t _temp = row.f_picture;\n\t _URL = _temp.substring(_temp.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL2 = path + '' + _URL;\n\t this.showb = false;\n\t }\n\t if (row.f_type === '房屋证明材料') {\n\t _temp2 = row.f_picture;\n\t _URL2 = _temp2.substring(_temp2.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL3 = path + '' + _URL2;\n\t this.showc = false;\n\t }\n\t if (row.f_type === '营业执照') {\n\t _temp3 = row.f_picture;\n\t _URL3 = _temp3.substring(_temp3.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL4 = path + '' + _URL3;\n\t this.showd = false;\n\t }\n\t if (row.f_type === '用户报装勘查业务申请表') {\n\t _temp4 = row.f_picture;\n\t _URL4 = _temp4.substring(_temp4.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL5 = path + '' + _URL4;\n\t this.showe = false;\n\t }\n\t if (row.f_type === '燃气报装申请告知单') {\n\t _temp5 = row.f_picture;\n\t _URL5 = _temp5.substring(_temp5.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL6 = path + '' + _URL5;\n\t this.showf = false;\n\t }\n\t if (row.f_type === '供气合同') {\n\t _temp6 = row.f_picture;\n\t _URL6 = _temp6.substring(_temp6.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL7 = path + '' + _URL6;\n\t this.showg = false;\n\t }\n\t if (row.f_type === '工程安装验收及结算单') {\n\t _temp7 = row.f_picture;\n\t _URL7 = _temp7.substring(_temp7.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL8 = path + '' + _URL7;\n\t this.showh = false;\n\t }\n\t if (row.f_type === '点火记录单') {\n\t _temp8 = row.f_picture;\n\t _URL8 = _temp8.substring(_temp8.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL9 = path + '' + _URL8;\n\t this.showi = false;\n\t }\n\t if (row.f_type === '压力试验结果') {\n\t _temp9 = row.f_picture;\n\t _URL9 = _temp9.substring(_temp9.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL10 = path + '' + _URL9;\n\t this.showj = false;\n\t }\n\t if (row.f_type === '用户确认') {\n\t _temp10 = row.f_picture;\n\t _URL10 = _temp10.substring(_temp10.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL11 = path + '' + _URL10;\n\t this.showk = false;\n\t }\n\t if (row.f_type === '用户确认') {\n\t _temp11 = row.f_picture;\n\t _URL11 = _temp11.substring(_temp11.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL12 = path + '' + _URL11;\n\t this.showk = false;\n\t }\n\t if (row.f_type === '现场勘察照片1') {\n\t _temp12 = row.f_picture;\n\t _URL12 = _temp12.substring(_temp12.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL20 = path + '' + _URL12;\n\t this.showz = false;\n\t }\n\t if (row.f_type === '现场勘察照片2') {\n\t _temp13 = row.f_picture;\n\t _URL13 = _temp13.substring(_temp13.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL21 = path + '' + _URL13;\n\t this.showx = false;\n\t }\n\t if (row.f_type === '现场勘察照片3') {\n\t _temp14 = row.f_picture;\n\t _URL14 = _temp14.substring(_temp14.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL22 = path + '' + _URL14;\n\t this.shown = false;\n\t }\n\t }\n\t _context.next = 23;\n\t break;\n\t\n\t case 19:\n\t _context.prev = 19;\n\t _context.t0 = _context['catch'](15);\n\t _didIteratorError = true;\n\t _iteratorError = _context.t0;\n\t\n\t case 23:\n\t _context.prev = 23;\n\t _context.prev = 24;\n\t\n\t if (!_iteratorNormalCompletion && _iterator.return) {\n\t _iterator.return();\n\t }\n\t\n\t case 26:\n\t _context.prev = 26;\n\t\n\t if (!_didIteratorError) {\n\t _context.next = 29;\n\t break;\n\t }\n\t\n\t throw _iteratorError;\n\t\n\t case 29:\n\t return _context.finish(26);\n\t\n\t case 30:\n\t return _context.finish(23);\n\t\n\t case 31:\n\t case 'end':\n\t return _context.stop();\n\t }\n\t }\n\t }, _callee, this, [[15, 19, 23, 31], [24,, 26, 30]]);\n\t }));\n\t\n\t function search() {\n\t return _ref.apply(this, arguments);\n\t }\n\t\n\t return search;\n\t }(),\n\t confirm: function confirm(val, content, filename) {\n\t var _this = this;\n\t\n\t if (!content) {\n\t this.$showAlert(\"请先选择图片\", \"warning\", 1500);\n\t return;\n\t }\n\t if (!filename) {\n\t this.$showAlert(\"请先选择图片\", \"warning\", 1500);\n\t return;\n\t }\n\t var param = {\n\t f_type: val,\n\t f_content: content,\n\t f_filename: filename,\n\t f_process_id: this.blodid\n\t };\n\t this.$resetpost('rs/logic/saveimage', param).then(function () {\n\t console.log('更新成功!');\n\t _this.search();\n\t });\n\t }\n\t },\n\t ready: function () {\n\t var _ref2 = (0, _asyncToGenerator3.default)(_regenerator2.default.mark(function _callee2() {\n\t return _regenerator2.default.wrap(function _callee2$(_context2) {\n\t while (1) {\n\t switch (_context2.prev = _context2.next) {\n\t case 0:\n\t this.search();\n\t\n\t case 1:\n\t case 'end':\n\t return _context2.stop();\n\t }\n\t }\n\t }, _callee2, this);\n\t }));\n\t\n\t function ready() {\n\t return _ref2.apply(this, arguments);\n\t }\n\t\n\t return ready;\n\t }(),\n\t\n\t watch: {\n\t 'blodid': function blodid(val) {\n\t if (val) {\n\t console.log('观察blodid', val);\n\t this.search();\n\t this.row = {}, this.showa = true;\n\t this.showb = true;\n\t this.showc = true;\n\t this.showd = true;\n\t this.showe = true;\n\t this.showf = true;\n\t this.showg = true;\n\t this.showh = true;\n\t this.showi = true;\n\t this.showj = true;\n\t this.showk = true;\n\t this.showz = true;\n\t this.showx = true;\n\t this.shown = true;\n\t }\n\t }\n\t },\n\t computed: {},\n\t events: {}\n\t};\n\n/***/ }),\n\n/***/ 823:\n/***/ (function(module, exports) {\n\n\tmodule.exports = \" <div style=\\\"background-color: #FFFFFF;min-height:480px\\\"> <div class=\\\"form-group col-sm-12\\\" style=\\\"height: auto\\\"> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showa><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content1 :filename.sync=row.filename1></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('身份证正面',row.content1,row.filename1)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showa> <img :src=row.f_downloadURL1 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL1>预览</a> </div> <p style=\\\"font-size: 20px\\\">身份证正面</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showb><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content2 :filename.sync=row.filename2></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('身份证反面',row.content2,row.filename2)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showb> <img :src=row.f_downloadURL2 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL2>预览</a> </div> <p style=\\\"font-size: 20px\\\">身份证反面</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showc><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content3 :filename.sync=row.filename3></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('房屋证明材料',row.content3,row.filename3)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showc> <img :src=row.f_downloadURL3 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL3>预览</a> </div> <p style=\\\"font-size: 20px\\\">房屋证明材料</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='工商开户申请'||(defname=='资料归档' && this.selectdata.f_customer_type == '企业')\\\"> <center> <div v-if=showd><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content4 :filename.sync=row.filename4></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('营业执照',row.content4,row.filename4)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showd> <img :src=row.f_downloadURL4 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL4>预览</a> </div> <p style=\\\"font-size: 20px\\\">营业执照</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showe><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content5 :filename.sync=row.filename5></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户报装勘查业务申请表',row.content5,row.filename5)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showe> <img :src=row.f_downloadURL5 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL5>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户报装勘查业务申请表</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showz><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content20 :filename.sync=row.filename20></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片1',row.content20,row.filename20)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showz> <img :src=row.f_downloadURL20 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL20>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片1</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showx><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content21 :filename.sync=row.filename21></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片2',row.content21,row.filename21)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showx> <img :src=row.f_downloadURL21 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL21>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片2</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=shown><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content22 :filename.sync=row.filename22></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片3',row.content22,row.filename22)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!shown> <img :src=row.f_downloadURL22 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL22>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片3</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\\\"> <center> <div v-if=showf><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content6 :filename.sync=row.filename6></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('燃气报装申请告知单',row.content6,row.filename6)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showf> <img :src=row.f_downloadURL6 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL6>预览</a> </div> <p style=\\\"font-size: 20px\\\">燃气报装申请告知单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\\\"> <center> <div v-if=showg><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content7 :filename.sync=row.filename7></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('供气合同',row.content7,row.filename7)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showg> <img :src=row.f_downloadURL7 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL7>预览</a> </div> <p style=\\\"font-size: 20px\\\">供气合同</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='工程验收'||defname=='资料归档'\\\"> <center> <div v-if=showh><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content8 :filename.sync=row.filename8></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('工程安装验收及结算单',row.content8,row.filename8)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showh> <img :src=row.f_downloadURL8 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL8>预览</a> </div> <p style=\\\"font-size: 20px\\\">工程安装验收及结算单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='点火'||defname=='资料归档'\\\"> <center> <div v-if=showi><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content9 :filename.sync=row.filename9></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('点火记录单',row.content9,row.filename9)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showi> <img :src=row.f_downloadURL9 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL9>预览</a> </div> <p style=\\\"font-size: 20px\\\">点火记录单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showj><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content10 :filename.sync=row.filename10></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('压力试验结果',row.content10,row.filename10)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showj> <img :src=row.f_downloadURL10 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL10>预览</a> </div> <p style=\\\"font-size: 20px\\\">压力试验结果</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showk><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content11 :filename.sync=row.filename11></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户确认',row.content11,row.filename11)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL11 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL11>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户确认</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showk><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content12 :filename.sync=row.filename12></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户确认',row.content11,row.filename12)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL12 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL12>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户确认</p></center> </div> </div> </div> \";\n\n/***/ }),\n\n/***/ 1028:\n/***/ (function(module, exports, __webpack_require__) {\n\n\tvar __vue_script__, __vue_template__\n\tvar __vue_styles__ = {}\n\t__vue_script__ = __webpack_require__(396)\n\t__vue_template__ = __webpack_require__(823)\n\tmodule.exports = __vue_script__ || {}\n\tif (module.exports.__esModule) module.exports = module.exports.default\n\tvar __vue_options__ = typeof module.exports === \"function\" ? (module.exports.options || (module.exports.options = {})) : module.exports\n\tif (__vue_template__) {\n\t__vue_options__.template = __vue_template__\n\t}\n\tif (!__vue_options__.computed) __vue_options__.computed = {}\n\tObject.keys(__vue_styles__).forEach(function (key) {\n\tvar module = __vue_styles__[key]\n\t__vue_options__.computed[key] = function () { return module }\n\t})\n\n\n/***/ })\n\n});\n\n\n// WEBPACK FOOTER //\n// 83.js","<template>\r\n <div style=\"background-color: #FFFFFF;min-height:480px;\">\r\n <div class=\"form-group col-sm-12\" style=\"height: auto\">\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showa\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content1\" :filename.sync=\"row.filename1\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('身份证正面',row.content1,row.filename1)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showa\">\r\n <img :src=\"row.f_downloadURL1\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL1\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">身份证正面</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showb\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content2\" :filename.sync=\"row.filename2\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('身份证反面',row.content2,row.filename2)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showb\">\r\n <img :src=\"row.f_downloadURL2\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL2\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">身份证反面</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showc\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content3\" :filename.sync=\"row.filename3\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('房屋证明材料',row.content3,row.filename3)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showc\">\r\n <img :src=\"row.f_downloadURL3\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL3\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">房屋证明材料</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='工商开户申请'||(defname=='资料归档' && this.selectdata.f_customer_type == '企业')\">\r\n <center>\r\n <div v-if=\"showd\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content4\" :filename.sync=\"row.filename4\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('营业执照',row.content4,row.filename4)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showd\">\r\n <img :src=\"row.f_downloadURL4\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL4\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">营业执照</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showe\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content5\" :filename.sync=\"row.filename5\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('用户报装勘查业务申请表',row.content5,row.filename5)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showe\">\r\n <img :src=\"row.f_downloadURL5\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL5\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">用户报装勘查业务申请表</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showz\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content20\" :filename.sync=\"row.filename20\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('现场勘察照片1',row.content20,row.filename20)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showz\">\r\n <img :src=\"row.f_downloadURL20\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL20\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">现场勘察照片1</p></center>\r\n </div>\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showx\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content21\" :filename.sync=\"row.filename21\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('现场勘察照片2',row.content21,row.filename21)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showx\">\r\n <img :src=\"row.f_downloadURL21\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL21\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">现场勘察照片2</p></center>\r\n </div>\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"shown\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content22\" :filename.sync=\"row.filename22\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('现场勘察照片3',row.content22,row.filename22)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!shown\">\r\n <img :src=\"row.f_downloadURL22\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL22\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">现场勘察照片3</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showf\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content6\" :filename.sync=\"row.filename6\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('燃气报装申请告知单',row.content6,row.filename6)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showf\">\r\n <img :src=\"row.f_downloadURL6\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL6\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">燃气报装申请告知单</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showg\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content7\" :filename.sync=\"row.filename7\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('供气合同',row.content7,row.filename7)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showg\">\r\n <img :src=\"row.f_downloadURL7\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL7\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">供气合同</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='工程验收'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showh\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content8\" :filename.sync=\"row.filename8\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('工程安装验收及结算单',row.content8,row.filename8)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showh\">\r\n <img :src=\"row.f_downloadURL8\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL8\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">工程安装验收及结算单</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='点火'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showi\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content9\" :filename.sync=\"row.filename9\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('点火记录单',row.content9,row.filename9)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showi\">\r\n <img :src=\"row.f_downloadURL9\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL9\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">点火记录单</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showj\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content10\" :filename.sync=\"row.filename10\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('压力试验结果',row.content10,row.filename10)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showj\">\r\n <img :src=\"row.f_downloadURL10\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL10\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">压力试验结果</p></center>\r\n </div>\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showk\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content11\" :filename.sync=\"row.filename11\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('用户确认',row.content11,row.filename11)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showk\">\r\n <img :src=\"row.f_downloadURL11\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL11\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">用户确认</p></center>\r\n </div>\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showk\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content12\" :filename.sync=\"row.filename12\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('用户确认',row.content11,row.filename12)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showk\">\r\n <img :src=\"row.f_downloadURL12\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL12\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">用户确认</p></center>\r\n </div>\r\n </div>\r\n </div>\r\n</template>\r\n<script>\r\n\r\n import {HttpResetClass} from 'vue-client'\r\n export default {\r\n title: \"附件\",\r\n props: ['blodid', 'isremark', 'isusetype','takeimg','defname','isupload','f_usetype','edit'],\r\n data() {\r\n return {\r\n isDelete: '1', // 删除按钮,可以进行控制(权限等)\r\n fileInfoData: [], // 数据库存储的文件记录对象数组\r\n useType: '', // 使用类型\r\n fileRemark: '', // 文件说明\r\n row:{\r\n\r\n },\r\n showz:true,\r\n showx:true,\r\n shown:true,\r\n showa:true,\r\n showb:true,\r\n showc:true,\r\n showd:true,\r\n showe:true,\r\n showf:true,\r\n showg:true,\r\n showh:true,\r\n showi:true,\r\n showj:true,\r\n showk:true\r\n }\r\n },\r\n methods: {\r\n // 查询按钮事件\r\n\r\n async search() {\r\n let condition = `f_process_id = '${this.blodid}'`\r\n let http = new HttpResetClass();\r\n let res = await http.load('POST', 'rs/sql/getimage', {data: {condition: condition}}, {\r\n resolveMsg: null,\r\n rejectMsg: '获取图片路径失败'\r\n })\r\n let getpath = await http.load('POST','rs/sql/apply_singleTable_OrderBy', {data: {items: 'value,name',tablename: 't_singlevalue',orderitem: 'name' ,condition: `name = '图片地址'`}},{resolveMsg: null, rejectMsg: '获取区县失败!'})\r\n let path = ''\r\n console.log('查询到的图片:', getpath)\r\n if (getpath.data[0].value) {\r\n path = getpath.data[0].value\r\n }\r\n // this.params.rows.splice(index, 1)\r\n if (res.data.length > 0) {\r\n for (let row of res.data) {\r\n if (row.f_type === '身份证正面') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL1 = path +''+ URL\r\n this.showa = false\r\n }\r\n if (row.f_type === '身份证反面') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL2 = path +'' + URL\r\n this.showb = false\r\n }\r\n if (row.f_type === '房屋证明材料') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL3 = path +'' + URL\r\n this.showc = false\r\n }\r\n if (row.f_type === '营业执照') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL4 = path +'' + URL\r\n this.showd = false\r\n }\r\n if (row.f_type === '用户报装勘查业务申请表') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL5 = path +'' + URL\r\n this.showe = false\r\n }\r\n if (row.f_type === '燃气报装申请告知单') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL6 = path +'' + URL\r\n this.showf = false\r\n }\r\n if (row.f_type === '供气合同') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL7 = path +'' + URL\r\n this.showg = false\r\n }\r\n if (row.f_type === '工程安装验收及结算单') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL8 = path +'' + URL\r\n this.showh = false\r\n }\r\n if (row.f_type === '点火记录单') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL9 = path +'' + URL\r\n this.showi = false\r\n }\r\n if (row.f_type === '压力试验结果') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL10 = path +'' + URL\r\n this.showj = false\r\n }\r\n if (row.f_type === '用户确认') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL11 = path +'' + URL\r\n this.showk = false\r\n }\r\n if (row.f_type === '用户确认') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL12 = path +'' + URL\r\n this.showk = false\r\n }\r\n if (row.f_type === '现场勘察照片1') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL20 = path +'' + URL\r\n this.showz = false\r\n }\r\n if (row.f_type === '现场勘察照片2') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL21 = path +'' + URL\r\n this.showx = false\r\n }\r\n if (row.f_type === '现场勘察照片3') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL22 = path +'' + URL\r\n this.shown = false\r\n }\r\n }\r\n }\r\n },\r\n confirm(val,content,filename) {\r\n if (!content) {\r\n this.$showAlert(\"请先选择图片\",\"warning\", 1500)\r\n return\r\n }\r\n if (!filename) {\r\n this.$showAlert(\"请先选择图片\",\"warning\", 1500)\r\n return\r\n }\r\n let param={\r\n f_type : val,\r\n f_content:content,\r\n f_filename:filename,\r\n f_process_id:this.blodid\r\n }\r\n this.$resetpost('rs/logic/saveimage', param).then(() => {\r\n // this.params.rows.splice(index, 1)\r\n console.log('更新成功!')\r\n this.search()\r\n })\r\n },\r\n },\r\n async ready() {\r\n this.search()\r\n },\r\n watch: {\r\n 'blodid'(val) {\r\n if (val) {\r\n console.log('观察blodid', val)\r\n this.search()\r\n this.row={},\r\n this.showa=true\r\n this.showb=true\r\n this.showc=true\r\n this.showd=true\r\n this.showe=true\r\n this.showf=true\r\n this.showg=true\r\n this.showh=true\r\n this.showi=true\r\n this.showj=true\r\n this.showk=true\r\n this.showz=true\r\n this.showx=true\r\n this.shown=true\r\n }\r\n },\r\n /* 'useType'() {\r\n this.headers.fusetype = this.useType[0] ? this.useType[0] : ''\r\n },\r\n 'defname'() {\r\n this.headers.defname=this.defname\r\n }*/\r\n },\r\n computed: {\r\n\r\n },\r\n events: {\r\n\r\n }\r\n }\r\n</script>\r\n\n\n\n// WEBPACK FOOTER //\n// ImageUpload.vue?cfbd1f48","module.exports = \" <div style=\\\"background-color: #FFFFFF;min-height:480px\\\"> <div class=\\\"form-group col-sm-12\\\" style=\\\"height: auto\\\"> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showa><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content1 :filename.sync=row.filename1></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('身份证正面',row.content1,row.filename1)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showa> <img :src=row.f_downloadURL1 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL1>预览</a> </div> <p style=\\\"font-size: 20px\\\">身份证正面</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showb><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content2 :filename.sync=row.filename2></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('身份证反面',row.content2,row.filename2)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showb> <img :src=row.f_downloadURL2 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL2>预览</a> </div> <p style=\\\"font-size: 20px\\\">身份证反面</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showc><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content3 :filename.sync=row.filename3></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('房屋证明材料',row.content3,row.filename3)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showc> <img :src=row.f_downloadURL3 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL3>预览</a> </div> <p style=\\\"font-size: 20px\\\">房屋证明材料</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='工商开户申请'||(defname=='资料归档' && this.selectdata.f_customer_type == '企业')\\\"> <center> <div v-if=showd><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content4 :filename.sync=row.filename4></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('营业执照',row.content4,row.filename4)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showd> <img :src=row.f_downloadURL4 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL4>预览</a> </div> <p style=\\\"font-size: 20px\\\">营业执照</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showe><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content5 :filename.sync=row.filename5></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户报装勘查业务申请表',row.content5,row.filename5)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showe> <img :src=row.f_downloadURL5 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL5>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户报装勘查业务申请表</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showz><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content20 :filename.sync=row.filename20></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片1',row.content20,row.filename20)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showz> <img :src=row.f_downloadURL20 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL20>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片1</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showx><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content21 :filename.sync=row.filename21></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片2',row.content21,row.filename21)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showx> <img :src=row.f_downloadURL21 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL21>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片2</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=shown><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content22 :filename.sync=row.filename22></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片3',row.content22,row.filename22)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!shown> <img :src=row.f_downloadURL22 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL22>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片3</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\\\"> <center> <div v-if=showf><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content6 :filename.sync=row.filename6></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('燃气报装申请告知单',row.content6,row.filename6)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showf> <img :src=row.f_downloadURL6 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL6>预览</a> </div> <p style=\\\"font-size: 20px\\\">燃气报装申请告知单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\\\"> <center> <div v-if=showg><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content7 :filename.sync=row.filename7></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('供气合同',row.content7,row.filename7)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showg> <img :src=row.f_downloadURL7 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL7>预览</a> </div> <p style=\\\"font-size: 20px\\\">供气合同</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='工程验收'||defname=='资料归档'\\\"> <center> <div v-if=showh><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content8 :filename.sync=row.filename8></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('工程安装验收及结算单',row.content8,row.filename8)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showh> <img :src=row.f_downloadURL8 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL8>预览</a> </div> <p style=\\\"font-size: 20px\\\">工程安装验收及结算单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='点火'||defname=='资料归档'\\\"> <center> <div v-if=showi><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content9 :filename.sync=row.filename9></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('点火记录单',row.content9,row.filename9)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showi> <img :src=row.f_downloadURL9 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL9>预览</a> </div> <p style=\\\"font-size: 20px\\\">点火记录单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showj><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content10 :filename.sync=row.filename10></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('压力试验结果',row.content10,row.filename10)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showj> <img :src=row.f_downloadURL10 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL10>预览</a> </div> <p style=\\\"font-size: 20px\\\">压力试验结果</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showk><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content11 :filename.sync=row.filename11></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户确认',row.content11,row.filename11)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL11 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL11>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户确认</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showk><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content12 :filename.sync=row.filename12></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户确认',row.content11,row.filename12)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL12 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL12>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户确认</p></center> </div> </div> </div> \";\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/vue-html-loader!./~/vue-loader/lib/selector.js?type=template&index=0!./src/components/product/ImageUpload.vue\n// module id = 823\n// module chunks = 83","var __vue_script__, __vue_template__\nvar __vue_styles__ = {}\n__vue_script__ = require(\"!!babel-loader?presets[]=es2015&plugins[]=transform-runtime&comments=false!../../../node_modules/vue-loader/lib/selector.js?type=script&index=0!./ImageUpload.vue\")\n__vue_template__ = require(\"!!vue-html-loader!../../../node_modules/vue-loader/lib/selector.js?type=template&index=0!./ImageUpload.vue\")\nmodule.exports = __vue_script__ || {}\nif (module.exports.__esModule) module.exports = module.exports.default\nvar __vue_options__ = typeof module.exports === \"function\" ? (module.exports.options || (module.exports.options = {})) : module.exports\nif (__vue_template__) {\n__vue_options__.template = __vue_template__\n}\nif (!__vue_options__.computed) __vue_options__.computed = {}\nObject.keys(__vue_styles__).forEach(function (key) {\nvar module = __vue_styles__[key]\n__vue_options__.computed[key] = function () { return module }\n})\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/components/product/ImageUpload.vue\n// module id = 1028\n// module chunks = 83"],"sourceRoot":""}
|
|
1
|
+
{"version":3,"sources":["webpack:///83.js","webpack:///ImageUpload.vue","webpack:///./src/components/product/ImageUpload.vue?bec5","webpack:///./src/components/product/ImageUpload.vue"],"names":["webpackJsonp","396","module","exports","__webpack_require__","_interopRequireDefault","obj","__esModule","default","Object","defineProperty","value","_regenerator","_regenerator2","_getIterator2","_getIterator3","_asyncToGenerator2","_asyncToGenerator3","_vueClient","title","props","data","isDelete","fileInfoData","useType","fileRemark","row","showz","showx","shown","showa","showb","showc","showd","showe","showf","showg","showh","showi","showj","showk","methods","search","_ref","apply","this","arguments","mark","_callee","condition","http","res","getpath","path","_iteratorNormalCompletion","_didIteratorError","_iteratorError","_iterator","_step","temp","URL","_temp","_URL","_temp2","_URL2","_temp3","_URL3","_temp4","_URL4","_temp5","_URL5","_temp6","_URL6","_temp7","_URL7","_temp8","_URL8","_temp9","_URL9","_temp10","_URL10","_temp11","_URL11","_temp12","_URL12","_temp13","_URL13","_temp14","_URL14","wrap","_context","prev","next","blodid","HttpResetClass","load","resolveMsg","rejectMsg","sent","items","tablename","orderitem","console","log","length","undefined","done","f_type","f_picture","substring","lastIndexOf","f_downloadURL1","f_downloadURL2","f_downloadURL3","f_downloadURL4","f_downloadURL5","f_downloadURL6","f_downloadURL7","f_downloadURL8","f_downloadURL9","f_downloadURL10","f_downloadURL11","f_downloadURL12","f_downloadURL20","f_downloadURL21","f_downloadURL22","t0","return","finish","stop","confirm","val","content","filename","_this","$showAlert","param","f_content","f_filename","f_process_id","$resetpost","then","ready","_ref2","_callee2","_context2","watch","computed","events","823","1028","__vue_script__","__vue_template__","__vue_styles__","__vue_options__","options","template","keys","forEach","key"],"mappings":"AAAAA,cAAc,KAERC,IACA,SAAUC,EAAQC,EAASC,GAEhC,YAoBA,SAASC,GAAuBC,GAAO,MAAOA,IAAOA,EAAIC,WAAaD,GAAQE,QAASF,GAlBvFG,OAAOC,eAAeP,EAAS,cAC3BQ,OAAO,GAGX,IAAIC,GAAeR,EAAoB,GAEnCS,EAAgBR,EAAuBO,GAEvCE,EAAgBV,EAAoB,IAEpCW,EAAgBV,EAAuBS,GAEvCE,EAAqBZ,EAAoB,GAEzCa,EAAqBZ,EAAuBW,GAE5CE,EAAad,EAAoB,EAIrCD,GAAQK,SC6KTW,MAAA,KACAC,OAAA,mFACAC,KAHA,WAIA,OACAC,SAAA,IACAC,gBACAC,QAAA,GACAC,WAAA,GACAC,OAGAC,OAAA,EACAC,OAAA,EACAC,OAAA,EACAC,OAAA,EACAC,OAAA,EACAC,OAAA,EACAC,OAAA,EACAC,OAAA,EACAC,OAAA,EACAC,OAAA,EACAC,OAAA,EACAC,OAAA,EACAC,OAAA,EACAC,OAAA,IAGAC,SAGAC,OAHA,mBAAAA,KAAA,MAAAC,GAAAC,MAAAC,KAAAC,WAAA,GAAAH,IAAA,EAAA1B,EAAAT,SAAAK,EAAAL,QAAAuC,KAAA,QAAAC,KAAA,GAAAC,GAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAhC,EAAAiC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,CAAA,OAAA3E,GAAAL,QAAAiF,KAAA,SAAAC,GAAA,cAAAA,EAAAC,KAAAD,EAAAE,MAAA,aAIA3C,GAJA,mBAIAJ,KAAAgD,OAJA,IAKA3C,EAAA,GAAAhC,GAAA4E,eALAJ,EAAAE,KAAA,EAMA1C,EAAA6C,KAAA,0BAAA1E,MAAA4B,eACA+C,WAAA,KACAC,UAAA,YARA,cAMA9C,GANAuC,EAAAQ,KAAAR,EAAAE,KAAA,EAUA1C,EAAA6C,KAAA,qCAAA1E,MAAA8E,MAAA,aAAAC,UAAA,gBAAAC,UAAA,OAAApD,UAAA,mBAAA+C,WAAA,KAAAC,UAAA,WAVA,WAUA7C,EAVAsC,EAAAQ,KAWA7C,EAAA,GACAiD,QAAAC,IAAA,UAAAnD,GACAA,EAAA/B,KAAA,GAAAV,QACA0C,EAAAD,EAAA/B,KAAA,GAAAV,SAGAwC,EAAA9B,KAAAmF,OAAA,GAjBA,CAAAd,EAAAE,KAAA,SAkBA,IAlBAtC,GAAA,EAAAC,GAAA,EAAAC,EAAAiD,OAAAf,EAAAC,KAAA,GAkBAlC,GAAA,EAAA1C,EAAAP,SAAA2C,EAAA9B,QAAAiC,GAAAI,EAAAD,EAAAmC,QAAAc,MAAApD,GAAA,EAAA5B,EAAAgC,EAAA/C,MACA,UAAAe,EAAAiF,SACAhD,EAAAjC,EAAAkF,UACAhD,EAAAD,EAAAkD,UAAAlD,EAAAmD,YAAA,UACAjE,KAAAnB,IAAAqF,eAAA1D,EAAA,GAAAO,EACAf,KAAAf,OAAA,GAEA,UAAAJ,EAAAiF,SACA9C,EAAAnC,EAAAkF,UACA9C,EAAAD,EAAAgD,UAAAhD,EAAAiD,YAAA,UACAjE,KAAAnB,IAAAsF,eAAA3D,EAAA,GAAAS,EACAjB,KAAAd,OAAA,GAEA,WAAAL,EAAAiF,SACA5C,EAAArC,EAAAkF,UACA5C,EAAAD,EAAA8C,UAAA9C,EAAA+C,YAAA,UACAjE,KAAAnB,IAAAuF,eAAA5D,EAAA,GAAAW,EACAnB,KAAAb,OAAA,GAEA,SAAAN,EAAAiF,SACA1C,EAAAvC,EAAAkF,UACA1C,EAAAD,EAAA4C,UAAA5C,EAAA6C,YAAA,UACAjE,KAAAnB,IAAAwF,eAAA7D,EAAA,GAAAa,EACArB,KAAAZ,OAAA,GAEA,gBAAAP,EAAAiF,SACAxC,EAAAzC,EAAAkF,UACAxC,EAAAD,EAAA0C,UAAA1C,EAAA2C,YAAA,UACAjE,KAAAnB,IAAAyF,eAAA9D,EAAA,GAAAe,EACAvB,KAAAX,OAAA,GAEA,cAAAR,EAAAiF,SACAtC,EAAA3C,EAAAkF,UACAtC,EAAAD,EAAAwC,UAAAxC,EAAAyC,YAAA,UACAjE,KAAAnB,IAAA0F,eAAA/D,EAAA,GAAAiB,EACAzB,KAAAV,OAAA,GAEA,SAAAT,EAAAiF,SACApC,EAAA7C,EAAAkF,UACApC,EAAAD,EAAAsC,UAAAtC,EAAAuC,YAAA,UACAjE,KAAAnB,IAAA2F,eAAAhE,EAAA,GAAAmB,EACA3B,KAAAT,OAAA,GAEA,eAAAV,EAAAiF,SACAlC,EAAA/C,EAAAkF,UACAlC,EAAAD,EAAAoC,UAAApC,EAAAqC,YAAA,UACAjE,KAAAnB,IAAA4F,eAAAjE,EAAA,GAAAqB,EACA7B,KAAAR,OAAA,GAEA,UAAAX,EAAAiF,SACAhC,EAAAjD,EAAAkF,UACAhC,EAAAD,EAAAkC,UAAAlC,EAAAmC,YAAA,UACAjE,KAAAnB,IAAA6F,eAAAlE,EAAA,GAAAuB,EACA/B,KAAAP,OAAA,GAEA,WAAAZ,EAAAiF,SACA9B,EAAAnD,EAAAkF,UACA9B,EAAAD,EAAAgC,UAAAhC,EAAAiC,YAAA,UACAjE,KAAAnB,IAAA8F,gBAAAnE,EAAA,GAAAyB,EACAjC,KAAAN,OAAA,GAEA,SAAAb,EAAAiF,SACA5B,EAAArD,EAAAkF,UACA5B,EAAAD,EAAA8B,UAAA9B,EAAA+B,YAAA,UACAjE,KAAAnB,IAAA+F,gBAAApE,EAAA,GAAA2B,EACAnC,KAAAL,OAAA,GAEA,SAAAd,EAAAiF,SACA1B,EAAAvD,EAAAkF,UACA1B,EAAAD,EAAA4B,UAAA5B,EAAA6B,YAAA,UACAjE,KAAAnB,IAAAgG,gBAAArE,EAAA,GAAA6B,EACArC,KAAAL,OAAA,GAEA,YAAAd,EAAAiF,SACAxB,EAAAzD,EAAAkF,UACAxB,EAAAD,EAAA0B,UAAA1B,EAAA2B,YAAA,UACAjE,KAAAnB,IAAAiG,gBAAAtE,EAAA,GAAA+B,EACAvC,KAAAlB,OAAA,GAEA,YAAAD,EAAAiF,SACAtB,EAAA3D,EAAAkF,UACAtB,EAAAD,EAAAwB,UAAAxB,EAAAyB,YAAA,UACAjE,KAAAnB,IAAAkG,gBAAAvE,EAAA,GAAAiC,EACAzC,KAAAjB,OAAA,GAEA,YAAAF,EAAAiF,SACApB,EAAA7D,EAAAkF,UACApB,EAAAD,EAAAsB,UAAAtB,EAAAuB,YAAA,UACAjE,KAAAnB,IAAAmG,gBAAAxE,EAAA,GAAAmC,EACA3C,KAAAhB,OAAA,EA3GA6D,GAAAE,KAAA,iBAAAF,EAAAC,KAAA,GAAAD,EAAAoC,GAAApC,EAAA,UAAAnC,GAAA,EAAAC,EAAAkC,EAAAoC,EAAA,SAAApC,EAAAC,KAAA,GAAAD,EAAAC,KAAA,IAAArC,GAAAG,EAAAsE,QAAAtE,EAAAsE,QAAA,YAAArC,EAAAC,KAAA,IAAApC,EAAA,CAAAmC,EAAAE,KAAA,cAAApC,EAAA,eAAAkC,GAAAsC,OAAA,kBAAAtC,GAAAsC,OAAA,4BAAAtC,GAAAuC,SAAAjF,EAAAH,OAAA,oCAAAH,MAgHAwF,QAhHA,SAgHAC,EAAAC,EAAAC,GAAA,GAAAC,GAAAzF,IACA,KAAAuF,EAEA,WADAvF,MAAA0F,WAAA,wBAGA,KAAAF,EAEA,WADAxF,MAAA0F,WAAA,wBAGA,IAAAC,IACA7B,OAAAwB,EACAM,UAAAL,EACAM,WAAAL,EACAM,aAAA9F,KAAAgD,OAEAhD,MAAA+F,WAAA,qBAAAJ,GAAAK,KAAA,WAEAvC,QAAAC,IAAA,SACA+B,EAAA5F,aAIAoG,MAlKA,mBAAAA,KAAA,MAAAC,GAAAnG,MAAAC,KAAAC,WAAA,GAAAiG,IAAA,EAAA9H,EAAAT,SAAAK,EAAAL,QAAAuC,KAAA,QAAAiG,KAAA,MAAAnI,GAAAL,QAAAiF,KAAA,SAAAwD,GAAA,cAAAA,EAAAtD,KAAAsD,EAAArD,MAAA,OAmKA/C,KAAAH,QAnKA,wBAAAuG,GAAAhB,SAAAe,EAAAnG,QAAA,OAAAiG,MAqKAI,OACArD,OADA,SACAsC,GACAA,IACA7B,QAAAC,IAAA,WAAA4B,GACAtF,KAAAH,SACAG,KAAAnB,OACAmB,KAAAf,OAAA,EACAe,KAAAd,OAAA,EACAc,KAAAb,OAAA,EACAa,KAAAZ,OAAA,EACAY,KAAAX,OAAA,EACAW,KAAAV,OAAA,EACAU,KAAAT,OAAA,EACAS,KAAAR,OAAA,EACAQ,KAAAP,OAAA,EACAO,KAAAN,OAAA,EACAM,KAAAL,OAAA,EACAK,KAAAlB,OAAA,EACAkB,KAAAjB,OAAA,EACAiB,KAAAhB,OAAA,KAUAsH,YAGAC,YDvEMC,IACA,SAAUnJ,EAAQC,GEtUxBD,EAAAC,QAAA,k7TF4UMmJ,KACA,SAAUpJ,EAAQC,EAASC,GG7UjC,GAAAmJ,GAAAC,EACAC,IACAF,GAAAnJ,EAAA,KACAoJ,EAAApJ,EAAA,KACAF,EAAAC,QAAAoJ,MACArJ,EAAAC,QAAAI,aAAAL,EAAAC,QAAAD,EAAAC,QAAAK,QACA,IAAAkJ,GAAA,kBAAAxJ,GAAAC,QAAAD,EAAAC,QAAAwJ,UAAAzJ,EAAAC,QAAAwJ,YAAoHzJ,EAAAC,OACpHqJ,KACAE,EAAAE,SAAAJ,GAEAE,EAAAP,WAAAO,EAAAP,aACA1I,OAAAoJ,KAAAJ,GAAAK,QAAA,SAAAC,GACA,GAAA7J,GAAAuJ,EAAAM,EACAL,GAAAP,SAAAY,GAAA,WAA6C,MAAA7J","file":"83.js","sourcesContent":["webpackJsonp([83],{\n\n/***/ 396:\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tObject.defineProperty(exports, \"__esModule\", {\n\t value: true\n\t});\n\t\n\tvar _regenerator = __webpack_require__(2);\n\t\n\tvar _regenerator2 = _interopRequireDefault(_regenerator);\n\t\n\tvar _getIterator2 = __webpack_require__(13);\n\t\n\tvar _getIterator3 = _interopRequireDefault(_getIterator2);\n\t\n\tvar _asyncToGenerator2 = __webpack_require__(4);\n\t\n\tvar _asyncToGenerator3 = _interopRequireDefault(_asyncToGenerator2);\n\t\n\tvar _vueClient = __webpack_require__(3);\n\t\n\tfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\t\n\texports.default = {\n\t title: \"附件\",\n\t props: ['blodid', 'isremark', 'isusetype', 'takeimg', 'defname', 'isupload', 'f_usetype', 'edit'],\n\t data: function data() {\n\t return {\n\t isDelete: '1',\n\t fileInfoData: [],\n\t useType: '',\n\t fileRemark: '',\n\t row: {},\n\t showz: true,\n\t showx: true,\n\t shown: true,\n\t showa: true,\n\t showb: true,\n\t showc: true,\n\t showd: true,\n\t showe: true,\n\t showf: true,\n\t showg: true,\n\t showh: true,\n\t showi: true,\n\t showj: true,\n\t showk: true\n\t };\n\t },\n\t\n\t methods: {\n\t search: function () {\n\t var _ref = (0, _asyncToGenerator3.default)(_regenerator2.default.mark(function _callee() {\n\t var condition, http, res, getpath, path, _iteratorNormalCompletion, _didIteratorError, _iteratorError, _iterator, _step, row, temp, URL, _temp, _URL, _temp2, _URL2, _temp3, _URL3, _temp4, _URL4, _temp5, _URL5, _temp6, _URL6, _temp7, _URL7, _temp8, _URL8, _temp9, _URL9, _temp10, _URL10, _temp11, _URL11, _temp12, _URL12, _temp13, _URL13, _temp14, _URL14;\n\t\n\t return _regenerator2.default.wrap(function _callee$(_context) {\n\t while (1) {\n\t switch (_context.prev = _context.next) {\n\t case 0:\n\t condition = 'f_process_id = \\'' + this.blodid + '\\'';\n\t http = new _vueClient.HttpResetClass();\n\t _context.next = 4;\n\t return http.load('POST', 'rs/sql/getimage', { data: { condition: condition } }, {\n\t resolveMsg: null,\n\t rejectMsg: '获取图片路径失败'\n\t });\n\t\n\t case 4:\n\t res = _context.sent;\n\t _context.next = 7;\n\t return http.load('POST', 'rs/sql/singleTable_OrderBy', { data: { items: 'value,name', tablename: 't_singlevalue', orderitem: 'name', condition: 'name = \\'\\u56FE\\u7247\\u5730\\u5740\\'' } }, { resolveMsg: null, rejectMsg: '获取区县失败!' });\n\t\n\t case 7:\n\t getpath = _context.sent;\n\t path = '';\n\t\n\t console.log('查询到的图片:', getpath);\n\t if (getpath.data[0].value) {\n\t path = getpath.data[0].value;\n\t }\n\t\n\t if (!(res.data.length > 0)) {\n\t _context.next = 31;\n\t break;\n\t }\n\t\n\t _iteratorNormalCompletion = true;\n\t _didIteratorError = false;\n\t _iteratorError = undefined;\n\t _context.prev = 15;\n\t\n\t for (_iterator = (0, _getIterator3.default)(res.data); !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {\n\t row = _step.value;\n\t\n\t if (row.f_type === '身份证正面') {\n\t temp = row.f_picture;\n\t URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL1 = path + '' + URL;\n\t this.showa = false;\n\t }\n\t if (row.f_type === '身份证反面') {\n\t _temp = row.f_picture;\n\t _URL = _temp.substring(_temp.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL2 = path + '' + _URL;\n\t this.showb = false;\n\t }\n\t if (row.f_type === '房屋证明材料') {\n\t _temp2 = row.f_picture;\n\t _URL2 = _temp2.substring(_temp2.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL3 = path + '' + _URL2;\n\t this.showc = false;\n\t }\n\t if (row.f_type === '营业执照') {\n\t _temp3 = row.f_picture;\n\t _URL3 = _temp3.substring(_temp3.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL4 = path + '' + _URL3;\n\t this.showd = false;\n\t }\n\t if (row.f_type === '用户报装勘查业务申请表') {\n\t _temp4 = row.f_picture;\n\t _URL4 = _temp4.substring(_temp4.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL5 = path + '' + _URL4;\n\t this.showe = false;\n\t }\n\t if (row.f_type === '燃气报装申请告知单') {\n\t _temp5 = row.f_picture;\n\t _URL5 = _temp5.substring(_temp5.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL6 = path + '' + _URL5;\n\t this.showf = false;\n\t }\n\t if (row.f_type === '供气合同') {\n\t _temp6 = row.f_picture;\n\t _URL6 = _temp6.substring(_temp6.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL7 = path + '' + _URL6;\n\t this.showg = false;\n\t }\n\t if (row.f_type === '工程安装验收及结算单') {\n\t _temp7 = row.f_picture;\n\t _URL7 = _temp7.substring(_temp7.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL8 = path + '' + _URL7;\n\t this.showh = false;\n\t }\n\t if (row.f_type === '点火记录单') {\n\t _temp8 = row.f_picture;\n\t _URL8 = _temp8.substring(_temp8.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL9 = path + '' + _URL8;\n\t this.showi = false;\n\t }\n\t if (row.f_type === '压力试验结果') {\n\t _temp9 = row.f_picture;\n\t _URL9 = _temp9.substring(_temp9.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL10 = path + '' + _URL9;\n\t this.showj = false;\n\t }\n\t if (row.f_type === '用户确认') {\n\t _temp10 = row.f_picture;\n\t _URL10 = _temp10.substring(_temp10.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL11 = path + '' + _URL10;\n\t this.showk = false;\n\t }\n\t if (row.f_type === '用户确认') {\n\t _temp11 = row.f_picture;\n\t _URL11 = _temp11.substring(_temp11.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL12 = path + '' + _URL11;\n\t this.showk = false;\n\t }\n\t if (row.f_type === '现场勘察照片1') {\n\t _temp12 = row.f_picture;\n\t _URL12 = _temp12.substring(_temp12.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL20 = path + '' + _URL12;\n\t this.showz = false;\n\t }\n\t if (row.f_type === '现场勘察照片2') {\n\t _temp13 = row.f_picture;\n\t _URL13 = _temp13.substring(_temp13.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL21 = path + '' + _URL13;\n\t this.showx = false;\n\t }\n\t if (row.f_type === '现场勘察照片3') {\n\t _temp14 = row.f_picture;\n\t _URL14 = _temp14.substring(_temp14.lastIndexOf(\":\\\\\") + 2);\n\t\n\t this.row.f_downloadURL22 = path + '' + _URL14;\n\t this.shown = false;\n\t }\n\t }\n\t _context.next = 23;\n\t break;\n\t\n\t case 19:\n\t _context.prev = 19;\n\t _context.t0 = _context['catch'](15);\n\t _didIteratorError = true;\n\t _iteratorError = _context.t0;\n\t\n\t case 23:\n\t _context.prev = 23;\n\t _context.prev = 24;\n\t\n\t if (!_iteratorNormalCompletion && _iterator.return) {\n\t _iterator.return();\n\t }\n\t\n\t case 26:\n\t _context.prev = 26;\n\t\n\t if (!_didIteratorError) {\n\t _context.next = 29;\n\t break;\n\t }\n\t\n\t throw _iteratorError;\n\t\n\t case 29:\n\t return _context.finish(26);\n\t\n\t case 30:\n\t return _context.finish(23);\n\t\n\t case 31:\n\t case 'end':\n\t return _context.stop();\n\t }\n\t }\n\t }, _callee, this, [[15, 19, 23, 31], [24,, 26, 30]]);\n\t }));\n\t\n\t function search() {\n\t return _ref.apply(this, arguments);\n\t }\n\t\n\t return search;\n\t }(),\n\t confirm: function confirm(val, content, filename) {\n\t var _this = this;\n\t\n\t if (!content) {\n\t this.$showAlert(\"请先选择图片\", \"warning\", 1500);\n\t return;\n\t }\n\t if (!filename) {\n\t this.$showAlert(\"请先选择图片\", \"warning\", 1500);\n\t return;\n\t }\n\t var param = {\n\t f_type: val,\n\t f_content: content,\n\t f_filename: filename,\n\t f_process_id: this.blodid\n\t };\n\t this.$resetpost('rs/logic/saveimage', param).then(function () {\n\t console.log('更新成功!');\n\t _this.search();\n\t });\n\t }\n\t },\n\t ready: function () {\n\t var _ref2 = (0, _asyncToGenerator3.default)(_regenerator2.default.mark(function _callee2() {\n\t return _regenerator2.default.wrap(function _callee2$(_context2) {\n\t while (1) {\n\t switch (_context2.prev = _context2.next) {\n\t case 0:\n\t this.search();\n\t\n\t case 1:\n\t case 'end':\n\t return _context2.stop();\n\t }\n\t }\n\t }, _callee2, this);\n\t }));\n\t\n\t function ready() {\n\t return _ref2.apply(this, arguments);\n\t }\n\t\n\t return ready;\n\t }(),\n\t\n\t watch: {\n\t 'blodid': function blodid(val) {\n\t if (val) {\n\t console.log('观察blodid', val);\n\t this.search();\n\t this.row = {}, this.showa = true;\n\t this.showb = true;\n\t this.showc = true;\n\t this.showd = true;\n\t this.showe = true;\n\t this.showf = true;\n\t this.showg = true;\n\t this.showh = true;\n\t this.showi = true;\n\t this.showj = true;\n\t this.showk = true;\n\t this.showz = true;\n\t this.showx = true;\n\t this.shown = true;\n\t }\n\t }\n\t },\n\t computed: {},\n\t events: {}\n\t};\n\n/***/ }),\n\n/***/ 823:\n/***/ (function(module, exports) {\n\n\tmodule.exports = \" <div style=\\\"background-color: #FFFFFF;min-height:480px\\\"> <div class=\\\"form-group col-sm-12\\\" style=\\\"height: auto\\\"> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showa><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content1 :filename.sync=row.filename1></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('身份证正面',row.content1,row.filename1)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showa> <img :src=row.f_downloadURL1 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL1>预览</a> </div> <p style=\\\"font-size: 20px\\\">身份证正面</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showb><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content2 :filename.sync=row.filename2></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('身份证反面',row.content2,row.filename2)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showb> <img :src=row.f_downloadURL2 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL2>预览</a> </div> <p style=\\\"font-size: 20px\\\">身份证反面</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showc><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content3 :filename.sync=row.filename3></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('房屋证明材料',row.content3,row.filename3)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showc> <img :src=row.f_downloadURL3 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL3>预览</a> </div> <p style=\\\"font-size: 20px\\\">房屋证明材料</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='工商开户申请'||(defname=='资料归档' && this.selectdata.f_customer_type == '企业')\\\"> <center> <div v-if=showd><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content4 :filename.sync=row.filename4></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('营业执照',row.content4,row.filename4)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showd> <img :src=row.f_downloadURL4 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL4>预览</a> </div> <p style=\\\"font-size: 20px\\\">营业执照</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showe><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content5 :filename.sync=row.filename5></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户报装勘查业务申请表',row.content5,row.filename5)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showe> <img :src=row.f_downloadURL5 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL5>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户报装勘查业务申请表</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showz><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content20 :filename.sync=row.filename20></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片1',row.content20,row.filename20)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showz> <img :src=row.f_downloadURL20 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL20>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片1</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showx><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content21 :filename.sync=row.filename21></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片2',row.content21,row.filename21)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showx> <img :src=row.f_downloadURL21 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL21>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片2</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=shown><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content22 :filename.sync=row.filename22></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片3',row.content22,row.filename22)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!shown> <img :src=row.f_downloadURL22 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL22>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片3</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\\\"> <center> <div v-if=showf><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content6 :filename.sync=row.filename6></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('燃气报装申请告知单',row.content6,row.filename6)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showf> <img :src=row.f_downloadURL6 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL6>预览</a> </div> <p style=\\\"font-size: 20px\\\">燃气报装申请告知单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\\\"> <center> <div v-if=showg><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content7 :filename.sync=row.filename7></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('供气合同',row.content7,row.filename7)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showg> <img :src=row.f_downloadURL7 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL7>预览</a> </div> <p style=\\\"font-size: 20px\\\">供气合同</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='工程验收'||defname=='资料归档'\\\"> <center> <div v-if=showh><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content8 :filename.sync=row.filename8></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('工程安装验收及结算单',row.content8,row.filename8)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showh> <img :src=row.f_downloadURL8 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL8>预览</a> </div> <p style=\\\"font-size: 20px\\\">工程安装验收及结算单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='点火'||defname=='资料归档'\\\"> <center> <div v-if=showi><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content9 :filename.sync=row.filename9></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('点火记录单',row.content9,row.filename9)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showi> <img :src=row.f_downloadURL9 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL9>预览</a> </div> <p style=\\\"font-size: 20px\\\">点火记录单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showj><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content10 :filename.sync=row.filename10></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('压力试验结果',row.content10,row.filename10)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showj> <img :src=row.f_downloadURL10 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL10>预览</a> </div> <p style=\\\"font-size: 20px\\\">压力试验结果</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showk><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content11 :filename.sync=row.filename11></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户确认',row.content11,row.filename11)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL11 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL11>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户确认</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showk><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content12 :filename.sync=row.filename12></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户确认',row.content11,row.filename12)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL12 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL12>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户确认</p></center> </div> </div> </div> \";\n\n/***/ }),\n\n/***/ 1028:\n/***/ (function(module, exports, __webpack_require__) {\n\n\tvar __vue_script__, __vue_template__\n\tvar __vue_styles__ = {}\n\t__vue_script__ = __webpack_require__(396)\n\t__vue_template__ = __webpack_require__(823)\n\tmodule.exports = __vue_script__ || {}\n\tif (module.exports.__esModule) module.exports = module.exports.default\n\tvar __vue_options__ = typeof module.exports === \"function\" ? (module.exports.options || (module.exports.options = {})) : module.exports\n\tif (__vue_template__) {\n\t__vue_options__.template = __vue_template__\n\t}\n\tif (!__vue_options__.computed) __vue_options__.computed = {}\n\tObject.keys(__vue_styles__).forEach(function (key) {\n\tvar module = __vue_styles__[key]\n\t__vue_options__.computed[key] = function () { return module }\n\t})\n\n\n/***/ })\n\n});\n\n\n// WEBPACK FOOTER //\n// 83.js","<template>\r\n <div style=\"background-color: #FFFFFF;min-height:480px;\">\r\n <div class=\"form-group col-sm-12\" style=\"height: auto\">\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showa\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content1\" :filename.sync=\"row.filename1\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('身份证正面',row.content1,row.filename1)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showa\">\r\n <img :src=\"row.f_downloadURL1\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL1\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">身份证正面</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showb\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content2\" :filename.sync=\"row.filename2\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('身份证反面',row.content2,row.filename2)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showb\">\r\n <img :src=\"row.f_downloadURL2\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL2\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">身份证反面</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showc\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content3\" :filename.sync=\"row.filename3\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('房屋证明材料',row.content3,row.filename3)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showc\">\r\n <img :src=\"row.f_downloadURL3\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL3\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">房屋证明材料</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='工商开户申请'||(defname=='资料归档' && this.selectdata.f_customer_type == '企业')\">\r\n <center>\r\n <div v-if=\"showd\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content4\" :filename.sync=\"row.filename4\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('营业执照',row.content4,row.filename4)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showd\">\r\n <img :src=\"row.f_downloadURL4\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL4\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">营业执照</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showe\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content5\" :filename.sync=\"row.filename5\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('用户报装勘查业务申请表',row.content5,row.filename5)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showe\">\r\n <img :src=\"row.f_downloadURL5\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL5\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">用户报装勘查业务申请表</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showz\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content20\" :filename.sync=\"row.filename20\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('现场勘察照片1',row.content20,row.filename20)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showz\">\r\n <img :src=\"row.f_downloadURL20\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL20\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">现场勘察照片1</p></center>\r\n </div>\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showx\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content21\" :filename.sync=\"row.filename21\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('现场勘察照片2',row.content21,row.filename21)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showx\">\r\n <img :src=\"row.f_downloadURL21\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL21\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">现场勘察照片2</p></center>\r\n </div>\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"shown\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content22\" :filename.sync=\"row.filename22\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('现场勘察照片3',row.content22,row.filename22)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!shown\">\r\n <img :src=\"row.f_downloadURL22\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL22\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">现场勘察照片3</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showf\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content6\" :filename.sync=\"row.filename6\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('燃气报装申请告知单',row.content6,row.filename6)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showf\">\r\n <img :src=\"row.f_downloadURL6\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL6\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">燃气报装申请告知单</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showg\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content7\" :filename.sync=\"row.filename7\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('供气合同',row.content7,row.filename7)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showg\">\r\n <img :src=\"row.f_downloadURL7\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL7\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">供气合同</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='工程验收'||defname=='资料归档'\">\r\n <center>\r\n <div v-if=\"showh\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content8\" :filename.sync=\"row.filename8\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('工程安装验收及结算单',row.content8,row.filename8)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showh\">\r\n <img :src=\"row.f_downloadURL8\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL8\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">工程安装验收及结算单</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='点火'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showi\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content9\" :filename.sync=\"row.filename9\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('点火记录单',row.content9,row.filename9)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showi\">\r\n <img :src=\"row.f_downloadURL9\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL9\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">点火记录单</p></center>\r\n </div>\r\n\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showj\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content10\" :filename.sync=\"row.filename10\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('压力试验结果',row.content10,row.filename10)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showj\">\r\n <img :src=\"row.f_downloadURL10\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL10\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">压力试验结果</p></center>\r\n </div>\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showk\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content11\" :filename.sync=\"row.filename11\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('用户确认',row.content11,row.filename11)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showk\">\r\n <img :src=\"row.f_downloadURL11\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL11\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">用户确认</p></center>\r\n </div>\r\n <div class=\"form-group col-sm-6\" style=\"height: 300px;width: 40%;float: left\" v-if=\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\" >\r\n <center>\r\n <div v-if=\"showk\"><apply-avatar-upload style=\"height: 40%;width: 100%\" :img-src.sync=\"row.content12\" :filename.sync=\"row.filename12\"></apply-avatar-upload>\r\n <button v-show=\"edit\" type=\"button\" @click=\"confirm('用户确认',row.content11,row.filename12)\" class=\"btn btn-primary\" >\r\n 上传\r\n </button></div>\r\n <div v-if=\"!showk\">\r\n <img :src=\"row.f_downloadURL12\" alt=\"图片加载失败\" STYLE=\"height: 200px;width: 200px\"/><hr>\r\n <a class=\"btn btn-primary\" target=\"_blank\" :href=\"row.f_downloadURL12\">预览</a>\r\n </div>\r\n <p style=\"font-size: 20px\">用户确认</p></center>\r\n </div>\r\n </div>\r\n </div>\r\n</template>\r\n<script>\r\n\r\n import {HttpResetClass} from 'vue-client'\r\n export default {\r\n title: \"附件\",\r\n props: ['blodid', 'isremark', 'isusetype','takeimg','defname','isupload','f_usetype','edit'],\r\n data() {\r\n return {\r\n isDelete: '1', // 删除按钮,可以进行控制(权限等)\r\n fileInfoData: [], // 数据库存储的文件记录对象数组\r\n useType: '', // 使用类型\r\n fileRemark: '', // 文件说明\r\n row:{\r\n\r\n },\r\n showz:true,\r\n showx:true,\r\n shown:true,\r\n showa:true,\r\n showb:true,\r\n showc:true,\r\n showd:true,\r\n showe:true,\r\n showf:true,\r\n showg:true,\r\n showh:true,\r\n showi:true,\r\n showj:true,\r\n showk:true\r\n }\r\n },\r\n methods: {\r\n // 查询按钮事件\r\n\r\n async search() {\r\n let condition = `f_process_id = '${this.blodid}'`\r\n let http = new HttpResetClass();\r\n let res = await http.load('POST', 'rs/sql/getimage', {data: {condition: condition}}, {\r\n resolveMsg: null,\r\n rejectMsg: '获取图片路径失败'\r\n })\r\n let getpath = await http.load('POST','rs/sql/singleTable_OrderBy', {data: {items: 'value,name',tablename: 't_singlevalue',orderitem: 'name' ,condition: `name = '图片地址'`}},{resolveMsg: null, rejectMsg: '获取区县失败!'})\r\n let path = ''\r\n console.log('查询到的图片:', getpath)\r\n if (getpath.data[0].value) {\r\n path = getpath.data[0].value\r\n }\r\n // this.params.rows.splice(index, 1)\r\n if (res.data.length > 0) {\r\n for (let row of res.data) {\r\n if (row.f_type === '身份证正面') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL1 = path +''+ URL\r\n this.showa = false\r\n }\r\n if (row.f_type === '身份证反面') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL2 = path +'' + URL\r\n this.showb = false\r\n }\r\n if (row.f_type === '房屋证明材料') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL3 = path +'' + URL\r\n this.showc = false\r\n }\r\n if (row.f_type === '营业执照') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL4 = path +'' + URL\r\n this.showd = false\r\n }\r\n if (row.f_type === '用户报装勘查业务申请表') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL5 = path +'' + URL\r\n this.showe = false\r\n }\r\n if (row.f_type === '燃气报装申请告知单') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL6 = path +'' + URL\r\n this.showf = false\r\n }\r\n if (row.f_type === '供气合同') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL7 = path +'' + URL\r\n this.showg = false\r\n }\r\n if (row.f_type === '工程安装验收及结算单') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL8 = path +'' + URL\r\n this.showh = false\r\n }\r\n if (row.f_type === '点火记录单') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL9 = path +'' + URL\r\n this.showi = false\r\n }\r\n if (row.f_type === '压力试验结果') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL10 = path +'' + URL\r\n this.showj = false\r\n }\r\n if (row.f_type === '用户确认') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL11 = path +'' + URL\r\n this.showk = false\r\n }\r\n if (row.f_type === '用户确认') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL12 = path +'' + URL\r\n this.showk = false\r\n }\r\n if (row.f_type === '现场勘察照片1') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL20 = path +'' + URL\r\n this.showz = false\r\n }\r\n if (row.f_type === '现场勘察照片2') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL21 = path +'' + URL\r\n this.showx = false\r\n }\r\n if (row.f_type === '现场勘察照片3') {\r\n let temp = row.f_picture\r\n let URL = temp.substring(temp.lastIndexOf(\":\\\\\") + 2)\r\n this.row.f_downloadURL22 = path +'' + URL\r\n this.shown = false\r\n }\r\n }\r\n }\r\n },\r\n confirm(val,content,filename) {\r\n if (!content) {\r\n this.$showAlert(\"请先选择图片\",\"warning\", 1500)\r\n return\r\n }\r\n if (!filename) {\r\n this.$showAlert(\"请先选择图片\",\"warning\", 1500)\r\n return\r\n }\r\n let param={\r\n f_type : val,\r\n f_content:content,\r\n f_filename:filename,\r\n f_process_id:this.blodid\r\n }\r\n this.$resetpost('rs/logic/saveimage', param).then(() => {\r\n // this.params.rows.splice(index, 1)\r\n console.log('更新成功!')\r\n this.search()\r\n })\r\n },\r\n },\r\n async ready() {\r\n this.search()\r\n },\r\n watch: {\r\n 'blodid'(val) {\r\n if (val) {\r\n console.log('观察blodid', val)\r\n this.search()\r\n this.row={},\r\n this.showa=true\r\n this.showb=true\r\n this.showc=true\r\n this.showd=true\r\n this.showe=true\r\n this.showf=true\r\n this.showg=true\r\n this.showh=true\r\n this.showi=true\r\n this.showj=true\r\n this.showk=true\r\n this.showz=true\r\n this.showx=true\r\n this.shown=true\r\n }\r\n },\r\n /* 'useType'() {\r\n this.headers.fusetype = this.useType[0] ? this.useType[0] : ''\r\n },\r\n 'defname'() {\r\n this.headers.defname=this.defname\r\n }*/\r\n },\r\n computed: {\r\n\r\n },\r\n events: {\r\n\r\n }\r\n }\r\n</script>\r\n\n\n\n// WEBPACK FOOTER //\n// ImageUpload.vue?cfbd1f48","module.exports = \" <div style=\\\"background-color: #FFFFFF;min-height:480px\\\"> <div class=\\\"form-group col-sm-12\\\" style=\\\"height: auto\\\"> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showa><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content1 :filename.sync=row.filename1></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('身份证正面',row.content1,row.filename1)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showa> <img :src=row.f_downloadURL1 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL1>预览</a> </div> <p style=\\\"font-size: 20px\\\">身份证正面</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showb><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content2 :filename.sync=row.filename2></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('身份证反面',row.content2,row.filename2)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showb> <img :src=row.f_downloadURL2 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL2>预览</a> </div> <p style=\\\"font-size: 20px\\\">身份证反面</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户申请'||defname=='工商开户申请'||defname=='资料归档'\\\"> <center> <div v-if=showc><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content3 :filename.sync=row.filename3></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('房屋证明材料',row.content3,row.filename3)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showc> <img :src=row.f_downloadURL3 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL3>预览</a> </div> <p style=\\\"font-size: 20px\\\">房屋证明材料</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='工商开户申请'||(defname=='资料归档' && this.selectdata.f_customer_type == '企业')\\\"> <center> <div v-if=showd><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content4 :filename.sync=row.filename4></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('营业执照',row.content4,row.filename4)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showd> <img :src=row.f_downloadURL4 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL4>预览</a> </div> <p style=\\\"font-size: 20px\\\">营业执照</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showe><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content5 :filename.sync=row.filename5></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户报装勘查业务申请表',row.content5,row.filename5)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showe> <img :src=row.f_downloadURL5 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL5>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户报装勘查业务申请表</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showz><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content20 :filename.sync=row.filename20></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片1',row.content20,row.filename20)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showz> <img :src=row.f_downloadURL20 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL20>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片1</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=showx><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content21 :filename.sync=row.filename21></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片2',row.content21,row.filename21)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showx> <img :src=row.f_downloadURL21 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL21>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片2</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用现场勘查'||defname=='工商现场勘查'||defname=='资料归档'\\\"> <center> <div v-if=shown><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content22 :filename.sync=row.filename22></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('现场勘察照片3',row.content22,row.filename22)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!shown> <img :src=row.f_downloadURL22 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL22>预览</a> </div> <p style=\\\"font-size: 20px\\\">现场勘察照片3</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\\\"> <center> <div v-if=showf><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content6 :filename.sync=row.filename6></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('燃气报装申请告知单',row.content6,row.filename6)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showf> <img :src=row.f_downloadURL6 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL6>预览</a> </div> <p style=\\\"font-size: 20px\\\">燃气报装申请告知单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='民用开户受理'||defname=='工商开户受理'||defname=='资料归档'\\\"> <center> <div v-if=showg><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content7 :filename.sync=row.filename7></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('供气合同',row.content7,row.filename7)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showg> <img :src=row.f_downloadURL7 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL7>预览</a> </div> <p style=\\\"font-size: 20px\\\">供气合同</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='工程验收'||defname=='资料归档'\\\"> <center> <div v-if=showh><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content8 :filename.sync=row.filename8></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('工程安装验收及结算单',row.content8,row.filename8)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showh> <img :src=row.f_downloadURL8 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL8>预览</a> </div> <p style=\\\"font-size: 20px\\\">工程安装验收及结算单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='点火'||defname=='资料归档'\\\"> <center> <div v-if=showi><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content9 :filename.sync=row.filename9></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('点火记录单',row.content9,row.filename9)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showi> <img :src=row.f_downloadURL9 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL9>预览</a> </div> <p style=\\\"font-size: 20px\\\">点火记录单</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showj><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content10 :filename.sync=row.filename10></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('压力试验结果',row.content10,row.filename10)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showj> <img :src=row.f_downloadURL10 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL10>预览</a> </div> <p style=\\\"font-size: 20px\\\">压力试验结果</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showk><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content11 :filename.sync=row.filename11></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户确认',row.content11,row.filename11)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL11 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL11>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户确认</p></center> </div> <div class=\\\"form-group col-sm-6\\\" style=\\\"height: 300px;width: 40%;float: left\\\" v-if=\\\"defname=='户内安装'||defname=='安装审核'||defname=='资料归档'\\\"> <center> <div v-if=showk><apply-avatar-upload style=\\\"height: 40%;width: 100%\\\" :img-src.sync=row.content12 :filename.sync=row.filename12></apply-avatar-upload> <button v-show=edit type=button @click=\\\"confirm('用户确认',row.content11,row.filename12)\\\" class=\\\"btn btn-primary\\\"> 上传 </button></div> <div v-if=!showk> <img :src=row.f_downloadURL12 alt=图片加载失败 style=\\\"height: 200px;width: 200px\\\"/><hr> <a class=\\\"btn btn-primary\\\" target=_blank :href=row.f_downloadURL12>预览</a> </div> <p style=\\\"font-size: 20px\\\">用户确认</p></center> </div> </div> </div> \";\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/vue-html-loader!./~/vue-loader/lib/selector.js?type=template&index=0!./src/components/product/ImageUpload.vue\n// module id = 823\n// module chunks = 83","var __vue_script__, __vue_template__\nvar __vue_styles__ = {}\n__vue_script__ = require(\"!!babel-loader?presets[]=es2015&plugins[]=transform-runtime&comments=false!../../../node_modules/vue-loader/lib/selector.js?type=script&index=0!./ImageUpload.vue\")\n__vue_template__ = require(\"!!vue-html-loader!../../../node_modules/vue-loader/lib/selector.js?type=template&index=0!./ImageUpload.vue\")\nmodule.exports = __vue_script__ || {}\nif (module.exports.__esModule) module.exports = module.exports.default\nvar __vue_options__ = typeof module.exports === \"function\" ? (module.exports.options || (module.exports.options = {})) : module.exports\nif (__vue_template__) {\n__vue_options__.template = __vue_template__\n}\nif (!__vue_options__.computed) __vue_options__.computed = {}\nObject.keys(__vue_styles__).forEach(function (key) {\nvar module = __vue_styles__[key]\n__vue_options__.computed[key] = function () { return module }\n})\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/components/product/ImageUpload.vue\n// module id = 1028\n// module chunks = 83"],"sourceRoot":""}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
webpackJsonp([84],{395:function(t,e,a){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=a(5),d=r(i),o=a(4),n=r(o),l=a(2),s=r(l),p=a(3),c=a(76),h=r(c);s.default.mark(function t(e,a){return s.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return a.f_actualfee_type=a.f_actualfee_type[0],a.f_bill_type=a.f_bill_type[0],t.next=4,e.$resetpost("rs/logic/saveentity",{data:{tablename:"t_apply",parameters:a}});case 4:delete a.id,e.$resetpost("rs/logic/saveentity",{data:{tablename:"t_record",parameters:a}}).then(function(){e.reset()});case 6:case"end":return t.stop()}},t,this)});e.default={components:{InputAndSelect:h.default},title:"报装收费",data:function(){return{model:{f_payfee_operator:"",f_payfee_department:"",f_filiale:"",f_payfee_date:"",rows:[]},detailModel:{rows:[]},isShowdetail:!1}},props:["infee"],ready:function(){this.load(),this.model.f_payfee_operator=this.$login.f.name,this.model.f_payfee_department=this.$login.f.f_parentname,this.model.f_filiale=this.$login.f.f_fengongsi,this.model.f_payfee_date=this.$login.toStandardDateString()},methods:{showdetail:function(){function t(t,a){return e.apply(this,arguments)}var e=(0,n.default)(s.default.mark(function t(e,a){var r,i,o,n;return s.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return console.log(e),this.isShowdetail=!0,r=new p.HttpResetClass,i={tablename:"t_receipt_detail",condition:"f_sheet_id = '"+e+"'"},console.log("即将获取材料明细记录数据"),t.next=7,r.load("POST","rs/sql/
|
|
2
|
-
//# sourceMappingURL=84.js.map
|
|
1
|
+
webpackJsonp([84],{395:function(t,e,a){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=a(5),d=r(i),o=a(4),n=r(o),l=a(2),s=r(l),p=a(3),c=a(76),h=r(c);s.default.mark(function t(e,a){return s.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return a.f_actualfee_type=a.f_actualfee_type[0],a.f_bill_type=a.f_bill_type[0],t.next=4,e.$resetpost("rs/logic/saveentity",{data:{tablename:"t_apply",parameters:a}});case 4:delete a.id,e.$resetpost("rs/logic/saveentity",{data:{tablename:"t_record",parameters:a}}).then(function(){e.reset()});case 6:case"end":return t.stop()}},t,this)});e.default={components:{InputAndSelect:h.default},title:"报装收费",data:function(){return{model:{f_payfee_operator:"",f_payfee_department:"",f_filiale:"",f_payfee_date:"",rows:[]},detailModel:{rows:[]},isShowdetail:!1}},props:["infee"],ready:function(){this.load(),this.model.f_payfee_operator=this.$login.f.name,this.model.f_payfee_department=this.$login.f.f_parentname,this.model.f_filiale=this.$login.f.f_fengongsi,this.model.f_payfee_date=this.$login.toStandardDateString()},methods:{showdetail:function(){function t(t,a){return e.apply(this,arguments)}var e=(0,n.default)(s.default.mark(function t(e,a){var r,i,o,n;return s.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return console.log(e),this.isShowdetail=!0,r=new p.HttpResetClass,i={tablename:"t_receipt_detail",condition:"f_sheet_id = '"+e+"'"},console.log("即将获取材料明细记录数据"),t.next=7,r.load("POST","rs/sql/singleTable",{data:i},{resolveMsg:null,rejectMsg:"获取材料明细记录数据失败"});case 7:for(o=t.sent,console.log("获取材料明细记录数据结果=>"+(0,d.default)(o.data)),n=0;n<o.data.length;n++)o.data[n].f_batch_importdate=o.data[n].f_batch_importdate.substring(0,11);this.detailModel.rows=o.data;case 11:case"end":return t.stop()}},t,this)}));return t}(),goback:function(){this.$dispatch("hiddenbtn"),this.showview=!1},reset:function(){this.$dispatch("close"),this.$dispatch("selfsearch")},load:function(){function t(){return e.apply(this,arguments)}var e=(0,n.default)(s.default.mark(function t(){var e,a,r,i;return s.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return e=new p.HttpResetClass,a={tablename:"t_receipt_sheet",condition:"f_apply_num = '"+this.infee.f_apply_num+"'"},console.log("即将获取材料批次记录数据"),t.next=5,e.load("POST","rs/sql/singleTable",{data:a},{resolveMsg:null,rejectMsg:"获取材料批次记录数据失败"});case 5:for(r=t.sent,console.log("获取材料批次记录数据响应结果=>"+(0,d.default)(r.data)),i=0;i<r.data.length;i++)r.data[i].f_batch_importdate=r.data[i].f_batch_importdate.substring(0,11);this.model.rows=r.data;case 9:case"end":return t.stop()}},t,this)}));return t}()}}},822:function(t,e){t.exports=' <div class="col-sm-12 auto select-overspread"> <div class="auto select-overspread"> <div class="panel panel-info"> <div class="panel-heading auto"> <h3 class=panel-title>材料记录展示</h3> </div> </div> </div> <div class="col-sm-12 span recordTable" style="margin-top: 10px;min-height: 80px;max-height:200px"> <partial-view v-ref:single-load> <data-grid :model=model v-ref:grid> <template partial=head> <tr> <th>序号</th> <th>材料批次id</th> <th>分公司</th> <th>操作部门</th> <th>领料批次操作人</th> <th>导入时间</th> </tr> </template> <template partial=body> <td @click=$parent.$parent.$parent.showdetail(row.id,$index)>{{$index+1}}</td> <td @click=$parent.$parent.$parent.showdetail(row.id,$index)>{{row.f_batch_id}}</td> <td @click=$parent.$parent.$parent.showdetail(row.id,$index)>{{row.f_filiale}}</td> <td @click=$parent.$parent.$parent.showdetail(row.id,$index)>{{row.f_parentname}}</td> <td @click=$parent.$parent.$parent.showdetail(row.id,$index)>{{row.f_sheet_operator}}</td> <td @click=$parent.$parent.$parent.showdetail(row.id,$index)>{{row.f_batch_importdate}}</td> </template> </data-grid> </partial-view> </div> <div class="col-sm-12 span recordTable" style="margin-top: 10px;min-height: 100px;max-height:300px" v-if=isShowdetail> <p>材料清单 <button type=button class=close @click="isShowdetail=false" aria-hidden=true>×</button> </p> <partial-view v-ref:single-load> <data-grid :model=detailModel v-ref:batchgrid> <template partial=head> <tr> <th>序号</th> <th>领取数量</th> <th>材料类型</th> <th>材料编码</th> <th>材料名称</th> <th>材料规格</th> <th>材料单位</th> <th>分公司</th> <th>操作部门</th> <th>领料明细操作人</th> <th>导入时间</th> </tr> </template> <template partial=body style="min-height: 100px;max-height:200px"> <td>{{$index+1}}</td> <td>{{row.f_receipt_num}}</td> <td>{{row.f_batch_type}}</td> <td>{{row.f_batch_code}}</td> <td>{{row.f_batch_name}}</td> <td>{{row.f_batch_norms}}</td> <td>{{row.f_batch_company}}</td> <td>{{row.f_filiale}}</td> <td>{{row.f_parentname}}</td> <td>{{row.f_detail_operator}}</td> <td>{{row.f_batch_importdate}}</td> </template> </data-grid> </partial-view> </div> </div> '},1027:function(t,e,a){var r,i,d={};r=a(395),i=a(822),t.exports=r||{},t.exports.__esModule&&(t.exports=t.exports.default);var o="function"==typeof t.exports?t.exports.options||(t.exports.options={}):t.exports;i&&(o.template=i),o.computed||(o.computed={}),Object.keys(d).forEach(function(t){var e=d[t];o.computed[t]=function(){return e}})}});
|
|
2
|
+
//# sourceMappingURL=84.js.map
|