1 line
4.2 KiB
JavaScript
1 line
4.2 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-projectEnd-dangerBigProject-userDetail"],{"1bfa":function(t,e,n){"use strict";n.r(e);var a=n("a036"),o=n("20b8");for(var r in o)["default"].indexOf(r)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(r);n("f708");var s=n("f0c5"),i=Object(s["a"])(o["default"],a["b"],a["c"],!1,null,"87926bf0",null,!1,a["a"],void 0);e["default"]=i.exports},"20b8":function(t,e,n){"use strict";n.r(e);var a=n("70ff"),o=n.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(r);e["default"]=o.a},"70ff":function(t,e,n){"use strict";n("7a82");var a=n("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("d3b7"),n("159b");var o=a(n("edc5")),r={data:function(){return{userId:"",statusBarHeight:0,tableData:[],taskId:"",title:""}},components:{dangerBigCheckDetail:o.default},onShow:function(t){this.statusBarHeight=uni.getStorageSync("systemInfo").statusBarHeight},onLoad:function(t){this.userId=t.id,this.taskId=t.taskId,this.title=decodeURIComponent(t.name),this.initData()},methods:{initData:function(){var t=this;this.sendRequest({url:"xmgl/acceptanceTableCheckTask/getAcceptanceTableCheckTaskInfo",method:"post",data:{taskId:this.taskId,userId:this.userId},success:function(e){uni.hideLoading(),t.tableData=e.result.myCheckrecord.list,t.tableData.forEach((function(t){t.isShow=!0,t.children.forEach((function(t){t.chooseType="0",t.children.forEach((function(e){console.log(e.chooseType),"0"==e.chooseType||(t.chooseType="")}))}))})),t.tableData.forEach((function(t){t.chooseType="0",t.children.forEach((function(e){"0"==e.chooseType||(t.chooseType="")}))})),console.log(t.tableData)}})},previewDetail:function(t){console.log(t)}}};e.default=r},"89d2":function(t,e,n){var a=n("24fb");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.control[data-v-87926bf0]{min-height:100%;background:#ededed}.control .fixedheader[data-v-87926bf0]{position:fixed;top:0;left:0;width:100%;z-index:2}.control .flex[data-v-87926bf0]{display:flex}.control .j-between[data-v-87926bf0]{justify-content:space-between}.control .a-center[data-v-87926bf0]{align-items:center}.control .b-bottom[data-v-87926bf0]{border-bottom:1px solid #f6f6f6}.control .control-h2[data-v-87926bf0]{font-size:14px;height:%?60?%;padding:0 %?20?%;background:hsla(0,0%,100%,.5)}',""]),t.exports=e},a036:function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){return a}));var a={headers:n("e033").default},o=function(){var t=this.$createElement,e=this._self._c||t;return e("v-uni-view",{staticClass:"control"},[e("headers",{staticClass:"fixedheader",attrs:{themeType:!0,showBack:!0}},[e("v-uni-view",{staticClass:"headerName"},[this._v(this._s(this.title))])],1),e("v-uni-view",{style:{"padding-top":this.statusBarHeight+45+"px"}},[e("dangerBigCheckDetail",{attrs:{tableData:this.tableData,type:1}})],1)],1)},r=[]},edfe:function(t,e,n){var a=n("89d2");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var o=n("4f06").default;o("337086cb",a,!0,{sourceMap:!1,shadowMode:!1})},f708:function(t,e,n){"use strict";var a=n("edfe"),o=n.n(a);o.a}}]); |