1 line
24 KiB
JavaScript
1 line
24 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-projectEnd-dangerBigProject-addVerifyForm","pages-my-my"],{"071c":function(e,t,a){"use strict";a.r(t);var i=a("552e"),n=a.n(i);for(var s in i)["default"].indexOf(s)<0&&function(e){a.d(t,e,(function(){return i[e]}))}(s);t["default"]=n.a},"0e93":function(e,t,a){var i=a("ebe9");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);var n=a("4f06").default;n("ff6b7228",i,!0,{sourceMap:!1,shadowMode:!1})},"1f6e":function(e,t,a){"use strict";a.r(t);var i=a("f0c5"),n=Object(i["a"])({},void 0,void 0,!1,null,null,null,!1,void 0,void 0);t["default"]=n.exports},2487:function(e,t,a){"use strict";a.r(t);var i=a("bf06"),n=a("aec2");for(var s in n)["default"].indexOf(s)<0&&function(e){a.d(t,e,(function(){return n[e]}))}(s);a("9c72");var r=a("f0c5"),o=Object(r["a"])(n["default"],i["b"],i["c"],!1,null,"48cb2314",null,!1,i["a"],void 0);t["default"]=o.exports},2554:function(e,t,a){"use strict";var i=a("0e93"),n=a.n(i);n.a},"3b1f":function(e,t,a){"use strict";a("7a82");var i=a("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("a9e3");var n=i(a("66ba")),s={name:"UniDrawer",components:{keypress:n.default},emits:["change"],props:{mode:{type:String,default:""},mask:{type:Boolean,default:!0},maskClick:{type:Boolean,default:!0},width:{type:Number,default:220}},data:function(){return{visibleSync:!1,showDrawer:!1,rightMode:!1,watchTimer:null,drawerWidth:220}},created:function(){this.drawerWidth=this.width,this.rightMode="right"===this.mode},methods:{clear:function(){},close:function(e){("mask"!==e||this.maskClick)&&this.visibleSync&&this._change("showDrawer","visibleSync",!1)},open:function(){this.visibleSync||this._change("visibleSync","showDrawer",!0)},_change:function(e,t,a){var i=this;this[e]=a,this.watchTimer&&clearTimeout(this.watchTimer),this.watchTimer=setTimeout((function(){i[t]=a,i.$emit("change",a)}),a?50:300)}}};t.default=s},"552e":function(e,t,a){"use strict";a("7a82"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("d3b7"),a("159b"),a("14d9"),a("99af");var i={data:function(){return{statusBarHeight:0,title:"下发验收任务",classifyId:"",formData:{acceptanceRegion:"",planExecuteTime:"",acceptanceType:""},textareaLengh:0,typeList:[{id:1,name:"施工条件验收"},{id:2,name:"危大工程验收"}],typeIndex:"",projectSn:"",peopleList:[],checkList:[],tableTypeList:[],sn:"",tableRadioList:"",tableId:"",className:"",tableName:"",peopleName:"",tableOptionValue:"",engineeringId:"",userId:"",taskId:"",isEdit:!0,pageType:"",detailData:""}},computed:{startDate:function(){return this.getDate("start")}},onShow:function(){this.statusBarHeight=uni.getStorageSync("systemInfo").statusBarHeight,this.projectSn=JSON.parse(uni.getStorageSync("userInfo")).sn,this.sn=JSON.parse(uni.getStorageSync("userInfo")).headquartersSn,this.userId=JSON.parse(uni.getStorageSync("userInfo")).userId,this.queryUserData(),this.queryTableTypeListData()},onLoad:function(e){e.id&&(this.engineeringId=e.id),e.type&&(this.pageType=e.type,this.taskId=e.taskId,this.queryDetail(),2==this.pageType&&(this.isEdit=!1))},methods:{queryDetail:function(){var e=this;this.sendRequest({url:"xmgl/acceptanceTableCheckTask/queryById",method:"post",data:{id:this.taskId},success:function(t){e.detailData=t.result;var a=t.result;e.formData.acceptanceType=a.acceptanceType,e.typeIndex=a.acceptanceType-1,e.classifyId=a.classifyId,e.className=a.classifyName,e.tableId=a.tableId,e.formData.acceptanceRegion=a.acceptanceRegion,e.checkList=a.acceptanceUser.split(","),e.queryUserData(),e.queryTableListData(),e.formData.planExecuteTime=a.planExecuteTime,console.log(t.result,"-----回显数据")}})},radioChange:function(e){console.log(e),this.tableId="",this.tableName="",this.classifyId=JSON.parse(e.detail.value).id,this.className=JSON.parse(e.detail.value).classifyName,this.queryTableListData()},radioChange2:function(e){console.log(e),this.tableId=JSON.parse(e.detail.value).id,this.tableName=JSON.parse(e.detail.value).tableName,this.tableOptionValue=JSON.parse(e.detail.value).optionResult},bindInputBlur:function(e){this.formData.acceptanceRegion=e.detail.value},checkboxChange:function(e){var t=this;console.log(e),this.checkList=e.detail.value;var a=[];this.peopleList.forEach((function(e){var i=e.userId;e.checked=!1,t.checkList.forEach((function(t){if(t==i)return a.push(e.realName),void(e.checked=!0)}))})),console.log(this.peopleList),this.peopleName=a.join(",")},showDrawer:function(){this.$refs.showRight.open()},closeDrawer:function(){this.$refs.showRight.close()},showDrawer2:function(){this.$refs.showRight2.open()},closeDrawer2:function(){this.$refs.showRight2.close()},showDrawer3:function(){this.$refs.showRight3.open()},closeDrawer3:function(){this.$refs.showRight3.close()},saveForm:function(){var e=this.formData;e.classifyId=this.classifyId,e.acceptanceUser=this.checkList.join(","),e.projectSn=this.projectSn,e.tableId=this.tableId,e.tableOptionValue=this.tableOptionValue,e.createUser=this.userId,e.engineeringId=this.engineeringId,e.tableName=this.tableName,e.classifyName=this.className,""!=this.formData.acceptanceType?""!=this.classifyId?""!=this.tableId?""!=this.formData.acceptanceRegion?""!=this.acceptanceUser?""!=this.formData.planExecuteTime?(console.log(e),1==this.pageType?(e.id=this.detailData.id,e.tableOptionValue||(e.tableOptionValue=this.detailData.tableOptionValue),e.engineeringId=this.detailData.engineeringId,console.log(e),this.sendRequest({url:"xmgl/acceptanceTableCheckTask/edit",method:"post",data:e,success:function(e){console.log(e),200==e.code&&(uni.showToast({title:"保存成功"}),uni.navigateBack({}))}})):this.sendRequest({url:"xmgl/acceptanceTableCheckTask/add",method:"post",data:e,success:function(e){console.log(e),200==e.code&&(uni.showToast({title:"保存成功"}),uni.navigateBack({}))}})):uni.showToast({title:"请选择计划执行时间!",icon:"none",duration:2e3}):uni.showToast({title:"请选择验收人!",icon:"none",duration:2e3}):uni.showToast({title:"请输入验收部位!",icon:"none",duration:2e3}):uni.showToast({title:"请选择验收表!",icon:"none",duration:2e3}):uni.showToast({title:"请选择验收表类别!",icon:"none",duration:2e3}):uni.showToast({title:"请选择验收类型!",icon:"none",duration:2e3})},bindPickerChange:function(e){this.typeIndex=e.detail.value,this.formData.acceptanceType=this.typeList[e.detail.value].id},bindDateChange:function(e){this.formData.planExecuteTime=e.detail.value},getDate:function(e){var t=new Date,a=t.getFullYear(),i=t.getMonth()+1,n=t.getDate();return"start"===e&&(a=a),i=i>9?i:"0"+i,n=n>9?n:"0"+n,"".concat(a,"-").concat(i,"-").concat(n)},queryUserData:function(){var e=this;this.sendRequest({url:"xmgl/systemUser/getProjectChilderSystemUserList",method:"post",data:{projectSn:this.projectSn},success:function(t){e.peopleList=t.result,e.checkList.length>0&&e.checkboxChange({detail:{value:e.checkList}}),console.log(t.result,"-----验收人")}})},queryTableTypeListData:function(){var e=this;this.sendRequest({url:"xmgl/inspectTableLibrary/selectTableLibraryList",method:"post",data:{sn:this.sn},success:function(t){e.tableTypeList=t.result,console.log(t.result,"-----类别")}})},queryTableListData:function(){var e=this;this.sendRequest({url:"xmgl/inspectTableItem/selectTableItemList",method:"post",data:{classifyId:this.classifyId},success:function(t){e.tableRadioList=t.result,e.tableId&&e.tableRadioList.forEach((function(t){t.id==e.tableId&&(e.tableName=t.tableName)})),console.log(t.result,"-----检查表")}})}}};t.default=i},5847:function(e,t,a){var i=a("24fb");t=i(!1),t.push([e.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/* 文章场景相关 */.addPlan[data-v-1f888e61]{height:100%;background:#f6f6f6}.addPlan .fixedheader[data-v-1f888e61]{position:fixed;top:0;left:0;width:100%;z-index:2}.addPlan .save-btn[data-v-1f888e61]{position:fixed;bottom:0;left:0;width:100%;height:%?96?%;background:#2b8df3;color:#fff;text-align:center;line-height:%?96?%}.addPlan .flex[data-v-1f888e61]{display:flex}.addPlan .a-center[data-v-1f888e61]{align-items:center}.addPlan .b-bottom[data-v-1f888e61]{border-bottom:1px solid #f6f6f6}.addPlan .f-column[data-v-1f888e61]{flex-direction:column}.addPlan .wrap[data-v-1f888e61]{height:100%;box-sizing:border-box;padding-bottom:%?96?%}.addPlan .plan-form[data-v-1f888e61]{height:calc(100% - 20px);background:#fff;margin:%?20?% 0 0 0}.addPlan .plan-form .form-item[data-v-1f888e61]{padding:%?20?% %?24?%;display:flex;justify-content:space-between}.addPlan .plan-form .form-item .form-lable[data-v-1f888e61]{white-space:nowrap;font-size:14px}.addPlan .plan-form .form-item .form-lable .tag[data-v-1f888e61]{color:#dd524d}.addPlan .plan-form .form-item .from-input[data-v-1f888e61]{text-align:right}.addPlan .form-checkbox[data-v-1f888e61]{padding-top:%?30?%}.addPlan .form-checkbox .uni-list-cell[data-v-1f888e61]{padding-left:%?30?%;font-size:14px;margin-bottom:%?8?%}.addPlan .check-btn[data-v-1f888e61]{height:%?96?%;width:100%;background:#4181fe;color:#fff;text-align:center;line-height:%?96?%}.addPlan .radio-wrap[data-v-1f888e61]{font-size:14px;padding-left:%?20?%;padding-top:%?20?%}.addPlan .radio-wrap .uni-list-cell[data-v-1f888e61]{margin-bottom:%?8?%}.addPlan .radio-wrap .radio-children[data-v-1f888e61]{margin-left:%?50?%;margin-bottom:%?8?%}',""]),e.exports=t},58885:function(e,t,a){"use strict";a.d(t,"b",(function(){return n})),a.d(t,"c",(function(){return s})),a.d(t,"a",(function(){return i}));var i={uniIcons:a("1f6e").default},n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("v-uni-view",{class:e.themeType?"whiteHeaderBox":""},[a("v-uni-view",{staticClass:"statusBar",style:{height:e.mobileTopHeight+"px"}}),a("v-uni-view",{staticClass:"headerBox"},[a("uni-icons",{directives:[{name:"show",rawName:"v-show",value:e.showBack,expression:"showBack"}],staticClass:"backImg",attrs:{type:"arrowleft",size:"24"},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.goBackFn.apply(void 0,arguments)}}}),e._t("default")],2)],1)},s=[]},"62cf":function(e,t,a){var i=a("24fb");t=i(!1),t.push([e.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/* 文章场景相关 */.uni-drawer[data-v-48cb2314]{display:block;position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:999}.uni-drawer__content[data-v-48cb2314]{display:block;position:absolute;top:0;width:220px;bottom:0;background-color:#fff;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.uni-drawer--left[data-v-48cb2314]{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.uni-drawer--right[data-v-48cb2314]{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.uni-drawer__content--visible[data-v-48cb2314]{-webkit-transform:translateX(0);transform:translateX(0)}.uni-drawer__mask[data-v-48cb2314]{display:block;opacity:0;position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.4);transition:opacity .3s}.uni-drawer__mask--visible[data-v-48cb2314]{display:block;opacity:1}',""]),e.exports=t},"66ba":function(e,t,a){"use strict";a("7a82"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("7db0"),a("d3b7"),a("b64b"),a("caad"),a("2532");var i={name:"Keypress",props:{disable:{type:Boolean,default:!1}},mounted:function(){var e=this,t={esc:["Esc","Escape"],tab:"Tab",enter:"Enter",space:[" ","Spacebar"],up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete","Del"]};document.addEventListener("keyup",(function(a){if(!e.disable){var i=Object.keys(t).find((function(e){var i=a.key,n=t[e];return n===i||Array.isArray(n)&&n.includes(i)}));i&&setTimeout((function(){e.$emit(i,{})}),0)}}))},render:function(){}};t.default=i},"6bf9":function(e,t,a){"use strict";a.r(t);var i=a("b65d"),n=a.n(i);for(var s in i)["default"].indexOf(s)<0&&function(e){a.d(t,e,(function(){return i[e]}))}(s);t["default"]=n.a},"996e":function(e,t,a){"use strict";a.r(t);var i=a("58885"),n=a("6bf9");for(var s in n)["default"].indexOf(s)<0&&function(e){a.d(t,e,(function(){return n[e]}))}(s);a("2554");var r=a("f0c5"),o=Object(r["a"])(n["default"],i["b"],i["c"],!1,null,"929d0930",null,!1,i["a"],void 0);t["default"]=o.exports},"99e0":function(e,t,a){"use strict";a.d(t,"b",(function(){return n})),a.d(t,"c",(function(){return s})),a.d(t,"a",(function(){return i}));var i={headers:a("996e").default,uniIcons:a("1f6e").default,uniDrawer:a("2487").default},n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("v-uni-view",{staticClass:"addPlan"},[a("headers",{staticClass:"fixedheader",attrs:{themeType:!0,showBack:!0}},[a("v-uni-view",{staticClass:"headerName"},[e._v(e._s(e.title))])],1),a("v-uni-view",{staticClass:"wrap",style:{"padding-top":e.statusBarHeight+45+"px"}},[a("v-uni-view",{staticClass:"plan-form"},[a("v-uni-view",{staticClass:"form-item b-bottom"},[a("v-uni-view",{staticClass:"form-lable"},[a("v-uni-text",{staticClass:"tag"},[e._v("*")]),e._v("验收类型")],1),a("v-uni-picker",{attrs:{disabled:!e.isEdit,value:e.typeIndex,"range-key":"name",range:e.typeList},on:{change:function(t){arguments[0]=t=e.$handleEvent(t),e.bindPickerChange.apply(void 0,arguments)}}},[a("v-uni-view",{staticStyle:{display:"flex","align-items":"center"}},[a("v-uni-view",{staticClass:"uni-input"},[e._v(e._s(e.typeList[e.typeIndex]?e.typeList[e.typeIndex].name:""))]),e.isEdit?a("uni-icons",{attrs:{type:"arrowright",size:"20"}}):e._e()],1)],1)],1),a("v-uni-view",{staticClass:"form-item b-bottom"},[a("v-uni-view",{staticClass:"form-lable"},[a("v-uni-text",{staticClass:"tag"},[e._v("*")]),e._v("验收表类别")],1),a("v-uni-view",{staticClass:"flex a-center"},[a("v-uni-view",{staticClass:"text"},[e._v(e._s(e.className))]),e.isEdit?a("uni-icons",{attrs:{type:"arrowright",size:"18"},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.showDrawer2.apply(void 0,arguments)}}}):e._e()],1)],1),a("v-uni-view",{staticClass:"form-item b-bottom"},[a("v-uni-view",{staticClass:"form-lable"},[a("v-uni-text",{staticClass:"tag"},[e._v("*")]),e._v("验收表")],1),a("v-uni-view",{staticClass:"flex a-center"},[a("v-uni-view",{staticClass:"text"},[e._v(e._s(e.tableName))]),e.isEdit?a("uni-icons",{attrs:{type:"arrowright",size:"18"},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.showDrawer3.apply(void 0,arguments)}}}):e._e()],1)],1),a("v-uni-view",{staticClass:"form-item b-bottom"},[a("v-uni-view",{staticClass:"form-lable"},[a("v-uni-text",{staticClass:"tag"},[e._v("*")]),e._v("验收部位")],1),a("v-uni-input",{staticClass:"from-input",attrs:{disabled:!e.isEdit,type:"text",value:e.formData.acceptanceRegion,placeholder:"请输入验收部位"},on:{blur:function(t){arguments[0]=t=e.$handleEvent(t),e.bindInputBlur.apply(void 0,arguments)}}})],1),a("v-uni-view",{staticClass:"form-item b-bottom"},[a("v-uni-view",{staticClass:"form-lable"},[a("v-uni-text",{staticClass:"tag"},[e._v("*")]),e._v("验收人")],1),a("v-uni-view",{staticClass:"flex a-center"},[a("v-uni-view",{staticClass:"text"},[e._v(e._s(e.peopleName))]),e.isEdit?a("uni-icons",{attrs:{type:"arrowright",size:"18"},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.showDrawer.apply(void 0,arguments)}}}):e._e()],1)],1),a("v-uni-view",{staticClass:"form-item"},[a("v-uni-view",{staticClass:"form-lable"},[a("v-uni-text",{staticClass:"tag"},[e._v("*")]),e._v("计划执行时间")],1),a("v-uni-picker",{staticClass:"form-content",attrs:{disabled:!e.isEdit,mode:"date",value:e.formData.planExecuteTime,start:e.startDate},on:{change:function(t){arguments[0]=t=e.$handleEvent(t),e.bindDateChange.apply(void 0,arguments)}}},[a("v-uni-view",{staticClass:"uni-input"},[e._v(e._s(e.formData.planExecuteTime)),e.isEdit?a("uni-icons",{attrs:{type:"arrowright",color:"#6C7178"}}):e._e()],1)],1)],1)],1),a("uni-drawer",{ref:"showRight",style:{top:e.statusBarHeight+45+"px"},attrs:{mode:"right","mask-click":!0}},[a("v-uni-scroll-view",{staticStyle:{height:"calc(100% - 48px)"},attrs:{"scroll-y":"true"}},[a("v-uni-checkbox-group",{staticClass:"form-checkbox",on:{change:function(t){arguments[0]=t=e.$handleEvent(t),e.checkboxChange.apply(void 0,arguments)}}},e._l(e.peopleList,(function(t,i){return a("v-uni-label",{key:i,staticClass:"uni-list-cell uni-list-cell-pd flex a-center"},[a("v-uni-view",[a("v-uni-checkbox",{staticStyle:{transform:"scale(0.7)"},attrs:{value:t.userId.toString(),checked:t.checked}})],1),a("v-uni-view",[e._v(e._s(t.realName))])],1)})),1)],1),a("v-uni-view",{staticClass:"check-btn",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.closeDrawer.apply(void 0,arguments)}}},[e._v("确定")])],1),a("uni-drawer",{ref:"showRight2",style:{top:e.statusBarHeight+45+"px"},attrs:{width:280,mode:"right","mask-click":!0}},[a("v-uni-scroll-view",{staticStyle:{height:"calc(100% - 48px)"},attrs:{"scroll-y":"true"}},[a("v-uni-radio-group",{staticClass:"radio-wrap",on:{change:function(t){arguments[0]=t=e.$handleEvent(t),e.radioChange.apply(void 0,arguments)}}},e._l(e.tableTypeList,(function(t,i){return a("v-uni-view",{key:i},[a("v-uni-label",{staticClass:"uni-list-cell uni-list-cell-pd flex a-center"},[a("v-uni-view",[a("v-uni-radio",{staticStyle:{transform:"scale(0.7)"},attrs:{value:JSON.stringify(t),checked:t.id==e.classifyId}})],1),a("v-uni-view",[e._v(e._s(t.classifyName))])],1),t.children?a("v-uni-view",e._l(t.children,(function(t,i){return a("v-uni-view",{key:i},[a("v-uni-label",{staticClass:"uni-list-cell uni-list-cell-pd flex a-center radio-children"},[a("v-uni-view",[a("v-uni-radio",{staticStyle:{transform:"scale(0.7)"},attrs:{value:JSON.stringify(t),checked:t.id==e.classifyId}})],1),a("v-uni-view",[e._v(e._s(t.classifyName))])],1)],1)})),1):e._e()],1)})),1)],1),a("v-uni-view",{staticClass:"check-btn",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.closeDrawer2.apply(void 0,arguments)}}},[e._v("确定")])],1),a("uni-drawer",{ref:"showRight3",style:{top:e.statusBarHeight+45+"px"},attrs:{mode:"right","mask-click":!0}},[a("v-uni-scroll-view",{staticStyle:{height:"calc(100% - 48px)"},attrs:{"scroll-y":"true"}},[a("v-uni-radio-group",{staticClass:"radio-wrap",on:{change:function(t){arguments[0]=t=e.$handleEvent(t),e.radioChange2.apply(void 0,arguments)}}},e._l(e.tableRadioList,(function(t,i){return a("v-uni-view",{key:i},[a("v-uni-label",{staticClass:"uni-list-cell uni-list-cell-pd flex a-center"},[a("v-uni-view",[a("v-uni-radio",{staticStyle:{transform:"scale(0.7)"},attrs:{value:JSON.stringify(t),checked:t.id==e.tableId}})],1),a("v-uni-view",[e._v(e._s(t.tableName))])],1)],1)})),1)],1),a("v-uni-view",{staticClass:"check-btn",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.closeDrawer3.apply(void 0,arguments)}}},[e._v("确定")])],1)],1),2!=e.pageType?a("v-uni-view",{staticClass:"save-btn",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.saveForm.apply(void 0,arguments)}}},[e._v("下发验收任务")]):e._e()],1)},s=[]},"9c72":function(e,t,a){"use strict";var i=a("a599"),n=a.n(i);n.a},a599:function(e,t,a){var i=a("62cf");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);var n=a("4f06").default;n("7b3f1f1b",i,!0,{sourceMap:!1,shadowMode:!1})},aec2:function(e,t,a){"use strict";a.r(t);var i=a("3b1f"),n=a.n(i);for(var s in i)["default"].indexOf(s)<0&&function(e){a.d(t,e,(function(){return i[e]}))}(s);t["default"]=n.a},b65d:function(e,t,a){"use strict";a("7a82");var i=a("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(a("1f6e")),s={props:["showBack","themeType"],components:{uniIcons:n.default},data:function(){return{mobileTopHeight:0}},mounted:function(){var e=this;uni.getSystemInfo({success:function(t){e.mobileTopHeight=t.statusBarHeight,uni.setStorageSync("systemInfo",t),console.log(t)}}),console.log("this.mobileTopHeight",this.mobileTopHeight)},methods:{goBackFn:function(){uni.navigateBack({success:function(){}})}}};t.default=s},be6e:function(e,t,a){var i=a("5847");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);var n=a("4f06").default;n("559f20e0",i,!0,{sourceMap:!1,shadowMode:!1})},bf06:function(e,t,a){"use strict";a.d(t,"b",(function(){return i})),a.d(t,"c",(function(){return n})),a.d(t,"a",(function(){}));var i=function(){var e=this,t=e.$createElement,a=e._self._c||t;return e.visibleSync?a("v-uni-view",{staticClass:"uni-drawer",class:{"uni-drawer--visible":e.showDrawer},on:{touchmove:function(t){t.stopPropagation(),t.preventDefault(),arguments[0]=t=e.$handleEvent(t),e.clear.apply(void 0,arguments)}}},[a("v-uni-view",{staticClass:"uni-drawer__mask",class:{"uni-drawer__mask--visible":e.showDrawer&&e.mask},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.close("mask")}}}),a("v-uni-view",{staticClass:"uni-drawer__content",class:{"uni-drawer--right":e.rightMode,"uni-drawer--left":!e.rightMode,"uni-drawer__content--visible":e.showDrawer},style:{width:e.drawerWidth+"px"}},[e._t("default")],2),a("keypress",{on:{esc:function(t){arguments[0]=t=e.$handleEvent(t),e.close("mask")}}})],1):e._e()},n=[]},e655:function(e,t,a){"use strict";var i=a("be6e"),n=a.n(i);n.a},ebe9:function(e,t,a){var i=a("24fb");t=i(!1),t.push([e.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/* 文章场景相关 */.statusBar[data-v-929d0930]{background-color:#2a2b5b}.whiteHeaderBox .statusBar[data-v-929d0930]{background-color:#2b8df3}',""]),e.exports=t},f093:function(e,t,a){"use strict";a.r(t);var i=a("99e0"),n=a("071c");for(var s in n)["default"].indexOf(s)<0&&function(e){a.d(t,e,(function(){return n[e]}))}(s);a("e655");var r=a("f0c5"),o=Object(r["a"])(n["default"],i["b"],i["c"],!1,null,"1f888e61",null,!1,i["a"],void 0);t["default"]=o.exports}}]); |