twmodule 0.0.28 → 0.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/lib/twComp.common.js +14 -13
- package/lib/twComp.css +1 -1
- package/lib/twComp.umd.js +14 -13
- package/lib/twComp.umd.min.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -202,8 +202,7 @@ npm run test
|
|
202
202
|
func:点击表单中的保存按钮后,会在此方法中返回表单所填数据。
|
203
203
|
gotoPage:当组件类型为selectPage时,设置该方法,返回一个回调函数,用于后续自己处理逻辑。
|
204
204
|
formVerify:(非必要)每当填写某一项表单后,被动触发验证一次表单所有必填
|
205
|
-
|
206
|
-
写。如果都填写完成,则会在此方法中返回一个对象。
|
205
|
+
字段是否填写。如果都填写完成,则会在此方法中返回一个对象。
|
207
206
|
obj = {
|
208
207
|
currState: true,//表示必填已填完(此方法中必为true)。
|
209
208
|
mention: "",//该字段为必填字段没有填写时,返回的该项label文案。
|
@@ -218,7 +217,7 @@ npm run test
|
|
218
217
|
isLocalShow:false,
|
219
218
|
id:'formId',
|
220
219
|
formList:[
|
221
|
-
{name:'整数(正负)',required:true,showName:'',value:'',valueName:'breedDate1',placeholder:'digit',type:'digit',limit:50,showLimit:false},
|
220
|
+
{name:'整数(正负)',id:'',className:'',required:true,showName:'',value:'',valueName:'breedDate1',placeholder:'digit',type:'digit',limit:50,showLimit:false},
|
222
221
|
{name:'数字',required:true,value:'',valueName:'breedWeight',placeholder:'number',type:'number',unit:'kg',tofixed:3,isCount:true,blurContact:'price',blurResult:'totalMoney',ggContact:['breedWeight','breedNumber'],ggResult:'breedSpecification'},
|
223
222
|
{name:'正整数(电话号码)',required:true,limit:11,value:'',valueName:'breedNumber',placeholder:'请输入数量',type:'tel',unit:'尾',isCount:true,ggContact:['breedWeight','breedNumber'],ggResult:'breedSpecification'},
|
224
223
|
{name:'放养规格',value:'',required:true,valueName:'breedSpecification',placeholder:'自动计算(数字*正整数)',type:'number',unit:'克/尾',tofixed:1,readonly:true},
|
@@ -273,6 +272,8 @@ npm run test
|
|
273
272
|
|
274
273
|
formList字段说明:
|
275
274
|
name:label名字。
|
275
|
+
id:'',
|
276
|
+
className:'',
|
276
277
|
showName:单选或者多选时,选中后需要展示的文案。
|
277
278
|
value:传给后台的value值。多选时,value为选中的数组对象
|
278
279
|
valueName:传给后台的key。
|
package/lib/twComp.common.js
CHANGED
@@ -7409,12 +7409,12 @@ var mainvue_type_template_id_5ec60ed2_staticRenderFns = []
|
|
7409
7409
|
|
7410
7410
|
// CONCATENATED MODULE: ./packages/twForms/src/main.vue?vue&type=template&id=5ec60ed2&
|
7411
7411
|
|
7412
|
-
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"9b9f7194-vue-loader-template"}!./node_modules/_vue-loader@15.9.3@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.3@vue-loader/lib??vue-loader-options!./examples/components/comPage/twForm/twForm.vue?vue&type=template&id=
|
7413
|
-
var twFormvue_type_template_id_165070d8_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('section',{ref:_vm.formData.id,staticClass:"formPage",attrs:{"id":_vm.formData.id}},[(_vm.formData.title)?_c('section',{staticClass:"twTopTitle"},[_vm._v(" "+_vm._s(_vm.formData.title)+" ")]):_vm._e(),_c('section',{class:_vm.formData.isLocalShow?'formContent':'formContent twContent',style:({'margin-top':_vm.formData.title?'6vh':'0','margin-bottom':_vm.formData.saveBtn?'8vh':'0'})},_vm._l((_vm.formData.formList),function(item,index){return (!item.isHidden)?_c('section',{key:index,staticClass:"formList",style:({'display':item.isNullHide && !item.value?'none':'flex'})},[(item.type == 'selectPage')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.gotoPage(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"textarea","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"required":item.required,"maxlength":item.limit,"show-word-limit":item.type=='textarea'?true:false,"rows":1,"autosize":{ minRows: 1, maxRows: 3},"is-link":"","error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.showName),callback:function ($$v) {_vm.$set(item, "showName", $$v)},expression:"item.showName"}})],1):(item.type == 'radio')?_c('div',{ref:item.valueName,refInFor:true},[_c('van-cell',{staticStyle:{"text-align":"left","padding-bottom":"0"},attrs:{"border":false,"title-class":"titleWid","label":(item.required&&!item.value.length&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"click":function($event){$event.stopPropagation();return _vm.radioCheckClick(item)}}},[_c('span',{staticStyle:{"position":"relative"},attrs:{"slot":"title"},slot:"title"},[_vm._v(_vm._s(item.name)+" "),(item.required)?_c('span',{staticClass:"require"},[_vm._v("*")]):_vm._e()]),_c('van-radio-group',{attrs:{"direction":"horizontal","icon-size":"15","checked-color":item.radioCheckColor?item.radioCheckColor:'#3399ff',"disabled":item.disabled},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},_vm._l((item.list),function(item,index){return _c('van-radio',{key:index,attrs:{"name":item.value}},[_vm._v(_vm._s(item.name))])}),1)],1)],1):(item.type == 'radioPop')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.radioCheckBox(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"text","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"is-link":"","required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.showName),callback:function ($$v) {_vm.$set(item, "showName", $$v)},expression:"item.showName"}})],1):(item.type == 'checkBox')?_c('div',{ref:item.valueName,refInFor:true},[_c('van-cell',{staticStyle:{"text-align":"left","padding-bottom":"0"},attrs:{"border":false,"title-class":"titleWid","label":(item.required&&(item.value.length==0)&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"click":function($event){$event.stopPropagation();return _vm.radioCheckClick(item)}}},[_c('span',{staticStyle:{"position":"relative"},attrs:{"slot":"title"},slot:"title"},[_vm._v(_vm._s(item.name)+" "),(item.required)?_c('span',{staticClass:"require"},[_vm._v("*")]):_vm._e()]),_c('van-checkbox-group',{attrs:{"direction":"horizontal","icon-size":"15","checked-color":item.radioCheckColor?item.radioCheckColor:'#3399ff',"disabled":item.disabled,"max":item.maxChoose?item.maxChoose:0},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},_vm._l((item.list),function(item,index){return _c('van-checkbox',{key:index,attrs:{"name":item.value,"shape":"square"}},[_vm._v(_vm._s(item.name))])}),1)],1)],1):(item.type == 'checkBoxPop')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.radioCheckBox(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"textarea","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"is-link":"","required":item.required,"error-message":(item.required&&!(item.value.length>0)&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.showName),callback:function ($$v) {_vm.$set(item, "showName", $$v)},expression:"item.showName"}})],1):(item.type == 'selectOne' || item.type == 'selectOneContact')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.selectOneBoxOpen(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"text","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"swipe-duration":500,"is-link":"","required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.showName),callback:function ($$v) {_vm.$set(item, "showName", $$v)},expression:"item.showName"}})],1):(item.type == 'selectDate')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.timeOpenFun(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"text","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"is-link":"","required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}})],1):(item.type == 'selectRange')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.rangeOpenFun(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"text","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"is-link":"","required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}})],1):(item.type == 'textarea')?_c('div',{ref:item.valueName,refInFor:true},[(item.isInline)?_c('van-field',{attrs:{"label":item.name,"type":item.type,"readonly":item.readonly,"placeholder":item.placeholder,"disabled":item.disabled,"clearable":"","maxlength":item.limit,"show-word-limit":item.limit&&item.showLimit?true:false,"autosize":{maxHeight: item.maxHeight?item.maxHeight:100},"rows":item.rows?item.rows:2,"required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"input":function($event){return _vm.numberChange(item)},"blur":function($event){return _vm.watchBlur(item)}},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},[(item.unit)?_c('van-button',{staticStyle:{"border":"0","font-size":"14px"},attrs:{"slot":"right-icon","type":"default","size":"mini"},slot:"right-icon"},[_vm._v(_vm._s(item.unit))]):_vm._e()],1):_c('span',[_c('van-cell',{staticStyle:{"text-align":"left","padding-bottom":"0"},attrs:{"border":false}},[_c('span',{staticStyle:{"position":"relative"},attrs:{"slot":"title"},slot:"title"},[_vm._v(_vm._s(item.name)+" "),(item.required)?_c('span',{staticClass:"require"},[_vm._v("*")]):_vm._e()])]),_c('van-field',{attrs:{"type":item.type,"readonly":item.readonly,"placeholder":item.placeholder,"disabled":item.disabled,"clearable":"","maxlength":item.limit,"show-word-limit":item.limit&&item.showLimit?true:false,"rows":item.rows?item.rows:2,"autosize":{maxHeight: item.maxHeight?item.maxHeight:100},"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"blur":function($event){return _vm.watchBlur(item)},"input":function($event){return _vm.numberChange(item)}},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},[(item.unit)?_c('van-button',{staticStyle:{"border":"0","font-size":"14px"},attrs:{"slot":"right-icon","type":"default","size":"mini"},slot:"right-icon"},[_vm._v(_vm._s(item.unit))]):_vm._e()],1)],1)],1):_c('div',{ref:item.valueName,refInFor:true},[_c('van-field',{attrs:{"label":item.name,"type":item.type,"readonly":item.readonly,"placeholder":item.placeholder,"disabled":item.disabled,"clearable":"","required":item.required,"maxlength":item.limit,"show-word-limit":item.limit&&item.showLimit?true:false,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"input":function($event){return _vm.numberChange(item)},"blur":function($event){return _vm.watchBlur(item)}},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},[(item.unit)?_c('van-button',{staticStyle:{"border":"0","font-size":"14px"},attrs:{"slot":"right-icon","type":"default","size":"mini"},slot:"right-icon"},[_vm._v(_vm._s(item.unit))]):_vm._e()],1)],1)]):_vm._e()}),0),_c('van-popup',{attrs:{"position":"bottom"},model:{value:(_vm.timeOpen),callback:function ($$v) {_vm.timeOpen=$$v},expression:"timeOpen"}},[_c('van-datetime-picker',{attrs:{"type":_vm.timeType,"min-date":_vm.startDate,"max-date":_vm.endDate,"formatter":_vm.formatterTime},on:{"cancel":function($event){_vm.timeOpen = false},"confirm":_vm.timeConfirm},model:{value:(_vm.pickerValueDate),callback:function ($$v) {_vm.pickerValueDate=$$v},expression:"pickerValueDate"}})],1),_c('van-calendar',{ref:"rangeChoose",attrs:{"type":_vm.rangeType,"min-date":_vm.startDate,"max-date":_vm.endDate,"confirm-disabled-text":"请选择结束时间","confirm-text":"完成","formatter":_vm.formatterRange,"round":false,"color":_vm.rangeColor},on:{"confirm":_vm.rangeConfirm},model:{value:(_vm.rangeOpen),callback:function ($$v) {_vm.rangeOpen=$$v},expression:"rangeOpen"}},[_c('div',{staticStyle:{"position":"relative"},attrs:{"slot":"title"},slot:"title"},[_vm._v(" 日期选择 "),(_vm.rangeOpen)?_c('span',{staticClass:"rangeTextStyle",style:({color:_vm.rangeColor}),on:{"click":function($event){$event.stopPropagation();return _vm.jumpToday($event)}}},[_vm._v("重置")]):_vm._e()])]),_c('van-popup',{attrs:{"position":"bottom"},on:{"click-overlay":_vm.radioCheckCancel},model:{value:(_vm.radioCheckBoxShow),callback:function ($$v) {_vm.radioCheckBoxShow=$$v},expression:"radioCheckBoxShow"}},[_c('section',{staticClass:"radioCheck"},[_c('section',{staticClass:"twFlex-between",staticStyle:{"padding":"10px","margin-bottom":"10px","border-bottom":"1px solid lightgrey"}},[_c('van-button',{attrs:{"type":"default","size":"small","round":true},on:{"click":_vm.radioCheckCancel}},[_vm._v("取消")]),(_vm.currTarget.type=='checkBoxPop')?_c('van-button',{attrs:{"type":"info","size":"mini","round":true,"plain":true},on:{"click":_vm.checkAll}},[_vm._v("全选")]):_vm._e(),(_vm.currTarget.type=='checkBoxPop')?_c('van-button',{attrs:{"type":"info","size":"mini","round":true,"plain":true},on:{"click":_vm.toggleAll}},[_vm._v("反选")]):_vm._e(),_c('van-button',{attrs:{"color":_vm.currTarget.radioCheckColor?_vm.currTarget.radioCheckColor:'#3399ff',"size":"small","round":true},on:{"click":_vm.radioCheckSure}},[_vm._v("确认")])],1),_c('section',{staticStyle:{"padding":"10px"}},[(_vm.currTarget.type=='radioPop')?_c('van-radio-group',{attrs:{"direction":"horizontal","icon-size":"15","checked-color":_vm.currTarget.radioCheckColor?_vm.currTarget.radioCheckColor:'#3399ff',"disabled":_vm.currTarget.disabled},model:{value:(_vm.currTarget.value),callback:function ($$v) {_vm.$set(_vm.currTarget, "value", $$v)},expression:"currTarget.value"}},_vm._l((_vm.currTarget.list),function(currTarget,index){return _c('van-radio',{key:index,attrs:{"name":currTarget.value}},[_vm._v(_vm._s(currTarget.name))])}),1):_vm._e(),(_vm.currTarget.type=='checkBoxPop')?_c('van-checkbox-group',{ref:"checkboxGroup",attrs:{"direction":"horizontal","icon-size":"15","checked-color":_vm.currTarget.radioCheckColor?_vm.currTarget.radioCheckColor:'#3399ff',"disabled":_vm.currTarget.disabled,"max":_vm.currTarget.maxChoose?_vm.currTarget.maxChoose:0},model:{value:(_vm.currTarget.value),callback:function ($$v) {_vm.$set(_vm.currTarget, "value", $$v)},expression:"currTarget.value"}},_vm._l((_vm.currTarget.list),function(currTarget,index){return _c('van-checkbox',{key:index,attrs:{"name":currTarget.value,"shape":"square"}},[_vm._v(_vm._s(currTarget.name))])}),1):_vm._e()],1)])]),_c('van-popup',{attrs:{"position":"bottom"},model:{value:(_vm.selectOneOpen),callback:function ($$v) {_vm.selectOneOpen=$$v},expression:"selectOneOpen"}},[_c('van-picker',{attrs:{"columns":_vm.selectOneList,"show-toolbar":""},on:{"change":_vm.selectChange,"cancel":function($event){_vm.selectOneOpen = false},"confirm":_vm.selectOneConfirm}})],1)],1)}
|
7414
|
-
var
|
7412
|
+
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"9b9f7194-vue-loader-template"}!./node_modules/_vue-loader@15.9.3@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.3@vue-loader/lib??vue-loader-options!./examples/components/comPage/twForm/twForm.vue?vue&type=template&id=43269985&
|
7413
|
+
var twFormvue_type_template_id_43269985_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('section',{ref:_vm.formData.id,staticClass:"formPage",attrs:{"id":_vm.formData.id}},[(_vm.formData.title)?_c('section',{staticClass:"twTopTitle"},[_vm._v(" "+_vm._s(_vm.formData.title)+" ")]):_vm._e(),_c('section',{class:_vm.formData.isLocalShow?'formContent':'formContent twContent',style:({'margin-top':_vm.formData.title?'6vh':'0','margin-bottom':_vm.formData.saveBtn?'8vh':'0'})},_vm._l((_vm.formData.formList),function(item,index){return (!item.isHidden)?_c('section',{key:index,class:item.className?item.className+' formList':'formList',style:({'display':item.isNullHide && !item.value?'none':'flex'}),attrs:{"id":item.id?item.id:'formItem'+index}},[(item.type == 'selectPage')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.gotoPage(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"textarea","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"required":item.required,"maxlength":item.limit,"show-word-limit":item.type=='textarea'?true:false,"rows":1,"autosize":{ minRows: 1, maxRows: 3},"is-link":"","error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.showName),callback:function ($$v) {_vm.$set(item, "showName", $$v)},expression:"item.showName"}})],1):(item.type == 'radio')?_c('div',{ref:item.valueName,refInFor:true},[_c('van-cell',{staticStyle:{"text-align":"left","padding-bottom":"0"},attrs:{"border":false,"title-class":"titleWid","label":(item.required&&!item.value.length&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"click":function($event){$event.stopPropagation();return _vm.radioCheckClick(item)}}},[_c('span',{staticStyle:{"position":"relative"},attrs:{"slot":"title"},slot:"title"},[_vm._v(_vm._s(item.name)+" "),(item.required)?_c('span',{staticClass:"require"},[_vm._v("*")]):_vm._e()]),_c('van-radio-group',{attrs:{"direction":"horizontal","icon-size":"15","checked-color":item.radioCheckColor?item.radioCheckColor:'#3399ff',"disabled":item.disabled},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},_vm._l((item.list),function(item,index){return _c('van-radio',{key:index,attrs:{"name":item.value}},[_vm._v(_vm._s(item.name))])}),1)],1)],1):(item.type == 'radioPop')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.radioCheckBox(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"text","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"is-link":"","required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.showName),callback:function ($$v) {_vm.$set(item, "showName", $$v)},expression:"item.showName"}})],1):(item.type == 'checkBox')?_c('div',{ref:item.valueName,refInFor:true},[_c('van-cell',{staticStyle:{"text-align":"left","padding-bottom":"0"},attrs:{"border":false,"title-class":"titleWid","label":(item.required&&(item.value.length==0)&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"click":function($event){$event.stopPropagation();return _vm.radioCheckClick(item)}}},[_c('span',{staticStyle:{"position":"relative"},attrs:{"slot":"title"},slot:"title"},[_vm._v(_vm._s(item.name)+" "),(item.required)?_c('span',{staticClass:"require"},[_vm._v("*")]):_vm._e()]),_c('van-checkbox-group',{attrs:{"direction":"horizontal","icon-size":"15","checked-color":item.radioCheckColor?item.radioCheckColor:'#3399ff',"disabled":item.disabled,"max":item.maxChoose?item.maxChoose:0},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},_vm._l((item.list),function(item,index){return _c('van-checkbox',{key:index,attrs:{"name":item.value,"shape":"square"}},[_vm._v(_vm._s(item.name))])}),1)],1)],1):(item.type == 'checkBoxPop')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.radioCheckBox(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"textarea","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"is-link":"","required":item.required,"error-message":(item.required&&!(item.value.length>0)&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.showName),callback:function ($$v) {_vm.$set(item, "showName", $$v)},expression:"item.showName"}})],1):(item.type == 'selectOne' || item.type == 'selectOneContact')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.selectOneBoxOpen(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"text","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"swipe-duration":500,"is-link":"","required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.showName),callback:function ($$v) {_vm.$set(item, "showName", $$v)},expression:"item.showName"}})],1):(item.type == 'selectDate')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.timeOpenFun(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"text","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"is-link":"","required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}})],1):(item.type == 'selectRange')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.rangeOpenFun(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"text","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"is-link":"","required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}})],1):(item.type == 'textarea')?_c('div',{ref:item.valueName,refInFor:true},[(item.isInline)?_c('van-field',{attrs:{"label":item.name,"type":item.type,"readonly":item.readonly,"placeholder":item.placeholder,"disabled":item.disabled,"clearable":"","maxlength":item.limit,"show-word-limit":item.limit&&item.showLimit?true:false,"autosize":{maxHeight: item.maxHeight?item.maxHeight:100},"rows":item.rows?item.rows:2,"required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"input":function($event){return _vm.numberChange(item)},"blur":function($event){return _vm.watchBlur(item)}},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},[(item.unit)?_c('van-button',{staticStyle:{"border":"0","font-size":"14px"},attrs:{"slot":"right-icon","type":"default","size":"mini"},slot:"right-icon"},[_vm._v(_vm._s(item.unit))]):_vm._e()],1):_c('span',[_c('van-cell',{staticStyle:{"text-align":"left","padding-bottom":"0"},attrs:{"border":false}},[_c('span',{staticStyle:{"position":"relative"},attrs:{"slot":"title"},slot:"title"},[_vm._v(_vm._s(item.name)+" "),(item.required)?_c('span',{staticClass:"require"},[_vm._v("*")]):_vm._e()])]),_c('van-field',{attrs:{"type":item.type,"readonly":item.readonly,"placeholder":item.placeholder,"disabled":item.disabled,"clearable":"","maxlength":item.limit,"show-word-limit":item.limit&&item.showLimit?true:false,"rows":item.rows?item.rows:2,"autosize":{maxHeight: item.maxHeight?item.maxHeight:100},"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"blur":function($event){return _vm.watchBlur(item)},"input":function($event){return _vm.numberChange(item)}},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},[(item.unit)?_c('van-button',{staticStyle:{"border":"0","font-size":"14px"},attrs:{"slot":"right-icon","type":"default","size":"mini"},slot:"right-icon"},[_vm._v(_vm._s(item.unit))]):_vm._e()],1)],1)],1):_c('div',{ref:item.valueName,refInFor:true},[_c('van-field',{attrs:{"label":item.name,"type":item.type,"readonly":item.readonly,"placeholder":item.placeholder,"disabled":item.disabled,"clearable":"","required":item.required,"maxlength":item.limit,"show-word-limit":item.limit&&item.showLimit?true:false,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"input":function($event){return _vm.numberChange(item)},"blur":function($event){return _vm.watchBlur(item)}},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},[(item.unit)?_c('van-button',{staticStyle:{"border":"0","font-size":"14px"},attrs:{"slot":"right-icon","type":"default","size":"mini"},slot:"right-icon"},[_vm._v(_vm._s(item.unit))]):_vm._e()],1)],1)]):_vm._e()}),0),_c('van-popup',{attrs:{"position":"bottom"},model:{value:(_vm.timeOpen),callback:function ($$v) {_vm.timeOpen=$$v},expression:"timeOpen"}},[_c('van-datetime-picker',{attrs:{"type":_vm.timeType,"min-date":_vm.startDate,"max-date":_vm.endDate,"formatter":_vm.formatterTime},on:{"cancel":function($event){_vm.timeOpen = false},"confirm":_vm.timeConfirm},model:{value:(_vm.pickerValueDate),callback:function ($$v) {_vm.pickerValueDate=$$v},expression:"pickerValueDate"}})],1),_c('van-calendar',{ref:"rangeChoose",attrs:{"type":_vm.rangeType,"min-date":_vm.startDate,"max-date":_vm.endDate,"confirm-disabled-text":"请选择结束时间","confirm-text":"完成","formatter":_vm.formatterRange,"round":false,"color":_vm.rangeColor},on:{"confirm":_vm.rangeConfirm},model:{value:(_vm.rangeOpen),callback:function ($$v) {_vm.rangeOpen=$$v},expression:"rangeOpen"}},[_c('div',{staticStyle:{"position":"relative"},attrs:{"slot":"title"},slot:"title"},[_vm._v(" 日期选择 "),(_vm.rangeOpen)?_c('span',{staticClass:"rangeTextStyle",style:({color:_vm.rangeColor}),on:{"click":function($event){$event.stopPropagation();return _vm.jumpToday($event)}}},[_vm._v("重置")]):_vm._e()])]),_c('van-popup',{attrs:{"position":"bottom"},on:{"click-overlay":_vm.radioCheckCancel},model:{value:(_vm.radioCheckBoxShow),callback:function ($$v) {_vm.radioCheckBoxShow=$$v},expression:"radioCheckBoxShow"}},[_c('section',{staticClass:"radioCheck"},[_c('section',{staticClass:"twFlex-between",staticStyle:{"padding":"10px","margin-bottom":"10px","border-bottom":"1px solid lightgrey"}},[_c('van-button',{attrs:{"type":"default","size":"small","round":true},on:{"click":_vm.radioCheckCancel}},[_vm._v("取消")]),(_vm.currTarget.type=='checkBoxPop')?_c('van-button',{attrs:{"type":"info","size":"mini","round":true,"plain":true},on:{"click":_vm.checkAll}},[_vm._v("全选")]):_vm._e(),(_vm.currTarget.type=='checkBoxPop')?_c('van-button',{attrs:{"type":"info","size":"mini","round":true,"plain":true},on:{"click":_vm.toggleAll}},[_vm._v("反选")]):_vm._e(),_c('van-button',{attrs:{"color":_vm.currTarget.radioCheckColor?_vm.currTarget.radioCheckColor:'#3399ff',"size":"small","round":true},on:{"click":_vm.radioCheckSure}},[_vm._v("确认")])],1),_c('section',{staticStyle:{"padding":"10px"}},[(_vm.currTarget.type=='radioPop')?_c('van-radio-group',{attrs:{"direction":"horizontal","icon-size":"15","checked-color":_vm.currTarget.radioCheckColor?_vm.currTarget.radioCheckColor:'#3399ff',"disabled":_vm.currTarget.disabled},model:{value:(_vm.currTarget.value),callback:function ($$v) {_vm.$set(_vm.currTarget, "value", $$v)},expression:"currTarget.value"}},_vm._l((_vm.currTarget.list),function(currTarget,index){return _c('van-radio',{key:index,attrs:{"name":currTarget.value}},[_vm._v(_vm._s(currTarget.name))])}),1):_vm._e(),(_vm.currTarget.type=='checkBoxPop')?_c('van-checkbox-group',{ref:"checkboxGroup",attrs:{"direction":"horizontal","icon-size":"15","checked-color":_vm.currTarget.radioCheckColor?_vm.currTarget.radioCheckColor:'#3399ff',"disabled":_vm.currTarget.disabled,"max":_vm.currTarget.maxChoose?_vm.currTarget.maxChoose:0},model:{value:(_vm.currTarget.value),callback:function ($$v) {_vm.$set(_vm.currTarget, "value", $$v)},expression:"currTarget.value"}},_vm._l((_vm.currTarget.list),function(currTarget,index){return _c('van-checkbox',{key:index,attrs:{"name":currTarget.value,"shape":"square"}},[_vm._v(_vm._s(currTarget.name))])}),1):_vm._e()],1)])]),_c('van-popup',{attrs:{"position":"bottom"},model:{value:(_vm.selectOneOpen),callback:function ($$v) {_vm.selectOneOpen=$$v},expression:"selectOneOpen"}},[_c('van-picker',{attrs:{"columns":_vm.selectOneList,"show-toolbar":""},on:{"change":_vm.selectChange,"cancel":function($event){_vm.selectOneOpen = false},"confirm":_vm.selectOneConfirm}})],1)],1)}
|
7414
|
+
var twFormvue_type_template_id_43269985_staticRenderFns = []
|
7415
7415
|
|
7416
7416
|
|
7417
|
-
// CONCATENATED MODULE: ./examples/components/comPage/twForm/twForm.vue?vue&type=template&id=
|
7417
|
+
// CONCATENATED MODULE: ./examples/components/comPage/twForm/twForm.vue?vue&type=template&id=43269985&
|
7418
7418
|
|
7419
7419
|
// EXTERNAL MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.1.0@babel-loader/lib!./examples/components/comPage/twForm/twForm.js?vue&type=script&lang=js&
|
7420
7420
|
var twFormvue_type_script_lang_js_ = __webpack_require__("294c");
|
@@ -7435,8 +7435,8 @@ var twFormvue_type_style_index_0_lang_scss_ = __webpack_require__("e055");
|
|
7435
7435
|
|
7436
7436
|
var twForm_component = Object(componentNormalizer["a" /* default */])(
|
7437
7437
|
twForm_twFormvue_type_script_lang_js_,
|
7438
|
-
|
7439
|
-
|
7438
|
+
twFormvue_type_template_id_43269985_render,
|
7439
|
+
twFormvue_type_template_id_43269985_staticRenderFns,
|
7440
7440
|
false,
|
7441
7441
|
null,
|
7442
7442
|
null,
|
@@ -8128,18 +8128,18 @@ function single_obj(ndoe, key, value, child) {
|
|
8128
8128
|
}
|
8129
8129
|
|
8130
8130
|
function spec_obj(arr, key, value, child) {
|
8131
|
-
var
|
8131
|
+
var _this2 = this;
|
8132
8132
|
|
8133
8133
|
//返回数组对象中指定参数的对象
|
8134
8134
|
if (child) {
|
8135
8135
|
arr.map(function (i) {
|
8136
8136
|
if (i[child] && i[child].length > 0) {
|
8137
|
-
var isFind =
|
8137
|
+
var isFind = _this2.single_obj(i, key, value, child);
|
8138
8138
|
|
8139
8139
|
if (isFind) {
|
8140
8140
|
return isFind;
|
8141
8141
|
} else {
|
8142
|
-
|
8142
|
+
_this2.spec_obj(i[child], key, value, child);
|
8143
8143
|
}
|
8144
8144
|
}
|
8145
8145
|
});
|
@@ -8294,13 +8294,14 @@ function showDriver(list) {
|
|
8294
8294
|
driver.start();
|
8295
8295
|
}
|
8296
8296
|
|
8297
|
-
function get_guidance(list, path) {
|
8297
|
+
function get_guidance(list, path, _this) {
|
8298
8298
|
if (path) {
|
8299
8299
|
//是否需要跳转页面进行引导
|
8300
8300
|
if (window.location.pathname == path) {
|
8301
8301
|
showDriver(list);
|
8302
8302
|
} else {
|
8303
|
-
|
8303
|
+
_this.$router.push(path);
|
8304
|
+
|
8304
8305
|
setTimeout(function () {
|
8305
8306
|
showDriver(list);
|
8306
8307
|
}, 1500);
|
@@ -8356,8 +8357,8 @@ function get_guidance(list, path) {
|
|
8356
8357
|
return del_repeat_obj(arr, keyWord);
|
8357
8358
|
};
|
8358
8359
|
|
8359
|
-
Vue.prototype.guidance = function (list, path) {
|
8360
|
-
return get_guidance(list, path);
|
8360
|
+
Vue.prototype.guidance = function (list, path, _this) {
|
8361
|
+
return get_guidance(list, path, _this);
|
8361
8362
|
};
|
8362
8363
|
}
|
8363
8364
|
});
|
package/lib/twComp.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.formPage .formContent .formList{padding:10px 0}.twFontNav[data-v-04968db9]{font-size:18px;color:#333}.twFontTitle[data-v-04968db9]{font-size:16px;color:#333}.twFontMain[data-v-04968db9]{font-size:14px;color:#333}.twFontMinor[data-v-04968db9]{font-size:13px;color:#666}.twFontNote[data-v-04968db9]{font-size:12px;color:#999}.twMoFoBlue[data-v-04968db9]{color:#39f}.twPcFoBlue[data-v-04968db9]{color:#2d42af}.twRedFoRed[data-v-04968db9]{color:#ff334b}.twMoBgBlue[data-v-04968db9]{background-color:#39f}.twMoBgRead[data-v-04968db9]{cursor:inherit!important;color:#39f!important;background-color:#f0faff!important}.twPcBgBlue[data-v-04968db9]{background-color:#2d42af}.twPcBgRead[data-v-04968db9]{cursor:inherit!important;color:#2d42af!important;background-color:#e1e6f0!important}.twRedBgRed[data-v-04968db9]{background-color:#ff334b}.twRedBgRead[data-v-04968db9]{cursor:inherit!important;color:#ff334b!important;background-color:#ffe8e6!important}.twMoFontPoint[data-v-04968db9]{cursor:pointer;border-bottom:1px solid #d9d9d9}.twMoFontPoint[data-v-04968db9]:hover{color:#5cb3ff;border-bottom:1px solid #5cb3ff}.twMoFontPoint[data-v-04968db9]:active{color:#2176d9;border-bottom:1px solid #2176d9}.twPcFontPoint[data-v-04968db9]{border-bottom:1px solid #d9d9d9;cursor:pointer}.twPcFontPoint[data-v-04968db9]:hover{color:#4f65bd;border-bottom:1px solid #4f65bd}.twPcFontPoint[data-v-04968db9]:active{color:#1d2b8a;border-bottom:1px solid #1d2b8a}.twRedFontPoint[data-v-04968db9]{border-bottom:1px solid #d9d9d9;cursor:pointer}.twRedFontPoint[data-v-04968db9]:hover{color:#f22731;border-bottom:1px solid #f22731}.twRedFontPoint[data-v-04968db9]:active{color:#bf0016;border-bottom:1px solid #f22731}.twWarCo[data-v-04968db9]{color:#ff8b17}.twSucCo[data-v-04968db9]{color:#55b65f}.twDanCo[data-v-04968db9]{color:#e60012}.twInfCo[data-v-04968db9]{color:#1748ce}.twWarBg[data-v-04968db9]{background-color:#ff8b17}.twSucBg[data-v-04968db9]{background-color:#55b65f}.twDanBg[data-v-04968db9]{background-color:#e60012}.twInfBg[data-v-04968db9]{background-color:#1748ce}.twBgColor[data-v-04968db9]{background-color:#f5f5f5}.twDisColor[data-v-04968db9]{background-color:#bbb}.twBtnForm[data-v-04968db9]{position:fixed;bottom:0;left:0;width:100%;height:8vh;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;border-top:1px solid #d8d8d8;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.twBtnForm>[data-v-04968db9]{text-align:center;background-color:#39f;color:#fff;margin:0 20px;padding:10px 0;border-radius:20px;width:100%}.elePaging>span[data-v-04968db9],.twBtnBasic[data-v-04968db9],.twBtnMo[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#39f;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.twBtnMo[data-v-04968db9]:hover{background-color:#5cb3ff}.twBtnMo[data-v-04968db9]:active{background-color:#2176d9}.twBtnMoSec[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #39f;color:#39f}.twBtnMoSec[data-v-04968db9]:active,.twBtnMoSec[data-v-04968db9]:hover{background-color:#f0faff}.twBtnPc[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#2d42af;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.twBtnPc[data-v-04968db9]:hover{background-color:#4f65bd}.twBtnPc[data-v-04968db9]:active{background-color:#1d2b8a}.twBtnPcSec[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #2d42af;color:#2d42af}.twBtnPcSec[data-v-04968db9]:active,.twBtnPcSec[data-v-04968db9]:hover{background-color:#e1e6f0}.twBtnRed[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#ff334b;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.twBtnRed[data-v-04968db9]:hover{background-color:#f22731}.twBtnRed[data-v-04968db9]:active{background-color:#bf0016}.twBtnRedSec[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #ff334b;color:#ff334b}.twBtnRedSec[data-v-04968db9]:active,.twBtnRedSec[data-v-04968db9]:hover{background-color:#ffe8e6}.twBtnDis[data-v-04968db9]{background-color:#bbb;color:#fff;padding:5px 10px;color:#999}.twBtnBig[data-v-04968db9],.twBtnDis[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.twBtnBig[data-v-04968db9]{background-color:#39f;color:#fff;padding:10px 15px}.twBorder[data-v-04968db9]{border:1px solid #d9d9d9}.twBorder-b[data-v-04968db9]{border-bottom:1px solid #d9d9d9}.twEllipsis[data-v-04968db9]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.twEllipsis2[data-v-04968db9]{-webkit-line-clamp:2}.twEllipsis2[data-v-04968db9],.twEllipsis3[data-v-04968db9]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.twEllipsis3[data-v-04968db9]{-webkit-line-clamp:3}.twRadius[data-v-04968db9]{border-radius:5px}.twRadius10[data-v-04968db9]{border-radius:10px}.formItem .units[data-v-04968db9],.twFlex[data-v-04968db9]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.formItem .units[data-v-04968db9],.twFlex-between[data-v-04968db9],.twFlex[data-v-04968db9]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.twFlex-between[data-v-04968db9]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.twFlex-around[data-v-04968db9]{-ms-flex-pack:distribute;justify-content:space-around}.twFlex-around[data-v-04968db9],.twFlex-start[data-v-04968db9]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.twFlex-start[data-v-04968db9]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.twFlex-end[data-v-04968db9]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.twFlex-end[data-v-04968db9],.twFlexCo[data-v-04968db9]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-direction:normal}.twFlexCo[data-v-04968db9]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.twFlexCo>[data-v-04968db9]{margin:5px}.twFlexCo-between[data-v-04968db9]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.twFlexCo-around[data-v-04968db9],.twFlexCo-between[data-v-04968db9]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.twFlexCo-around[data-v-04968db9]{-ms-flex-pack:distribute;justify-content:space-around}.twFlexCo-start[data-v-04968db9]{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.twFlexCo-end[data-v-04968db9],.twFlexCo-start[data-v-04968db9]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.twFlexCo-end[data-v-04968db9]{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.twTopTitle[data-v-04968db9]{position:fixed;top:0;left:0;width:100%;height:6vh;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;border-bottom:1px solid #d8d8d8;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.twContent[data-v-04968db9]{height:86vh;overflow-y:scroll}.elePaging[data-v-04968db9]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 10px}.elePaging .el-pagination__jump[data-v-04968db9]{margin-left:0}.elePaging>span[data-v-04968db9]{min-width:48px;cursor:pointer;margin-left:10px}.redStep .el-step__head.is-finish[data-v-04968db9]{color:#ff334b;border-color:#ff334b}.redStep .el-step__head.is-finish .el-step__line[data-v-04968db9]{background-color:#ff334b}.redStep .el-step__title.is-finish[data-v-04968db9]{color:#ff334b}.redStep .el-step__head.is-process[data-v-04968db9]{color:#ff334b;border-color:#ff334b}.redStep .el-step__head.is-process .el-icon-success[data-v-04968db9]:before{font-size:30px;content:"\e759"}.redStep .el-step__title.is-process[data-v-04968db9]{color:#ff334b}.redStep .el-step__head.is-wait .el-icon-success[data-v-04968db9]:before{content:"\e7a2"}.pcBlueStep .el-step__head.is-finish[data-v-04968db9]{color:#2d42af;border-color:#2d42af}.pcBlueStep .el-step__head.is-finish .el-step__line[data-v-04968db9]{background-color:#2d42af}.pcBlueStep .el-step__title.is-finish[data-v-04968db9]{color:#2d42af}.pcBlueStep .el-step__head.is-process[data-v-04968db9]{color:#2d42af;border-color:#2d42af}.pcBlueStep .el-step__head.is-process .el-icon-success[data-v-04968db9]:before{font-size:30px;content:"\e759"}.pcBlueStep .el-step__title.is-process[data-v-04968db9]{color:#2d42af}.pcBlueStep .el-step__head.is-wait .el-icon-success[data-v-04968db9]:before{content:"\e7a2"}.moBlueStep .el-step__head.is-finish[data-v-04968db9]{color:#39f;border-color:#39f}.moBlueStep .el-step__head.is-finish .el-step__line[data-v-04968db9]{background-color:#39f}.moBlueStep .el-step__title.is-finish[data-v-04968db9]{color:#39f}.moBlueStep .el-step__head.is-process[data-v-04968db9]{color:#39f;border-color:#39f}.moBlueStep .el-step__head.is-process .el-icon-success[data-v-04968db9]:before{font-size:30px;content:"\e759"}.moBlueStep .el-step__title.is-process[data-v-04968db9]{color:#39f}.moBlueStep .el-step__head.is-wait .el-icon-success[data-v-04968db9]:before{content:"\e7a2"}.el-date-editor .el-range-separator[data-v-04968db9]{width:8%!important}.el-input.is-disabled .el-input__inner[data-v-04968db9]{background-color:transparent!important;color:#666!important}.el-textarea .el-input__count[data-v-04968db9]{bottom:-10px!important}.van-checkbox--horizontal[data-v-04968db9],.van-radio--horizontal[data-v-04968db9]{margin-right:17px!important;margin-bottom:10px}.radioCheck[data-v-04968db9]{height:50vh;overflow-y:scroll}.radioCheck .van-button--mini[data-v-04968db9]{padding:0 10px!important}.radioCheck .van-button--small[data-v-04968db9]{padding:0 18px!important}.radioCheck .van-checkbox--horizontal[data-v-04968db9],.radioCheck .van-radio--horizontal[data-v-04968db9]{margin-right:20px!important;margin-bottom:15px!important}.formContent .van-cell__label[data-v-04968db9]{color:#ee0a24}.itemTextarea textarea[data-v-04968db9]{border:1px solid #d8d8d8!important;padding:3px 10px!important;border-radius:6px}.itemTextarea .van-field__error-message[data-v-04968db9]{margin-top:-20px!important}.el-collapse-item__content[data-v-04968db9]{padding-bottom:0!important}.themeBlue .twFontCo[data-v-04968db9]{color:#39f}.themeBlue .twFontPoint[data-v-04968db9]{cursor:pointer;border-bottom:1px solid #333}.themeBlue .twFontPoint[data-v-04968db9]:hover{color:#5cb3ff;border-bottom:1px solid #5cb3ff}.themeBlue .twFontPoint[data-v-04968db9]:active{color:#2176d9;border-bottom:1px solid #2176d9}.themeBlue .twBgCo[data-v-04968db9]{background-color:#39f}.themeBlue .twBgRead[data-v-04968db9]{color:#39f;background-color:#f0faff}.themeBlue .twBtn[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#39f;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.themeBlue .twBtn[data-v-04968db9]:hover{background-color:#5cb3ff}.themeBlue .twBtn[data-v-04968db9]:active{background-color:#2176d9}.themeBlue .twBtnSec[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #39f;color:#39f}.themeBlue .twBtnSec[data-v-04968db9]:active,.themeBlue .twBtnSec[data-v-04968db9]:hover{background-color:#f0faff}.themeBluePc .twFontCo[data-v-04968db9]{color:#2d42af}.themeBluePc .twFontPoint[data-v-04968db9]{cursor:pointer;border-bottom:1px solid #333}.themeBluePc .twFontPoint[data-v-04968db9]:hover{color:#4f65bd;border-bottom:1px solid #4f65bd}.themeBluePc .twFontPoint[data-v-04968db9]:active{color:#1d2b8a;border-bottom:1px solid #1d2b8a}.themeBluePc .twBgCo[data-v-04968db9]{background-color:#2d42af}.themeBluePc .twBgRead[data-v-04968db9]{color:#2d42af;background-color:#e1e6f0}.themeBluePc .twBtn[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#2d42af;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.themeBluePc .twBtn[data-v-04968db9]:hover{background-color:#4f65bd}.themeBluePc .twBtn[data-v-04968db9]:active{background-color:#1d2b8a}.themeBluePc .twBtnSec[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #2d42af;color:#2d42af}.themeBluePc .twBtnSec[data-v-04968db9]:active,.themeBluePc .twBtnSec[data-v-04968db9]:hover{background-color:#e1e6f0}.themeRed .twFontCo[data-v-04968db9]{color:#ff334b}.themeRed .twFontPoint[data-v-04968db9]{cursor:pointer;border-bottom:1px solid #333}.themeRed .twFontPoint[data-v-04968db9]:hover{color:#f22731;border-bottom:1px solid #f22731}.themeRed .twFontPoint[data-v-04968db9]:active{color:#bf0016;border-bottom:1px solid #bf0016}.themeRed .twBgCo[data-v-04968db9]{background-color:#ff334b}.themeRed .twBgRead[data-v-04968db9]{color:#ff334b;background-color:#ffe8e6}.themeRed .twBtn[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#ff334b;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.themeRed .twBtn[data-v-04968db9]:hover{background-color:#f22731}.themeRed .twBtn[data-v-04968db9]:active{background-color:#bf0016}.themeRed .twBtnSec[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #ff334b;color:#ff334b}.themeRed .twBtnSec[data-v-04968db9]:active,.themeRed .twBtnSec[data-v-04968db9]:hover{background-color:#ffe8e6}.formItem[data-v-04968db9]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 0;border-bottom:1px solid #d8d8d8}.formItem>div[data-v-04968db9],.formItem>section[data-v-04968db9]{width:100%}.formItem .label[data-v-04968db9]{width:25%;padding:0 5px 0 10px}.formItem .label .require[data-v-04968db9]{color:red}.formItem .contents[data-v-04968db9]{width:60%}.formItem .contents input[data-v-04968db9]{outline:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border:0;padding:10px 10px 10px 15px}.formItem .contents[data-v-04968db9] ::-webkit-input-placeholder{color:#bbb}.formItem .contents .el-textarea__inner[data-v-04968db9]{border:0;word-break:break-all}.formItem .units[data-v-04968db9]{width:15%}.formItem .units img[data-v-04968db9]{width:10px}.chooseBox .boxTitle,.formPage .formContent .formList .units,.formPage .title,.twFlex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.formPage{color:#333}.formPage .title{height:5.5vh;background-color:#f8f8f8;font-weight:700}.formPage .formContent .formList{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 0;border-bottom:1px solid #d8d8d8}.formPage .formContent .formList>div{width:100%}.formPage .formContent .formList .label{width:25%;padding:0 5px 0 10px}.formPage .formContent .formList .label .require{color:red}.formPage .formContent .formList .contents{width:60%}.formPage .formContent .formList .contents input{outline:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border:0;padding:10px 10px 10px 15px}.formPage .formContent .formList .contents ::-webkit-input-placeholder{color:#bbb}.formPage .formContent .formList .contents .el-textarea__inner{border:0;word-break:break-all}.formPage .formContent .formList .units{width:15%}.formPage .formContent .formList .units img{width:10px}.formPage .formContent .formList:last-child{border-bottom:0}.chooseBox .boxTitle{background-color:#fff;height:6vh;border-bottom:1px solid #d3d3d3}.chooseBox .BoxList{height:44vh;overflow-y:scroll;text-align:left}.chooseBox .BoxList div{display:inline-block;margin:10px;position:relative}.chooseBox .BoxList div img{position:absolute;right:-10px;top:-10px;width:20px}.chooseBox .BoxList div .itemActive{border:1px solid #1e90ff;color:#1e90ff}.chooseBox .BoxList div span{padding:5px 10px;border:1px solid #666;border-radius:20px}.divStyle{text-align:left;padding:0 10px 0 15px}.divPlaceholder{color:#a5a5a5}.divDisabled{background-color:#f5f7fa}.rangeTextStyle{position:absolute;left:5%;font-size:14px}.titleWid{width:100px;-webkit-box-flex:inherit!important;-ms-flex:inherit!important;flex:inherit!important}.require{position:absolute;left:-8px;color:red}.twFlex{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.listItem div,.twFlex,.twFlex-between{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.listItem div,.twFlex-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.twFontNav{font-size:18px;color:#333}.twFontTitle{font-size:16px;color:#333}.twFontMain{font-size:14px;color:#333}.twFontMinor{font-size:13px;color:#666}.twFontNote{font-size:12px;color:#999}.twMoFoBlue{color:#39f}.twPcFoBlue{color:#2d42af}.twRedFoRed{color:#ff334b}.twMoBgBlue{background-color:#39f}.twMoBgRead{cursor:inherit!important;color:#39f!important;background-color:#f0faff!important}.twPcBgBlue{background-color:#2d42af}.twPcBgRead{cursor:inherit!important;color:#2d42af!important;background-color:#e1e6f0!important}.twRedBgRed{background-color:#ff334b}.twRedBgRead{cursor:inherit!important;color:#ff334b!important;background-color:#ffe8e6!important}.twMoFontPoint{cursor:pointer;border-bottom:1px solid #d9d9d9}.twMoFontPoint:hover{color:#5cb3ff;border-bottom:1px solid #5cb3ff}.twMoFontPoint:active{color:#2176d9;border-bottom:1px solid #2176d9}.twPcFontPoint{border-bottom:1px solid #d9d9d9;cursor:pointer}.twPcFontPoint:hover{color:#4f65bd;border-bottom:1px solid #4f65bd}.twPcFontPoint:active{color:#1d2b8a;border-bottom:1px solid #1d2b8a}.twRedFontPoint{border-bottom:1px solid #d9d9d9;cursor:pointer}.twRedFontPoint:hover{color:#f22731;border-bottom:1px solid #f22731}.twRedFontPoint:active{color:#bf0016;border-bottom:1px solid #f22731}.twWarCo{color:#ff8b17}.twSucCo{color:#55b65f}.twDanCo{color:#e60012}.twInfCo{color:#1748ce}.twWarBg{background-color:#ff8b17}.twSucBg{background-color:#55b65f}.twDanBg{background-color:#e60012}.twInfBg{background-color:#1748ce}.twBgColor{background-color:#f5f5f5}.twDisColor{background-color:#bbb}.twBtnForm{position:fixed;bottom:0;left:0;width:100%;height:8vh;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;border-top:1px solid #d8d8d8;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.twBtnForm>*{margin:0 20px;padding:10px 0;border-radius:20px;width:100%}.elePaging>span,.twBtnBasic,.twBtnForm>*{text-align:center;background-color:#39f;color:#fff}.elePaging>span,.twBtnBasic,.twBtnMo{display:inline-block;cursor:pointer;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.twBtnMo{text-align:center;background-color:#39f;color:#fff}.twBtnMo:hover{background-color:#5cb3ff}.twBtnMo:active{background-color:#2176d9}.twBtnMoSec{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #39f;color:#39f}.twBtnMoSec:active,.twBtnMoSec:hover{background-color:#f0faff}.twBtnPc{text-align:center;display:inline-block;cursor:pointer;background-color:#2d42af;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.twBtnPc:hover{background-color:#4f65bd}.twBtnPc:active{background-color:#1d2b8a}.twBtnPcSec{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #2d42af;color:#2d42af}.twBtnPcSec:active,.twBtnPcSec:hover{background-color:#e1e6f0}.twBtnRed{text-align:center;display:inline-block;cursor:pointer;background-color:#ff334b;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.twBtnRed:hover{background-color:#f22731}.twBtnRed:active{background-color:#bf0016}.twBtnRedSec{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #ff334b;color:#ff334b}.twBtnRedSec:active,.twBtnRedSec:hover{background-color:#ffe8e6}.twBtnDis{background-color:#bbb;color:#fff;padding:5px 10px;color:#999}.twBtnBig,.twBtnDis{text-align:center;display:inline-block;cursor:pointer;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.twBtnBig{background-color:#39f;color:#fff;padding:10px 15px}.twBorder{border:1px solid #d9d9d9}.twBorder-b{border-bottom:1px solid #d9d9d9}.twEllipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.twEllipsis2{-webkit-line-clamp:2}.twEllipsis2,.twEllipsis3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.twEllipsis3{-webkit-line-clamp:3}.twRadius{border-radius:5px}.twRadius10{border-radius:10px}.searchForm .defaultForm .formBtns,.searchForm .highForm .hiItem,.twFlex{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.searchForm .defaultForm .formBtns,.searchForm .highForm .hiItem,.twFlex,.twFlex-between{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.twFlex-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.twFlex-around{-ms-flex-pack:distribute;justify-content:space-around}.twFlex-around,.twFlex-start{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.twFlex-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.twFlex-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.twFlex-end,.twFlexCo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-direction:normal}.twFlexCo{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.twFlexCo>*{margin:5px}.twFlexCo-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.twFlexCo-around,.twFlexCo-between{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.twFlexCo-around{-ms-flex-pack:distribute;justify-content:space-around}.twFlexCo-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.twFlexCo-end,.twFlexCo-start{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.twFlexCo-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.twTopTitle{position:fixed;top:0;left:0;width:100%;height:6vh;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;border-bottom:1px solid #d8d8d8;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.twContent{height:86vh;overflow-y:scroll}.elePaging{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 10px}.elePaging .el-pagination__jump{margin-left:0}.elePaging>span{min-width:48px;cursor:pointer;margin-left:10px}.redStep .el-step__head.is-finish{color:#ff334b;border-color:#ff334b}.redStep .el-step__head.is-finish .el-step__line{background-color:#ff334b}.redStep .el-step__title.is-finish{color:#ff334b}.redStep .el-step__head.is-process{color:#ff334b;border-color:#ff334b}.redStep .el-step__head.is-process .el-icon-success:before{font-size:30px;content:"\e759"}.redStep .el-step__title.is-process{color:#ff334b}.redStep .el-step__head.is-wait .el-icon-success:before{content:"\e7a2"}.pcBlueStep .el-step__head.is-finish{color:#2d42af;border-color:#2d42af}.pcBlueStep .el-step__head.is-finish .el-step__line{background-color:#2d42af}.pcBlueStep .el-step__title.is-finish{color:#2d42af}.pcBlueStep .el-step__head.is-process{color:#2d42af;border-color:#2d42af}.pcBlueStep .el-step__head.is-process .el-icon-success:before{font-size:30px;content:"\e759"}.pcBlueStep .el-step__title.is-process{color:#2d42af}.pcBlueStep .el-step__head.is-wait .el-icon-success:before{content:"\e7a2"}.moBlueStep .el-step__head.is-finish{color:#39f;border-color:#39f}.moBlueStep .el-step__head.is-finish .el-step__line{background-color:#39f}.moBlueStep .el-step__title.is-finish{color:#39f}.moBlueStep .el-step__head.is-process{color:#39f;border-color:#39f}.moBlueStep .el-step__head.is-process .el-icon-success:before{font-size:30px;content:"\e759"}.moBlueStep .el-step__title.is-process{color:#39f}.moBlueStep .el-step__head.is-wait .el-icon-success:before{content:"\e7a2"}.el-date-editor .el-range-separator{width:8%!important}.el-input.is-disabled .el-input__inner{background-color:transparent!important;color:#666!important}.el-textarea .el-input__count{bottom:-10px!important}.van-checkbox--horizontal,.van-radio--horizontal{margin-right:17px!important;margin-bottom:10px}.radioCheck{height:50vh;overflow-y:scroll}.radioCheck .van-button--mini{padding:0 10px!important}.radioCheck .van-button--small{padding:0 18px!important}.radioCheck .van-checkbox--horizontal,.radioCheck .van-radio--horizontal{margin-right:20px!important;margin-bottom:15px!important}.formContent .van-cell__label{color:#ee0a24}.itemTextarea textarea{border:1px solid #d8d8d8!important;padding:3px 10px!important;border-radius:6px}.itemTextarea .van-field__error-message{margin-top:-20px!important}.el-collapse-item__content{padding-bottom:0!important}.themeBlue .twFontCo{color:#39f}.themeBlue .twFontPoint{cursor:pointer;border-bottom:1px solid #333}.themeBlue .twFontPoint:hover{color:#5cb3ff;border-bottom:1px solid #5cb3ff}.themeBlue .twFontPoint:active{color:#2176d9;border-bottom:1px solid #2176d9}.themeBlue .twBgCo{background-color:#39f}.themeBlue .twBgRead{color:#39f;background-color:#f0faff}.themeBlue .twBtn{text-align:center;display:inline-block;cursor:pointer;background-color:#39f;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.themeBlue .twBtn:hover{background-color:#5cb3ff}.themeBlue .twBtn:active{background-color:#2176d9}.themeBlue .twBtnSec{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #39f;color:#39f}.themeBlue .twBtnSec:active,.themeBlue .twBtnSec:hover{background-color:#f0faff}.themeBluePc .twFontCo{color:#2d42af}.themeBluePc .twFontPoint{cursor:pointer;border-bottom:1px solid #333}.themeBluePc .twFontPoint:hover{color:#4f65bd;border-bottom:1px solid #4f65bd}.themeBluePc .twFontPoint:active{color:#1d2b8a;border-bottom:1px solid #1d2b8a}.themeBluePc .twBgCo{background-color:#2d42af}.themeBluePc .twBgRead{color:#2d42af;background-color:#e1e6f0}.themeBluePc .twBtn{text-align:center;display:inline-block;cursor:pointer;background-color:#2d42af;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.themeBluePc .twBtn:hover{background-color:#4f65bd}.themeBluePc .twBtn:active{background-color:#1d2b8a}.themeBluePc .twBtnSec{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #2d42af;color:#2d42af}.themeBluePc .twBtnSec:active,.themeBluePc .twBtnSec:hover{background-color:#e1e6f0}.themeRed .twFontCo{color:#ff334b}.themeRed .twFontPoint{cursor:pointer;border-bottom:1px solid #333}.themeRed .twFontPoint:hover{color:#f22731;border-bottom:1px solid #f22731}.themeRed .twFontPoint:active{color:#bf0016;border-bottom:1px solid #bf0016}.themeRed .twBgCo{background-color:#ff334b}.themeRed .twBgRead{color:#ff334b;background-color:#ffe8e6}.themeRed .twBtn{text-align:center;display:inline-block;cursor:pointer;background-color:#ff334b;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.themeRed .twBtn:hover{background-color:#f22731}.themeRed .twBtn:active{background-color:#bf0016}.themeRed .twBtnSec{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #ff334b;color:#ff334b}.themeRed .twBtnSec:active,.themeRed .twBtnSec:hover{background-color:#ffe8e6}.searchForm .defaultForm{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px;margin-left:10px}.searchForm .defaultForm .formBtns span{margin-left:10px}.searchForm .defaultForm .formBtns .deBtn{cursor:pointer}.searchForm .defaultForm .formBtns .highBtn{padding-bottom:1px;border-bottom:1px solid #1e90ff;color:#1e90ff;cursor:pointer}.searchForm .highForm{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.searchForm .highForm .hiItem{width:25%;min-width:320px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.searchForm .highForm .hiItem .label{width:100px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:10px}.searchForm .highForm .selectPeriod{width:50%;min-width:640px}.searchForm .highForm .formBtns{width:100%;text-align:right}.searchForm .highForm .formBtns span{margin:10px}div#driver-popover-item{display:none;position:absolute;background:#fff;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.4);box-shadow:0 1px 10px rgba(0,0,0,.4);z-index:1000000000}div#driver-popover-item .driver-popover-tip{border:5px solid #fff;content:"";position:absolute}div#driver-popover-item .driver-popover-tip.bottom{bottom:-10px;border-color:#fff transparent transparent}div#driver-popover-item .driver-popover-tip.bottom.position-center{left:49%}div#driver-popover-item .driver-popover-tip.bottom.position-right{right:20px}div#driver-popover-item .driver-popover-tip.left{left:-10px;top:10px;border-color:transparent #fff transparent transparent}div#driver-popover-item .driver-popover-tip.left.position-center{top:46%}div#driver-popover-item .driver-popover-tip.left.position-bottom{top:auto;bottom:20px}div#driver-popover-item .driver-popover-tip.right{right:-10px;top:10px;border-color:transparent transparent transparent #fff}div#driver-popover-item .driver-popover-tip.right.position-center{top:46%}div#driver-popover-item .driver-popover-tip.right.position-bottom{top:auto;bottom:20px}div#driver-popover-item .driver-popover-tip.top{top:-10px;border-color:transparent transparent #fff}div#driver-popover-item .driver-popover-tip.top.position-center{left:49%}div#driver-popover-item .driver-popover-tip.top.position-right{right:20px}div#driver-popover-item .driver-popover-tip.mid-center{display:none}div#driver-popover-item .driver-popover-footer{display:block;margin-top:10px}div#driver-popover-item .driver-popover-footer button{display:inline-block;padding:3px 10px;border:1px solid #d4d4d4;text-decoration:none;text-shadow:1px 1px 0 #fff;color:#2d2d2d;font:11px/normal sans-serif;cursor:pointer;outline:0;background-color:#f1f1f1;border-radius:2px;zoom:1;line-height:1.3}div#driver-popover-item .driver-popover-footer button.driver-disabled{color:grey;cursor:default;pointer-events:none}div#driver-popover-item .driver-popover-footer .driver-close-btn{float:left}div#driver-popover-item .driver-popover-footer .driver-btn-group,div#driver-popover-item .driver-popover-footer .driver-close-only-btn{float:right}div#driver-popover-item .driver-popover-title{font:19px/normal sans-serif;margin:0 0 5px;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1}div#driver-popover-item .driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;color:#2d2d2d;font-weight:400;zoom:1}.driver-clearfix:after,.driver-clearfix:before{content:"";display:table}.driver-clearfix:after{clear:both}.driver-stage-no-animation{-webkit-transition:none!important;transition:none!important;background:transparent!important;outline:5000px solid rgba(0,0,0,.75)}div#driver-page-overlay{background:#000;position:fixed;bottom:0;right:0;display:block;width:100%;height:100%;zoom:1;filter:alpha(opacity=75);opacity:.75;z-index:100002!important}div#driver-highlighted-element-stage,div#driver-page-overlay{top:0;left:0;-webkit-transition:all .3s;transition:all .3s}div#driver-highlighted-element-stage{position:absolute;height:50px;width:300px;background:#fff;z-index:100003!important;display:none;border-radius:2px}.driver-highlighted-element{z-index:100004!important}.driver-position-relative{position:relative!important}.driver-fix-stacking{z-index:auto!important;opacity:1!important;-webkit-transform:none!important;transform:none!important;-webkit-filter:none!important;-moz-filter:none!important;-ms-filter:none!important;-o-filter:none!important;filter:none!important;-webkit-perspective:none!important;-ms-perspective:none!important;-o-perspective:none!important;perspective:none!important;-webkit-transform-style:flat!important;transform-style:flat!important;-webkit-transform-box:border-box!important;-moz-transform-box:border-box!important;-ms-transform-box:border-box!important;-o-transform-box:border-box!important;transform-box:border-box!important;will-change:unset!important}
|
1
|
+
.formPage .formContent .formList{padding:10px 0}.twFontNav[data-v-04968db9]{font-size:18px;color:#333}.twFontTitle[data-v-04968db9]{font-size:16px;color:#333}.twFontMain[data-v-04968db9]{font-size:14px;color:#333}.twFontMinor[data-v-04968db9]{font-size:13px;color:#666}.twFontNote[data-v-04968db9]{font-size:12px;color:#999}.twMoFoBlue[data-v-04968db9]{color:#39f}.twPcFoBlue[data-v-04968db9]{color:#2d42af}.twRedFoRed[data-v-04968db9]{color:#ff334b}.twMoBgBlue[data-v-04968db9]{background-color:#39f}.twMoBgRead[data-v-04968db9]{cursor:inherit!important;color:#39f!important;background-color:#f0faff!important}.twPcBgBlue[data-v-04968db9]{background-color:#2d42af}.twPcBgRead[data-v-04968db9]{cursor:inherit!important;color:#2d42af!important;background-color:#e1e6f0!important}.twRedBgRed[data-v-04968db9]{background-color:#ff334b}.twRedBgRead[data-v-04968db9]{cursor:inherit!important;color:#ff334b!important;background-color:#ffe8e6!important}.twMoFontPoint[data-v-04968db9]{cursor:pointer;border-bottom:1px solid #d9d9d9}.twMoFontPoint[data-v-04968db9]:hover{color:#5cb3ff;border-bottom:1px solid #5cb3ff}.twMoFontPoint[data-v-04968db9]:active{color:#2176d9;border-bottom:1px solid #2176d9}.twPcFontPoint[data-v-04968db9]{border-bottom:1px solid #d9d9d9;cursor:pointer}.twPcFontPoint[data-v-04968db9]:hover{color:#4f65bd;border-bottom:1px solid #4f65bd}.twPcFontPoint[data-v-04968db9]:active{color:#1d2b8a;border-bottom:1px solid #1d2b8a}.twRedFontPoint[data-v-04968db9]{border-bottom:1px solid #d9d9d9;cursor:pointer}.twRedFontPoint[data-v-04968db9]:hover{color:#f22731;border-bottom:1px solid #f22731}.twRedFontPoint[data-v-04968db9]:active{color:#bf0016;border-bottom:1px solid #f22731}.twWarCo[data-v-04968db9]{color:#ff8b17}.twSucCo[data-v-04968db9]{color:#55b65f}.twDanCo[data-v-04968db9]{color:#e60012}.twInfCo[data-v-04968db9]{color:#1748ce}.twWarBg[data-v-04968db9]{background-color:#ff8b17}.twSucBg[data-v-04968db9]{background-color:#55b65f}.twDanBg[data-v-04968db9]{background-color:#e60012}.twInfBg[data-v-04968db9]{background-color:#1748ce}.twBgColor[data-v-04968db9]{background-color:#f5f5f5}.twDisColor[data-v-04968db9]{background-color:#bbb}.twBtnForm[data-v-04968db9]{position:fixed;bottom:0;left:0;width:100%;height:8vh;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;border-top:1px solid #d8d8d8;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.twBtnForm>[data-v-04968db9]{text-align:center;background-color:#39f;color:#fff;margin:0 20px;padding:10px 0;border-radius:20px;width:100%}.elePaging>span[data-v-04968db9],.twBtnBasic[data-v-04968db9],.twBtnMo[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#39f;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.twBtnMo[data-v-04968db9]:hover{background-color:#5cb3ff}.twBtnMo[data-v-04968db9]:active{background-color:#2176d9}.twBtnMoSec[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #39f;color:#39f}.twBtnMoSec[data-v-04968db9]:active,.twBtnMoSec[data-v-04968db9]:hover{background-color:#f0faff}.twBtnPc[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#2d42af;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.twBtnPc[data-v-04968db9]:hover{background-color:#4f65bd}.twBtnPc[data-v-04968db9]:active{background-color:#1d2b8a}.twBtnPcSec[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #2d42af;color:#2d42af}.twBtnPcSec[data-v-04968db9]:active,.twBtnPcSec[data-v-04968db9]:hover{background-color:#e1e6f0}.twBtnRed[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#ff334b;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.twBtnRed[data-v-04968db9]:hover{background-color:#f22731}.twBtnRed[data-v-04968db9]:active{background-color:#bf0016}.twBtnRedSec[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #ff334b;color:#ff334b}.twBtnRedSec[data-v-04968db9]:active,.twBtnRedSec[data-v-04968db9]:hover{background-color:#ffe8e6}.twBtnDis[data-v-04968db9]{background-color:#bbb;color:#fff;padding:5px 10px;color:#999}.twBtnBig[data-v-04968db9],.twBtnDis[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.twBtnBig[data-v-04968db9]{background-color:#39f;color:#fff;padding:10px 15px}.twBorder[data-v-04968db9]{border:1px solid #d9d9d9}.twBorder-b[data-v-04968db9]{border-bottom:1px solid #d9d9d9}.twEllipsis[data-v-04968db9]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.twEllipsis2[data-v-04968db9]{-webkit-line-clamp:2}.twEllipsis2[data-v-04968db9],.twEllipsis3[data-v-04968db9]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.twEllipsis3[data-v-04968db9]{-webkit-line-clamp:3}.twRadius[data-v-04968db9]{border-radius:5px}.twRadius10[data-v-04968db9]{border-radius:10px}.formItem .units[data-v-04968db9],.twFlex[data-v-04968db9]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.formItem .units[data-v-04968db9],.twFlex-between[data-v-04968db9],.twFlex[data-v-04968db9]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.twFlex-between[data-v-04968db9]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.twFlex-around[data-v-04968db9]{-ms-flex-pack:distribute;justify-content:space-around}.twFlex-around[data-v-04968db9],.twFlex-start[data-v-04968db9]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.twFlex-start[data-v-04968db9]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.twFlex-end[data-v-04968db9]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.twFlex-end[data-v-04968db9],.twFlexCo[data-v-04968db9]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-direction:normal}.twFlexCo[data-v-04968db9]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.twFlexCo>[data-v-04968db9]{margin:5px}.twFlexCo-between[data-v-04968db9]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.twFlexCo-around[data-v-04968db9],.twFlexCo-between[data-v-04968db9]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.twFlexCo-around[data-v-04968db9]{-ms-flex-pack:distribute;justify-content:space-around}.twFlexCo-start[data-v-04968db9]{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.twFlexCo-end[data-v-04968db9],.twFlexCo-start[data-v-04968db9]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.twFlexCo-end[data-v-04968db9]{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.twTopTitle[data-v-04968db9]{position:fixed;top:0;left:0;width:100%;height:6vh;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;border-bottom:1px solid #d8d8d8;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.twContent[data-v-04968db9]{height:86vh;overflow-y:scroll}.elePaging[data-v-04968db9]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 10px}.elePaging .el-pagination__jump[data-v-04968db9]{margin-left:0}.elePaging>span[data-v-04968db9]{min-width:48px;cursor:pointer;margin-left:10px}.redStep .el-step__head.is-finish[data-v-04968db9]{color:#ff334b;border-color:#ff334b}.redStep .el-step__head.is-finish .el-step__line[data-v-04968db9]{background-color:#ff334b}.redStep .el-step__title.is-finish[data-v-04968db9]{color:#ff334b}.redStep .el-step__head.is-process[data-v-04968db9]{color:#ff334b;border-color:#ff334b}.redStep .el-step__head.is-process .el-icon-success[data-v-04968db9]:before{font-size:30px;content:"\e759"}.redStep .el-step__title.is-process[data-v-04968db9]{color:#ff334b}.redStep .el-step__head.is-wait .el-icon-success[data-v-04968db9]:before{content:"\e7a2"}.pcBlueStep .el-step__head.is-finish[data-v-04968db9]{color:#2d42af;border-color:#2d42af}.pcBlueStep .el-step__head.is-finish .el-step__line[data-v-04968db9]{background-color:#2d42af}.pcBlueStep .el-step__title.is-finish[data-v-04968db9]{color:#2d42af}.pcBlueStep .el-step__head.is-process[data-v-04968db9]{color:#2d42af;border-color:#2d42af}.pcBlueStep .el-step__head.is-process .el-icon-success[data-v-04968db9]:before{font-size:30px;content:"\e759"}.pcBlueStep .el-step__title.is-process[data-v-04968db9]{color:#2d42af}.pcBlueStep .el-step__head.is-wait .el-icon-success[data-v-04968db9]:before{content:"\e7a2"}.moBlueStep .el-step__head.is-finish[data-v-04968db9]{color:#39f;border-color:#39f}.moBlueStep .el-step__head.is-finish .el-step__line[data-v-04968db9]{background-color:#39f}.moBlueStep .el-step__title.is-finish[data-v-04968db9]{color:#39f}.moBlueStep .el-step__head.is-process[data-v-04968db9]{color:#39f;border-color:#39f}.moBlueStep .el-step__head.is-process .el-icon-success[data-v-04968db9]:before{font-size:30px;content:"\e759"}.moBlueStep .el-step__title.is-process[data-v-04968db9]{color:#39f}.moBlueStep .el-step__head.is-wait .el-icon-success[data-v-04968db9]:before{content:"\e7a2"}.el-date-editor .el-range-separator[data-v-04968db9]{width:8%!important}.el-input.is-disabled .el-input__inner[data-v-04968db9]{background-color:transparent!important;color:#666!important}.el-textarea .el-input__count[data-v-04968db9]{bottom:-10px!important}.van-checkbox--horizontal[data-v-04968db9],.van-radio--horizontal[data-v-04968db9]{margin-right:17px!important;margin-bottom:10px}.radioCheck[data-v-04968db9]{height:50vh;overflow-y:scroll}.radioCheck .van-button--mini[data-v-04968db9]{padding:0 10px!important}.radioCheck .van-button--small[data-v-04968db9]{padding:0 18px!important}.radioCheck .van-checkbox--horizontal[data-v-04968db9],.radioCheck .van-radio--horizontal[data-v-04968db9]{margin-right:20px!important;margin-bottom:15px!important}.formContent .van-cell__label[data-v-04968db9]{color:#ee0a24}.itemTextarea textarea[data-v-04968db9]{border:1px solid #d8d8d8!important;padding:3px 10px!important;border-radius:6px}.itemTextarea .van-field__error-message[data-v-04968db9]{margin-top:-20px!important}.el-collapse-item__content[data-v-04968db9]{padding-bottom:0!important}.themeBlue .twFontCo[data-v-04968db9]{color:#39f}.themeBlue .twFontPoint[data-v-04968db9]{cursor:pointer;border-bottom:1px solid #333}.themeBlue .twFontPoint[data-v-04968db9]:hover{color:#5cb3ff;border-bottom:1px solid #5cb3ff}.themeBlue .twFontPoint[data-v-04968db9]:active{color:#2176d9;border-bottom:1px solid #2176d9}.themeBlue .twBgCo[data-v-04968db9]{background-color:#39f}.themeBlue .twBgRead[data-v-04968db9]{color:#39f;background-color:#f0faff}.themeBlue .twBtn[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#39f;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.themeBlue .twBtn[data-v-04968db9]:hover{background-color:#5cb3ff}.themeBlue .twBtn[data-v-04968db9]:active{background-color:#2176d9}.themeBlue .twBtnSec[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #39f;color:#39f}.themeBlue .twBtnSec[data-v-04968db9]:active,.themeBlue .twBtnSec[data-v-04968db9]:hover{background-color:#f0faff}.themeBluePc .twFontCo[data-v-04968db9]{color:#2d42af}.themeBluePc .twFontPoint[data-v-04968db9]{cursor:pointer;border-bottom:1px solid #333}.themeBluePc .twFontPoint[data-v-04968db9]:hover{color:#4f65bd;border-bottom:1px solid #4f65bd}.themeBluePc .twFontPoint[data-v-04968db9]:active{color:#1d2b8a;border-bottom:1px solid #1d2b8a}.themeBluePc .twBgCo[data-v-04968db9]{background-color:#2d42af}.themeBluePc .twBgRead[data-v-04968db9]{color:#2d42af;background-color:#e1e6f0}.themeBluePc .twBtn[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#2d42af;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.themeBluePc .twBtn[data-v-04968db9]:hover{background-color:#4f65bd}.themeBluePc .twBtn[data-v-04968db9]:active{background-color:#1d2b8a}.themeBluePc .twBtnSec[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #2d42af;color:#2d42af}.themeBluePc .twBtnSec[data-v-04968db9]:active,.themeBluePc .twBtnSec[data-v-04968db9]:hover{background-color:#e1e6f0}.themeRed .twFontCo[data-v-04968db9]{color:#ff334b}.themeRed .twFontPoint[data-v-04968db9]{cursor:pointer;border-bottom:1px solid #333}.themeRed .twFontPoint[data-v-04968db9]:hover{color:#f22731;border-bottom:1px solid #f22731}.themeRed .twFontPoint[data-v-04968db9]:active{color:#bf0016;border-bottom:1px solid #bf0016}.themeRed .twBgCo[data-v-04968db9]{background-color:#ff334b}.themeRed .twBgRead[data-v-04968db9]{color:#ff334b;background-color:#ffe8e6}.themeRed .twBtn[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#ff334b;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.themeRed .twBtn[data-v-04968db9]:hover{background-color:#f22731}.themeRed .twBtn[data-v-04968db9]:active{background-color:#bf0016}.themeRed .twBtnSec[data-v-04968db9]{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #ff334b;color:#ff334b}.themeRed .twBtnSec[data-v-04968db9]:active,.themeRed .twBtnSec[data-v-04968db9]:hover{background-color:#ffe8e6}.formItem[data-v-04968db9]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 0;border-bottom:1px solid #d8d8d8}.formItem>div[data-v-04968db9],.formItem>section[data-v-04968db9]{width:100%}.formItem .label[data-v-04968db9]{width:25%;padding:0 5px 0 10px}.formItem .label .require[data-v-04968db9]{color:red}.formItem .contents[data-v-04968db9]{width:60%}.formItem .contents input[data-v-04968db9]{outline:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border:0;padding:10px 10px 10px 15px}.formItem .contents[data-v-04968db9] ::-webkit-input-placeholder{color:#bbb}.formItem .contents .el-textarea__inner[data-v-04968db9]{border:0;word-break:break-all}.formItem .units[data-v-04968db9]{width:15%}.formItem .units img[data-v-04968db9]{width:10px}.chooseBox .boxTitle,.formPage .formContent .formList .units,.formPage .title,.twFlex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.formPage{color:#333}.formPage .title{height:5.5vh;background-color:#f8f8f8;font-weight:700}.formPage .formContent .formList{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 0;border-bottom:1px solid #d8d8d8}.formPage .formContent .formList>div{width:100%}.formPage .formContent .formList .label{width:25%;padding:0 5px 0 10px}.formPage .formContent .formList .label .require{color:red}.formPage .formContent .formList .contents{width:60%}.formPage .formContent .formList .contents input{outline:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border:0;padding:10px 10px 10px 15px}.formPage .formContent .formList .contents ::-webkit-input-placeholder{color:#bbb}.formPage .formContent .formList .contents .el-textarea__inner{border:0;word-break:break-all}.formPage .formContent .formList .units{width:15%}.formPage .formContent .formList .units img{width:10px}.formPage .formContent .formList:last-child{border-bottom:0}.chooseBox .boxTitle{background-color:#fff;height:6vh;border-bottom:1px solid #d3d3d3}.chooseBox .BoxList{height:44vh;overflow-y:scroll;text-align:left}.chooseBox .BoxList div{display:inline-block;margin:10px;position:relative}.chooseBox .BoxList div img{position:absolute;right:-10px;top:-10px;width:20px}.chooseBox .BoxList div .itemActive{border:1px solid #1e90ff;color:#1e90ff}.chooseBox .BoxList div span{padding:5px 10px;border:1px solid #666;border-radius:20px}.divStyle{text-align:left;padding:0 10px 0 15px}.divPlaceholder{color:#a5a5a5}.divDisabled{background-color:#f5f7fa}.rangeTextStyle{position:absolute;left:5%;font-size:14px}.titleWid{margin-top:-3px;width:100px;-webkit-box-flex:inherit!important;-ms-flex:inherit!important;flex:inherit!important}.require{position:absolute;left:-8px;color:red}.twFlex{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.listItem div,.twFlex,.twFlex-between{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.listItem div,.twFlex-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.twFontNav{font-size:18px;color:#333}.twFontTitle{font-size:16px;color:#333}.twFontMain{font-size:14px;color:#333}.twFontMinor{font-size:13px;color:#666}.twFontNote{font-size:12px;color:#999}.twMoFoBlue{color:#39f}.twPcFoBlue{color:#2d42af}.twRedFoRed{color:#ff334b}.twMoBgBlue{background-color:#39f}.twMoBgRead{cursor:inherit!important;color:#39f!important;background-color:#f0faff!important}.twPcBgBlue{background-color:#2d42af}.twPcBgRead{cursor:inherit!important;color:#2d42af!important;background-color:#e1e6f0!important}.twRedBgRed{background-color:#ff334b}.twRedBgRead{cursor:inherit!important;color:#ff334b!important;background-color:#ffe8e6!important}.twMoFontPoint{cursor:pointer;border-bottom:1px solid #d9d9d9}.twMoFontPoint:hover{color:#5cb3ff;border-bottom:1px solid #5cb3ff}.twMoFontPoint:active{color:#2176d9;border-bottom:1px solid #2176d9}.twPcFontPoint{border-bottom:1px solid #d9d9d9;cursor:pointer}.twPcFontPoint:hover{color:#4f65bd;border-bottom:1px solid #4f65bd}.twPcFontPoint:active{color:#1d2b8a;border-bottom:1px solid #1d2b8a}.twRedFontPoint{border-bottom:1px solid #d9d9d9;cursor:pointer}.twRedFontPoint:hover{color:#f22731;border-bottom:1px solid #f22731}.twRedFontPoint:active{color:#bf0016;border-bottom:1px solid #f22731}.twWarCo{color:#ff8b17}.twSucCo{color:#55b65f}.twDanCo{color:#e60012}.twInfCo{color:#1748ce}.twWarBg{background-color:#ff8b17}.twSucBg{background-color:#55b65f}.twDanBg{background-color:#e60012}.twInfBg{background-color:#1748ce}.twBgColor{background-color:#f5f5f5}.twDisColor{background-color:#bbb}.twBtnForm{position:fixed;bottom:0;left:0;width:100%;height:8vh;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;border-top:1px solid #d8d8d8;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.twBtnForm>*{margin:0 20px;padding:10px 0;border-radius:20px;width:100%}.elePaging>span,.twBtnBasic,.twBtnForm>*{text-align:center;background-color:#39f;color:#fff}.elePaging>span,.twBtnBasic,.twBtnMo{display:inline-block;cursor:pointer;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.twBtnMo{text-align:center;background-color:#39f;color:#fff}.twBtnMo:hover{background-color:#5cb3ff}.twBtnMo:active{background-color:#2176d9}.twBtnMoSec{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #39f;color:#39f}.twBtnMoSec:active,.twBtnMoSec:hover{background-color:#f0faff}.twBtnPc{text-align:center;display:inline-block;cursor:pointer;background-color:#2d42af;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.twBtnPc:hover{background-color:#4f65bd}.twBtnPc:active{background-color:#1d2b8a}.twBtnPcSec{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #2d42af;color:#2d42af}.twBtnPcSec:active,.twBtnPcSec:hover{background-color:#e1e6f0}.twBtnRed{text-align:center;display:inline-block;cursor:pointer;background-color:#ff334b;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.twBtnRed:hover{background-color:#f22731}.twBtnRed:active{background-color:#bf0016}.twBtnRedSec{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #ff334b;color:#ff334b}.twBtnRedSec:active,.twBtnRedSec:hover{background-color:#ffe8e6}.twBtnDis{background-color:#bbb;color:#fff;padding:5px 10px;color:#999}.twBtnBig,.twBtnDis{text-align:center;display:inline-block;cursor:pointer;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.twBtnBig{background-color:#39f;color:#fff;padding:10px 15px}.twBorder{border:1px solid #d9d9d9}.twBorder-b{border-bottom:1px solid #d9d9d9}.twEllipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.twEllipsis2{-webkit-line-clamp:2}.twEllipsis2,.twEllipsis3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.twEllipsis3{-webkit-line-clamp:3}.twRadius{border-radius:5px}.twRadius10{border-radius:10px}.searchForm .defaultForm .formBtns,.searchForm .highForm .hiItem,.twFlex{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.searchForm .defaultForm .formBtns,.searchForm .highForm .hiItem,.twFlex,.twFlex-between{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.twFlex-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.twFlex-around{-ms-flex-pack:distribute;justify-content:space-around}.twFlex-around,.twFlex-start{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.twFlex-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.twFlex-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.twFlex-end,.twFlexCo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-direction:normal}.twFlexCo{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.twFlexCo>*{margin:5px}.twFlexCo-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.twFlexCo-around,.twFlexCo-between{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.twFlexCo-around{-ms-flex-pack:distribute;justify-content:space-around}.twFlexCo-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.twFlexCo-end,.twFlexCo-start{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.twFlexCo-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.twTopTitle{position:fixed;top:0;left:0;width:100%;height:6vh;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;border-bottom:1px solid #d8d8d8;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.twContent{height:86vh;overflow-y:scroll}.elePaging{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 10px}.elePaging .el-pagination__jump{margin-left:0}.elePaging>span{min-width:48px;cursor:pointer;margin-left:10px}.redStep .el-step__head.is-finish{color:#ff334b;border-color:#ff334b}.redStep .el-step__head.is-finish .el-step__line{background-color:#ff334b}.redStep .el-step__title.is-finish{color:#ff334b}.redStep .el-step__head.is-process{color:#ff334b;border-color:#ff334b}.redStep .el-step__head.is-process .el-icon-success:before{font-size:30px;content:"\e759"}.redStep .el-step__title.is-process{color:#ff334b}.redStep .el-step__head.is-wait .el-icon-success:before{content:"\e7a2"}.pcBlueStep .el-step__head.is-finish{color:#2d42af;border-color:#2d42af}.pcBlueStep .el-step__head.is-finish .el-step__line{background-color:#2d42af}.pcBlueStep .el-step__title.is-finish{color:#2d42af}.pcBlueStep .el-step__head.is-process{color:#2d42af;border-color:#2d42af}.pcBlueStep .el-step__head.is-process .el-icon-success:before{font-size:30px;content:"\e759"}.pcBlueStep .el-step__title.is-process{color:#2d42af}.pcBlueStep .el-step__head.is-wait .el-icon-success:before{content:"\e7a2"}.moBlueStep .el-step__head.is-finish{color:#39f;border-color:#39f}.moBlueStep .el-step__head.is-finish .el-step__line{background-color:#39f}.moBlueStep .el-step__title.is-finish{color:#39f}.moBlueStep .el-step__head.is-process{color:#39f;border-color:#39f}.moBlueStep .el-step__head.is-process .el-icon-success:before{font-size:30px;content:"\e759"}.moBlueStep .el-step__title.is-process{color:#39f}.moBlueStep .el-step__head.is-wait .el-icon-success:before{content:"\e7a2"}.el-date-editor .el-range-separator{width:8%!important}.el-input.is-disabled .el-input__inner{background-color:transparent!important;color:#666!important}.el-textarea .el-input__count{bottom:-10px!important}.van-checkbox--horizontal,.van-radio--horizontal{margin-right:17px!important;margin-bottom:10px}.radioCheck{height:50vh;overflow-y:scroll}.radioCheck .van-button--mini{padding:0 10px!important}.radioCheck .van-button--small{padding:0 18px!important}.radioCheck .van-checkbox--horizontal,.radioCheck .van-radio--horizontal{margin-right:20px!important;margin-bottom:15px!important}.formContent .van-cell__label{color:#ee0a24}.itemTextarea textarea{border:1px solid #d8d8d8!important;padding:3px 10px!important;border-radius:6px}.itemTextarea .van-field__error-message{margin-top:-20px!important}.el-collapse-item__content{padding-bottom:0!important}.themeBlue .twFontCo{color:#39f}.themeBlue .twFontPoint{cursor:pointer;border-bottom:1px solid #333}.themeBlue .twFontPoint:hover{color:#5cb3ff;border-bottom:1px solid #5cb3ff}.themeBlue .twFontPoint:active{color:#2176d9;border-bottom:1px solid #2176d9}.themeBlue .twBgCo{background-color:#39f}.themeBlue .twBgRead{color:#39f;background-color:#f0faff}.themeBlue .twBtn{text-align:center;display:inline-block;cursor:pointer;background-color:#39f;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.themeBlue .twBtn:hover{background-color:#5cb3ff}.themeBlue .twBtn:active{background-color:#2176d9}.themeBlue .twBtnSec{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #39f;color:#39f}.themeBlue .twBtnSec:active,.themeBlue .twBtnSec:hover{background-color:#f0faff}.themeBluePc .twFontCo{color:#2d42af}.themeBluePc .twFontPoint{cursor:pointer;border-bottom:1px solid #333}.themeBluePc .twFontPoint:hover{color:#4f65bd;border-bottom:1px solid #4f65bd}.themeBluePc .twFontPoint:active{color:#1d2b8a;border-bottom:1px solid #1d2b8a}.themeBluePc .twBgCo{background-color:#2d42af}.themeBluePc .twBgRead{color:#2d42af;background-color:#e1e6f0}.themeBluePc .twBtn{text-align:center;display:inline-block;cursor:pointer;background-color:#2d42af;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.themeBluePc .twBtn:hover{background-color:#4f65bd}.themeBluePc .twBtn:active{background-color:#1d2b8a}.themeBluePc .twBtnSec{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #2d42af;color:#2d42af}.themeBluePc .twBtnSec:active,.themeBluePc .twBtnSec:hover{background-color:#e1e6f0}.themeRed .twFontCo{color:#ff334b}.themeRed .twFontPoint{cursor:pointer;border-bottom:1px solid #333}.themeRed .twFontPoint:hover{color:#f22731;border-bottom:1px solid #f22731}.themeRed .twFontPoint:active{color:#bf0016;border-bottom:1px solid #bf0016}.themeRed .twBgCo{background-color:#ff334b}.themeRed .twBgRead{color:#ff334b;background-color:#ffe8e6}.themeRed .twBtn{text-align:center;display:inline-block;cursor:pointer;background-color:#ff334b;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px}.themeRed .twBtn:hover{background-color:#f22731}.themeRed .twBtn:active{background-color:#bf0016}.themeRed .twBtnSec{text-align:center;display:inline-block;cursor:pointer;background-color:#fff;color:#fff;margin:0;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border:1px solid #ff334b;color:#ff334b}.themeRed .twBtnSec:active,.themeRed .twBtnSec:hover{background-color:#ffe8e6}.searchForm .defaultForm{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px;margin-left:10px}.searchForm .defaultForm .formBtns span{margin-left:10px}.searchForm .defaultForm .formBtns .deBtn{cursor:pointer}.searchForm .defaultForm .formBtns .highBtn{padding-bottom:1px;border-bottom:1px solid #1e90ff;color:#1e90ff;cursor:pointer}.searchForm .highForm{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.searchForm .highForm .hiItem{width:25%;min-width:320px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:15px}.searchForm .highForm .hiItem .label{width:100px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:10px}.searchForm .highForm .selectPeriod{width:50%;min-width:640px}.searchForm .highForm .formBtns{width:100%;text-align:right}.searchForm .highForm .formBtns span{margin:10px}div#driver-popover-item{display:none;position:absolute;background:#fff;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.4);box-shadow:0 1px 10px rgba(0,0,0,.4);z-index:1000000000}div#driver-popover-item .driver-popover-tip{border:5px solid #fff;content:"";position:absolute}div#driver-popover-item .driver-popover-tip.bottom{bottom:-10px;border-color:#fff transparent transparent}div#driver-popover-item .driver-popover-tip.bottom.position-center{left:49%}div#driver-popover-item .driver-popover-tip.bottom.position-right{right:20px}div#driver-popover-item .driver-popover-tip.left{left:-10px;top:10px;border-color:transparent #fff transparent transparent}div#driver-popover-item .driver-popover-tip.left.position-center{top:46%}div#driver-popover-item .driver-popover-tip.left.position-bottom{top:auto;bottom:20px}div#driver-popover-item .driver-popover-tip.right{right:-10px;top:10px;border-color:transparent transparent transparent #fff}div#driver-popover-item .driver-popover-tip.right.position-center{top:46%}div#driver-popover-item .driver-popover-tip.right.position-bottom{top:auto;bottom:20px}div#driver-popover-item .driver-popover-tip.top{top:-10px;border-color:transparent transparent #fff}div#driver-popover-item .driver-popover-tip.top.position-center{left:49%}div#driver-popover-item .driver-popover-tip.top.position-right{right:20px}div#driver-popover-item .driver-popover-tip.mid-center{display:none}div#driver-popover-item .driver-popover-footer{display:block;margin-top:10px}div#driver-popover-item .driver-popover-footer button{display:inline-block;padding:3px 10px;border:1px solid #d4d4d4;text-decoration:none;text-shadow:1px 1px 0 #fff;color:#2d2d2d;font:11px/normal sans-serif;cursor:pointer;outline:0;background-color:#f1f1f1;border-radius:2px;zoom:1;line-height:1.3}div#driver-popover-item .driver-popover-footer button.driver-disabled{color:grey;cursor:default;pointer-events:none}div#driver-popover-item .driver-popover-footer .driver-close-btn{float:left}div#driver-popover-item .driver-popover-footer .driver-btn-group,div#driver-popover-item .driver-popover-footer .driver-close-only-btn{float:right}div#driver-popover-item .driver-popover-title{font:19px/normal sans-serif;margin:0 0 5px;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1}div#driver-popover-item .driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;color:#2d2d2d;font-weight:400;zoom:1}.driver-clearfix:after,.driver-clearfix:before{content:"";display:table}.driver-clearfix:after{clear:both}.driver-stage-no-animation{-webkit-transition:none!important;transition:none!important;background:transparent!important;outline:5000px solid rgba(0,0,0,.75)}div#driver-page-overlay{background:#000;position:fixed;bottom:0;right:0;display:block;width:100%;height:100%;zoom:1;filter:alpha(opacity=75);opacity:.75;z-index:100002!important}div#driver-highlighted-element-stage,div#driver-page-overlay{top:0;left:0;-webkit-transition:all .3s;transition:all .3s}div#driver-highlighted-element-stage{position:absolute;height:50px;width:300px;background:#fff;z-index:100003!important;display:none;border-radius:2px}.driver-highlighted-element{z-index:100004!important}.driver-position-relative{position:relative!important}.driver-fix-stacking{z-index:auto!important;opacity:1!important;-webkit-transform:none!important;transform:none!important;-webkit-filter:none!important;-moz-filter:none!important;-ms-filter:none!important;-o-filter:none!important;filter:none!important;-webkit-perspective:none!important;-ms-perspective:none!important;-o-perspective:none!important;perspective:none!important;-webkit-transform-style:flat!important;transform-style:flat!important;-webkit-transform-box:border-box!important;-moz-transform-box:border-box!important;-ms-transform-box:border-box!important;-o-transform-box:border-box!important;transform-box:border-box!important;will-change:unset!important}
|
package/lib/twComp.umd.js
CHANGED
@@ -7418,12 +7418,12 @@ var mainvue_type_template_id_5ec60ed2_staticRenderFns = []
|
|
7418
7418
|
|
7419
7419
|
// CONCATENATED MODULE: ./packages/twForms/src/main.vue?vue&type=template&id=5ec60ed2&
|
7420
7420
|
|
7421
|
-
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"9b9f7194-vue-loader-template"}!./node_modules/_vue-loader@15.9.3@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.3@vue-loader/lib??vue-loader-options!./examples/components/comPage/twForm/twForm.vue?vue&type=template&id=
|
7422
|
-
var twFormvue_type_template_id_165070d8_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('section',{ref:_vm.formData.id,staticClass:"formPage",attrs:{"id":_vm.formData.id}},[(_vm.formData.title)?_c('section',{staticClass:"twTopTitle"},[_vm._v(" "+_vm._s(_vm.formData.title)+" ")]):_vm._e(),_c('section',{class:_vm.formData.isLocalShow?'formContent':'formContent twContent',style:({'margin-top':_vm.formData.title?'6vh':'0','margin-bottom':_vm.formData.saveBtn?'8vh':'0'})},_vm._l((_vm.formData.formList),function(item,index){return (!item.isHidden)?_c('section',{key:index,staticClass:"formList",style:({'display':item.isNullHide && !item.value?'none':'flex'})},[(item.type == 'selectPage')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.gotoPage(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"textarea","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"required":item.required,"maxlength":item.limit,"show-word-limit":item.type=='textarea'?true:false,"rows":1,"autosize":{ minRows: 1, maxRows: 3},"is-link":"","error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.showName),callback:function ($$v) {_vm.$set(item, "showName", $$v)},expression:"item.showName"}})],1):(item.type == 'radio')?_c('div',{ref:item.valueName,refInFor:true},[_c('van-cell',{staticStyle:{"text-align":"left","padding-bottom":"0"},attrs:{"border":false,"title-class":"titleWid","label":(item.required&&!item.value.length&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"click":function($event){$event.stopPropagation();return _vm.radioCheckClick(item)}}},[_c('span',{staticStyle:{"position":"relative"},attrs:{"slot":"title"},slot:"title"},[_vm._v(_vm._s(item.name)+" "),(item.required)?_c('span',{staticClass:"require"},[_vm._v("*")]):_vm._e()]),_c('van-radio-group',{attrs:{"direction":"horizontal","icon-size":"15","checked-color":item.radioCheckColor?item.radioCheckColor:'#3399ff',"disabled":item.disabled},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},_vm._l((item.list),function(item,index){return _c('van-radio',{key:index,attrs:{"name":item.value}},[_vm._v(_vm._s(item.name))])}),1)],1)],1):(item.type == 'radioPop')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.radioCheckBox(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"text","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"is-link":"","required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.showName),callback:function ($$v) {_vm.$set(item, "showName", $$v)},expression:"item.showName"}})],1):(item.type == 'checkBox')?_c('div',{ref:item.valueName,refInFor:true},[_c('van-cell',{staticStyle:{"text-align":"left","padding-bottom":"0"},attrs:{"border":false,"title-class":"titleWid","label":(item.required&&(item.value.length==0)&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"click":function($event){$event.stopPropagation();return _vm.radioCheckClick(item)}}},[_c('span',{staticStyle:{"position":"relative"},attrs:{"slot":"title"},slot:"title"},[_vm._v(_vm._s(item.name)+" "),(item.required)?_c('span',{staticClass:"require"},[_vm._v("*")]):_vm._e()]),_c('van-checkbox-group',{attrs:{"direction":"horizontal","icon-size":"15","checked-color":item.radioCheckColor?item.radioCheckColor:'#3399ff',"disabled":item.disabled,"max":item.maxChoose?item.maxChoose:0},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},_vm._l((item.list),function(item,index){return _c('van-checkbox',{key:index,attrs:{"name":item.value,"shape":"square"}},[_vm._v(_vm._s(item.name))])}),1)],1)],1):(item.type == 'checkBoxPop')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.radioCheckBox(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"textarea","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"is-link":"","required":item.required,"error-message":(item.required&&!(item.value.length>0)&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.showName),callback:function ($$v) {_vm.$set(item, "showName", $$v)},expression:"item.showName"}})],1):(item.type == 'selectOne' || item.type == 'selectOneContact')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.selectOneBoxOpen(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"text","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"swipe-duration":500,"is-link":"","required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.showName),callback:function ($$v) {_vm.$set(item, "showName", $$v)},expression:"item.showName"}})],1):(item.type == 'selectDate')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.timeOpenFun(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"text","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"is-link":"","required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}})],1):(item.type == 'selectRange')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.rangeOpenFun(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"text","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"is-link":"","required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}})],1):(item.type == 'textarea')?_c('div',{ref:item.valueName,refInFor:true},[(item.isInline)?_c('van-field',{attrs:{"label":item.name,"type":item.type,"readonly":item.readonly,"placeholder":item.placeholder,"disabled":item.disabled,"clearable":"","maxlength":item.limit,"show-word-limit":item.limit&&item.showLimit?true:false,"autosize":{maxHeight: item.maxHeight?item.maxHeight:100},"rows":item.rows?item.rows:2,"required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"input":function($event){return _vm.numberChange(item)},"blur":function($event){return _vm.watchBlur(item)}},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},[(item.unit)?_c('van-button',{staticStyle:{"border":"0","font-size":"14px"},attrs:{"slot":"right-icon","type":"default","size":"mini"},slot:"right-icon"},[_vm._v(_vm._s(item.unit))]):_vm._e()],1):_c('span',[_c('van-cell',{staticStyle:{"text-align":"left","padding-bottom":"0"},attrs:{"border":false}},[_c('span',{staticStyle:{"position":"relative"},attrs:{"slot":"title"},slot:"title"},[_vm._v(_vm._s(item.name)+" "),(item.required)?_c('span',{staticClass:"require"},[_vm._v("*")]):_vm._e()])]),_c('van-field',{attrs:{"type":item.type,"readonly":item.readonly,"placeholder":item.placeholder,"disabled":item.disabled,"clearable":"","maxlength":item.limit,"show-word-limit":item.limit&&item.showLimit?true:false,"rows":item.rows?item.rows:2,"autosize":{maxHeight: item.maxHeight?item.maxHeight:100},"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"blur":function($event){return _vm.watchBlur(item)},"input":function($event){return _vm.numberChange(item)}},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},[(item.unit)?_c('van-button',{staticStyle:{"border":"0","font-size":"14px"},attrs:{"slot":"right-icon","type":"default","size":"mini"},slot:"right-icon"},[_vm._v(_vm._s(item.unit))]):_vm._e()],1)],1)],1):_c('div',{ref:item.valueName,refInFor:true},[_c('van-field',{attrs:{"label":item.name,"type":item.type,"readonly":item.readonly,"placeholder":item.placeholder,"disabled":item.disabled,"clearable":"","required":item.required,"maxlength":item.limit,"show-word-limit":item.limit&&item.showLimit?true:false,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"input":function($event){return _vm.numberChange(item)},"blur":function($event){return _vm.watchBlur(item)}},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},[(item.unit)?_c('van-button',{staticStyle:{"border":"0","font-size":"14px"},attrs:{"slot":"right-icon","type":"default","size":"mini"},slot:"right-icon"},[_vm._v(_vm._s(item.unit))]):_vm._e()],1)],1)]):_vm._e()}),0),_c('van-popup',{attrs:{"position":"bottom"},model:{value:(_vm.timeOpen),callback:function ($$v) {_vm.timeOpen=$$v},expression:"timeOpen"}},[_c('van-datetime-picker',{attrs:{"type":_vm.timeType,"min-date":_vm.startDate,"max-date":_vm.endDate,"formatter":_vm.formatterTime},on:{"cancel":function($event){_vm.timeOpen = false},"confirm":_vm.timeConfirm},model:{value:(_vm.pickerValueDate),callback:function ($$v) {_vm.pickerValueDate=$$v},expression:"pickerValueDate"}})],1),_c('van-calendar',{ref:"rangeChoose",attrs:{"type":_vm.rangeType,"min-date":_vm.startDate,"max-date":_vm.endDate,"confirm-disabled-text":"请选择结束时间","confirm-text":"完成","formatter":_vm.formatterRange,"round":false,"color":_vm.rangeColor},on:{"confirm":_vm.rangeConfirm},model:{value:(_vm.rangeOpen),callback:function ($$v) {_vm.rangeOpen=$$v},expression:"rangeOpen"}},[_c('div',{staticStyle:{"position":"relative"},attrs:{"slot":"title"},slot:"title"},[_vm._v(" 日期选择 "),(_vm.rangeOpen)?_c('span',{staticClass:"rangeTextStyle",style:({color:_vm.rangeColor}),on:{"click":function($event){$event.stopPropagation();return _vm.jumpToday($event)}}},[_vm._v("重置")]):_vm._e()])]),_c('van-popup',{attrs:{"position":"bottom"},on:{"click-overlay":_vm.radioCheckCancel},model:{value:(_vm.radioCheckBoxShow),callback:function ($$v) {_vm.radioCheckBoxShow=$$v},expression:"radioCheckBoxShow"}},[_c('section',{staticClass:"radioCheck"},[_c('section',{staticClass:"twFlex-between",staticStyle:{"padding":"10px","margin-bottom":"10px","border-bottom":"1px solid lightgrey"}},[_c('van-button',{attrs:{"type":"default","size":"small","round":true},on:{"click":_vm.radioCheckCancel}},[_vm._v("取消")]),(_vm.currTarget.type=='checkBoxPop')?_c('van-button',{attrs:{"type":"info","size":"mini","round":true,"plain":true},on:{"click":_vm.checkAll}},[_vm._v("全选")]):_vm._e(),(_vm.currTarget.type=='checkBoxPop')?_c('van-button',{attrs:{"type":"info","size":"mini","round":true,"plain":true},on:{"click":_vm.toggleAll}},[_vm._v("反选")]):_vm._e(),_c('van-button',{attrs:{"color":_vm.currTarget.radioCheckColor?_vm.currTarget.radioCheckColor:'#3399ff',"size":"small","round":true},on:{"click":_vm.radioCheckSure}},[_vm._v("确认")])],1),_c('section',{staticStyle:{"padding":"10px"}},[(_vm.currTarget.type=='radioPop')?_c('van-radio-group',{attrs:{"direction":"horizontal","icon-size":"15","checked-color":_vm.currTarget.radioCheckColor?_vm.currTarget.radioCheckColor:'#3399ff',"disabled":_vm.currTarget.disabled},model:{value:(_vm.currTarget.value),callback:function ($$v) {_vm.$set(_vm.currTarget, "value", $$v)},expression:"currTarget.value"}},_vm._l((_vm.currTarget.list),function(currTarget,index){return _c('van-radio',{key:index,attrs:{"name":currTarget.value}},[_vm._v(_vm._s(currTarget.name))])}),1):_vm._e(),(_vm.currTarget.type=='checkBoxPop')?_c('van-checkbox-group',{ref:"checkboxGroup",attrs:{"direction":"horizontal","icon-size":"15","checked-color":_vm.currTarget.radioCheckColor?_vm.currTarget.radioCheckColor:'#3399ff',"disabled":_vm.currTarget.disabled,"max":_vm.currTarget.maxChoose?_vm.currTarget.maxChoose:0},model:{value:(_vm.currTarget.value),callback:function ($$v) {_vm.$set(_vm.currTarget, "value", $$v)},expression:"currTarget.value"}},_vm._l((_vm.currTarget.list),function(currTarget,index){return _c('van-checkbox',{key:index,attrs:{"name":currTarget.value,"shape":"square"}},[_vm._v(_vm._s(currTarget.name))])}),1):_vm._e()],1)])]),_c('van-popup',{attrs:{"position":"bottom"},model:{value:(_vm.selectOneOpen),callback:function ($$v) {_vm.selectOneOpen=$$v},expression:"selectOneOpen"}},[_c('van-picker',{attrs:{"columns":_vm.selectOneList,"show-toolbar":""},on:{"change":_vm.selectChange,"cancel":function($event){_vm.selectOneOpen = false},"confirm":_vm.selectOneConfirm}})],1)],1)}
|
7423
|
-
var
|
7421
|
+
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"9b9f7194-vue-loader-template"}!./node_modules/_vue-loader@15.9.3@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.3@vue-loader/lib??vue-loader-options!./examples/components/comPage/twForm/twForm.vue?vue&type=template&id=43269985&
|
7422
|
+
var twFormvue_type_template_id_43269985_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('section',{ref:_vm.formData.id,staticClass:"formPage",attrs:{"id":_vm.formData.id}},[(_vm.formData.title)?_c('section',{staticClass:"twTopTitle"},[_vm._v(" "+_vm._s(_vm.formData.title)+" ")]):_vm._e(),_c('section',{class:_vm.formData.isLocalShow?'formContent':'formContent twContent',style:({'margin-top':_vm.formData.title?'6vh':'0','margin-bottom':_vm.formData.saveBtn?'8vh':'0'})},_vm._l((_vm.formData.formList),function(item,index){return (!item.isHidden)?_c('section',{key:index,class:item.className?item.className+' formList':'formList',style:({'display':item.isNullHide && !item.value?'none':'flex'}),attrs:{"id":item.id?item.id:'formItem'+index}},[(item.type == 'selectPage')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.gotoPage(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"textarea","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"required":item.required,"maxlength":item.limit,"show-word-limit":item.type=='textarea'?true:false,"rows":1,"autosize":{ minRows: 1, maxRows: 3},"is-link":"","error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.showName),callback:function ($$v) {_vm.$set(item, "showName", $$v)},expression:"item.showName"}})],1):(item.type == 'radio')?_c('div',{ref:item.valueName,refInFor:true},[_c('van-cell',{staticStyle:{"text-align":"left","padding-bottom":"0"},attrs:{"border":false,"title-class":"titleWid","label":(item.required&&!item.value.length&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"click":function($event){$event.stopPropagation();return _vm.radioCheckClick(item)}}},[_c('span',{staticStyle:{"position":"relative"},attrs:{"slot":"title"},slot:"title"},[_vm._v(_vm._s(item.name)+" "),(item.required)?_c('span',{staticClass:"require"},[_vm._v("*")]):_vm._e()]),_c('van-radio-group',{attrs:{"direction":"horizontal","icon-size":"15","checked-color":item.radioCheckColor?item.radioCheckColor:'#3399ff',"disabled":item.disabled},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},_vm._l((item.list),function(item,index){return _c('van-radio',{key:index,attrs:{"name":item.value}},[_vm._v(_vm._s(item.name))])}),1)],1)],1):(item.type == 'radioPop')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.radioCheckBox(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"text","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"is-link":"","required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.showName),callback:function ($$v) {_vm.$set(item, "showName", $$v)},expression:"item.showName"}})],1):(item.type == 'checkBox')?_c('div',{ref:item.valueName,refInFor:true},[_c('van-cell',{staticStyle:{"text-align":"left","padding-bottom":"0"},attrs:{"border":false,"title-class":"titleWid","label":(item.required&&(item.value.length==0)&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"click":function($event){$event.stopPropagation();return _vm.radioCheckClick(item)}}},[_c('span',{staticStyle:{"position":"relative"},attrs:{"slot":"title"},slot:"title"},[_vm._v(_vm._s(item.name)+" "),(item.required)?_c('span',{staticClass:"require"},[_vm._v("*")]):_vm._e()]),_c('van-checkbox-group',{attrs:{"direction":"horizontal","icon-size":"15","checked-color":item.radioCheckColor?item.radioCheckColor:'#3399ff',"disabled":item.disabled,"max":item.maxChoose?item.maxChoose:0},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},_vm._l((item.list),function(item,index){return _c('van-checkbox',{key:index,attrs:{"name":item.value,"shape":"square"}},[_vm._v(_vm._s(item.name))])}),1)],1)],1):(item.type == 'checkBoxPop')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.radioCheckBox(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"textarea","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"is-link":"","required":item.required,"error-message":(item.required&&!(item.value.length>0)&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.showName),callback:function ($$v) {_vm.$set(item, "showName", $$v)},expression:"item.showName"}})],1):(item.type == 'selectOne' || item.type == 'selectOneContact')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.selectOneBoxOpen(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"text","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"swipe-duration":500,"is-link":"","required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.showName),callback:function ($$v) {_vm.$set(item, "showName", $$v)},expression:"item.showName"}})],1):(item.type == 'selectDate')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.timeOpenFun(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"text","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"is-link":"","required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}})],1):(item.type == 'selectRange')?_c('div',{ref:item.valueName,refInFor:true,on:{"click":function($event){$event.stopPropagation();return _vm.rangeOpenFun(item)}}},[_c('van-field',{attrs:{"label":item.name,"type":"text","readonly":"","placeholder":item.placeholder,"disabled":item.disabled,"is-link":"","required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}})],1):(item.type == 'textarea')?_c('div',{ref:item.valueName,refInFor:true},[(item.isInline)?_c('van-field',{attrs:{"label":item.name,"type":item.type,"readonly":item.readonly,"placeholder":item.placeholder,"disabled":item.disabled,"clearable":"","maxlength":item.limit,"show-word-limit":item.limit&&item.showLimit?true:false,"autosize":{maxHeight: item.maxHeight?item.maxHeight:100},"rows":item.rows?item.rows:2,"required":item.required,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"input":function($event){return _vm.numberChange(item)},"blur":function($event){return _vm.watchBlur(item)}},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},[(item.unit)?_c('van-button',{staticStyle:{"border":"0","font-size":"14px"},attrs:{"slot":"right-icon","type":"default","size":"mini"},slot:"right-icon"},[_vm._v(_vm._s(item.unit))]):_vm._e()],1):_c('span',[_c('van-cell',{staticStyle:{"text-align":"left","padding-bottom":"0"},attrs:{"border":false}},[_c('span',{staticStyle:{"position":"relative"},attrs:{"slot":"title"},slot:"title"},[_vm._v(_vm._s(item.name)+" "),(item.required)?_c('span',{staticClass:"require"},[_vm._v("*")]):_vm._e()])]),_c('van-field',{attrs:{"type":item.type,"readonly":item.readonly,"placeholder":item.placeholder,"disabled":item.disabled,"clearable":"","maxlength":item.limit,"show-word-limit":item.limit&&item.showLimit?true:false,"rows":item.rows?item.rows:2,"autosize":{maxHeight: item.maxHeight?item.maxHeight:100},"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"blur":function($event){return _vm.watchBlur(item)},"input":function($event){return _vm.numberChange(item)}},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},[(item.unit)?_c('van-button',{staticStyle:{"border":"0","font-size":"14px"},attrs:{"slot":"right-icon","type":"default","size":"mini"},slot:"right-icon"},[_vm._v(_vm._s(item.unit))]):_vm._e()],1)],1)],1):_c('div',{ref:item.valueName,refInFor:true},[_c('van-field',{attrs:{"label":item.name,"type":item.type,"readonly":item.readonly,"placeholder":item.placeholder,"disabled":item.disabled,"clearable":"","required":item.required,"maxlength":item.limit,"show-word-limit":item.limit&&item.showLimit?true:false,"error-message":(item.required&&!item.value&&item.clicked || item.showSpecial)?(item.errMsg?item.errMsg:'必填!'):''},on:{"input":function($event){return _vm.numberChange(item)},"blur":function($event){return _vm.watchBlur(item)}},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}},[(item.unit)?_c('van-button',{staticStyle:{"border":"0","font-size":"14px"},attrs:{"slot":"right-icon","type":"default","size":"mini"},slot:"right-icon"},[_vm._v(_vm._s(item.unit))]):_vm._e()],1)],1)]):_vm._e()}),0),_c('van-popup',{attrs:{"position":"bottom"},model:{value:(_vm.timeOpen),callback:function ($$v) {_vm.timeOpen=$$v},expression:"timeOpen"}},[_c('van-datetime-picker',{attrs:{"type":_vm.timeType,"min-date":_vm.startDate,"max-date":_vm.endDate,"formatter":_vm.formatterTime},on:{"cancel":function($event){_vm.timeOpen = false},"confirm":_vm.timeConfirm},model:{value:(_vm.pickerValueDate),callback:function ($$v) {_vm.pickerValueDate=$$v},expression:"pickerValueDate"}})],1),_c('van-calendar',{ref:"rangeChoose",attrs:{"type":_vm.rangeType,"min-date":_vm.startDate,"max-date":_vm.endDate,"confirm-disabled-text":"请选择结束时间","confirm-text":"完成","formatter":_vm.formatterRange,"round":false,"color":_vm.rangeColor},on:{"confirm":_vm.rangeConfirm},model:{value:(_vm.rangeOpen),callback:function ($$v) {_vm.rangeOpen=$$v},expression:"rangeOpen"}},[_c('div',{staticStyle:{"position":"relative"},attrs:{"slot":"title"},slot:"title"},[_vm._v(" 日期选择 "),(_vm.rangeOpen)?_c('span',{staticClass:"rangeTextStyle",style:({color:_vm.rangeColor}),on:{"click":function($event){$event.stopPropagation();return _vm.jumpToday($event)}}},[_vm._v("重置")]):_vm._e()])]),_c('van-popup',{attrs:{"position":"bottom"},on:{"click-overlay":_vm.radioCheckCancel},model:{value:(_vm.radioCheckBoxShow),callback:function ($$v) {_vm.radioCheckBoxShow=$$v},expression:"radioCheckBoxShow"}},[_c('section',{staticClass:"radioCheck"},[_c('section',{staticClass:"twFlex-between",staticStyle:{"padding":"10px","margin-bottom":"10px","border-bottom":"1px solid lightgrey"}},[_c('van-button',{attrs:{"type":"default","size":"small","round":true},on:{"click":_vm.radioCheckCancel}},[_vm._v("取消")]),(_vm.currTarget.type=='checkBoxPop')?_c('van-button',{attrs:{"type":"info","size":"mini","round":true,"plain":true},on:{"click":_vm.checkAll}},[_vm._v("全选")]):_vm._e(),(_vm.currTarget.type=='checkBoxPop')?_c('van-button',{attrs:{"type":"info","size":"mini","round":true,"plain":true},on:{"click":_vm.toggleAll}},[_vm._v("反选")]):_vm._e(),_c('van-button',{attrs:{"color":_vm.currTarget.radioCheckColor?_vm.currTarget.radioCheckColor:'#3399ff',"size":"small","round":true},on:{"click":_vm.radioCheckSure}},[_vm._v("确认")])],1),_c('section',{staticStyle:{"padding":"10px"}},[(_vm.currTarget.type=='radioPop')?_c('van-radio-group',{attrs:{"direction":"horizontal","icon-size":"15","checked-color":_vm.currTarget.radioCheckColor?_vm.currTarget.radioCheckColor:'#3399ff',"disabled":_vm.currTarget.disabled},model:{value:(_vm.currTarget.value),callback:function ($$v) {_vm.$set(_vm.currTarget, "value", $$v)},expression:"currTarget.value"}},_vm._l((_vm.currTarget.list),function(currTarget,index){return _c('van-radio',{key:index,attrs:{"name":currTarget.value}},[_vm._v(_vm._s(currTarget.name))])}),1):_vm._e(),(_vm.currTarget.type=='checkBoxPop')?_c('van-checkbox-group',{ref:"checkboxGroup",attrs:{"direction":"horizontal","icon-size":"15","checked-color":_vm.currTarget.radioCheckColor?_vm.currTarget.radioCheckColor:'#3399ff',"disabled":_vm.currTarget.disabled,"max":_vm.currTarget.maxChoose?_vm.currTarget.maxChoose:0},model:{value:(_vm.currTarget.value),callback:function ($$v) {_vm.$set(_vm.currTarget, "value", $$v)},expression:"currTarget.value"}},_vm._l((_vm.currTarget.list),function(currTarget,index){return _c('van-checkbox',{key:index,attrs:{"name":currTarget.value,"shape":"square"}},[_vm._v(_vm._s(currTarget.name))])}),1):_vm._e()],1)])]),_c('van-popup',{attrs:{"position":"bottom"},model:{value:(_vm.selectOneOpen),callback:function ($$v) {_vm.selectOneOpen=$$v},expression:"selectOneOpen"}},[_c('van-picker',{attrs:{"columns":_vm.selectOneList,"show-toolbar":""},on:{"change":_vm.selectChange,"cancel":function($event){_vm.selectOneOpen = false},"confirm":_vm.selectOneConfirm}})],1)],1)}
|
7423
|
+
var twFormvue_type_template_id_43269985_staticRenderFns = []
|
7424
7424
|
|
7425
7425
|
|
7426
|
-
// CONCATENATED MODULE: ./examples/components/comPage/twForm/twForm.vue?vue&type=template&id=
|
7426
|
+
// CONCATENATED MODULE: ./examples/components/comPage/twForm/twForm.vue?vue&type=template&id=43269985&
|
7427
7427
|
|
7428
7428
|
// EXTERNAL MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_thread-loader@2.1.3@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.1.0@babel-loader/lib!./examples/components/comPage/twForm/twForm.js?vue&type=script&lang=js&
|
7429
7429
|
var twFormvue_type_script_lang_js_ = __webpack_require__("294c");
|
@@ -7444,8 +7444,8 @@ var twFormvue_type_style_index_0_lang_scss_ = __webpack_require__("e055");
|
|
7444
7444
|
|
7445
7445
|
var twForm_component = Object(componentNormalizer["a" /* default */])(
|
7446
7446
|
twForm_twFormvue_type_script_lang_js_,
|
7447
|
-
|
7448
|
-
|
7447
|
+
twFormvue_type_template_id_43269985_render,
|
7448
|
+
twFormvue_type_template_id_43269985_staticRenderFns,
|
7449
7449
|
false,
|
7450
7450
|
null,
|
7451
7451
|
null,
|
@@ -8137,18 +8137,18 @@ function single_obj(ndoe, key, value, child) {
|
|
8137
8137
|
}
|
8138
8138
|
|
8139
8139
|
function spec_obj(arr, key, value, child) {
|
8140
|
-
var
|
8140
|
+
var _this2 = this;
|
8141
8141
|
|
8142
8142
|
//返回数组对象中指定参数的对象
|
8143
8143
|
if (child) {
|
8144
8144
|
arr.map(function (i) {
|
8145
8145
|
if (i[child] && i[child].length > 0) {
|
8146
|
-
var isFind =
|
8146
|
+
var isFind = _this2.single_obj(i, key, value, child);
|
8147
8147
|
|
8148
8148
|
if (isFind) {
|
8149
8149
|
return isFind;
|
8150
8150
|
} else {
|
8151
|
-
|
8151
|
+
_this2.spec_obj(i[child], key, value, child);
|
8152
8152
|
}
|
8153
8153
|
}
|
8154
8154
|
});
|
@@ -8303,13 +8303,14 @@ function showDriver(list) {
|
|
8303
8303
|
driver.start();
|
8304
8304
|
}
|
8305
8305
|
|
8306
|
-
function get_guidance(list, path) {
|
8306
|
+
function get_guidance(list, path, _this) {
|
8307
8307
|
if (path) {
|
8308
8308
|
//是否需要跳转页面进行引导
|
8309
8309
|
if (window.location.pathname == path) {
|
8310
8310
|
showDriver(list);
|
8311
8311
|
} else {
|
8312
|
-
|
8312
|
+
_this.$router.push(path);
|
8313
|
+
|
8313
8314
|
setTimeout(function () {
|
8314
8315
|
showDriver(list);
|
8315
8316
|
}, 1500);
|
@@ -8365,8 +8366,8 @@ function get_guidance(list, path) {
|
|
8365
8366
|
return del_repeat_obj(arr, keyWord);
|
8366
8367
|
};
|
8367
8368
|
|
8368
|
-
Vue.prototype.guidance = function (list, path) {
|
8369
|
-
return get_guidance(list, path);
|
8369
|
+
Vue.prototype.guidance = function (list, path, _this) {
|
8370
|
+
return get_guidance(list, path, _this);
|
8370
8371
|
};
|
8371
8372
|
}
|
8372
8373
|
});
|