| | |
| | | prop: "name", |
| | | type: "input", |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | rules: [{required: true, message: "请输入经办人姓名", trigger: ['blur','change']}] |
| | | }, |
| | | { |
| | |
| | | prop: "idCard", |
| | | type: "input", |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | rules: [{required: true, trigger: ['blur','change'],validator:idCardValidate}] |
| | | }, |
| | | { |
| | |
| | | span:12, |
| | | row:true, |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | rules: [{required: true, trigger: ['blur','change'],validator:mobileValidate}] |
| | | }, |
| | | { |
| | |
| | | type: "date", |
| | | format:'yyyy-MM-dd', |
| | | valueFormat:'yyyy-MM-dd', |
| | | labelWidth:labelWidth |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | }, |
| | | { |
| | | label: "通行结束时间", |
| | |
| | | type: "date", |
| | | format:'yyyy-MM-dd', |
| | | valueFormat:'yyyy-MM-dd', |
| | | labelWidth:labelWidth |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | }, |
| | | { |
| | | label: "起运机构", |
| | | prop: "transportDept", |
| | | type: "input", |
| | | labelWidth:labelWidth |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | }, |
| | | { |
| | | label: "途径省份", |
| | | prop: "passProvince", |
| | | type: "input", |
| | | labelWidth:labelWidth |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | }, |
| | | { |
| | | label: "出发地", |
| | | prop: "departure", |
| | | type: "input", |
| | | labelWidth:labelWidth |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | }, |
| | | { |
| | | label: "目的地", |
| | | prop: "destination", |
| | | type: "input", |
| | | labelWidth:labelWidth |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | }, |
| | | { |
| | | label: "通行路线", |
| | |
| | | type: "textarea", |
| | | row:true, |
| | | minRows:2, |
| | | labelWidth:labelWidth |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | }, |
| | | { |
| | | label: "通行桥涵", |
| | |
| | | type: "textarea", |
| | | row:true, |
| | | minRows:2, |
| | | labelWidth:labelWidth |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | }, |
| | | ] |
| | | }, |
| | |
| | | type: 'upload', |
| | | loadText: '附件上传中,请稍等', |
| | | span: 24, |
| | | disabled:false, |
| | | propsHttp:propsHttp, |
| | | action: uploadUrl |
| | | }, |
| | |
| | | type: 'upload', |
| | | loadText: '附件上传中,请稍等', |
| | | span: 24, |
| | | disabled:false, |
| | | propsHttp:propsHttp, |
| | | action: uploadUrl |
| | | }, |
| | |
| | | label: "货物信息", |
| | | prop: "goodsName", |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | type: "input", |
| | | }, |
| | | { |
| | | label: "货物分类", |
| | | prop: "goodsCategory", |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | type: "select", |
| | | dicUrl: "/api/blade-system/dict-biz/dictionary?code=goods_category", |
| | | props:{ |
| | |
| | | label: "货物类别", |
| | | prop: "goodsType", |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | type: "select", |
| | | dicUrl: "/api/blade-system/dict-biz/dictionary?code=goods_type", |
| | | props:{ |
| | |
| | | label: "轴荷分布", |
| | | prop: "axialLoad", |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | type: "input", |
| | | append:'轴', |
| | | }, |
| | | { |
| | | label: "货物重量", |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | prop: "weight", |
| | | type: "input", |
| | | append:'吨', |
| | |
| | | { |
| | | label: "车货总重量", |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | prop: "allWeight", |
| | | type: "input", |
| | | append:'吨', |
| | |
| | | { |
| | | label: "货物最大长度", |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | prop: "length", |
| | | type: "input", |
| | | append:'米', |
| | |
| | | { |
| | | label: "货物最大宽度", |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | prop: "width", |
| | | type: "input", |
| | | append:'米', |
| | |
| | | { |
| | | label: "货物最大高度", |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | prop: "height", |
| | | type: "input", |
| | | append:'米', |
| | |
| | | { |
| | | label: "车货最大长度", |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | prop: "allLength", |
| | | type: "input", |
| | | append:'米', |
| | |
| | | { |
| | | label: "车货最大宽度", |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | prop: "allWidth", |
| | | type: "input", |
| | | append:'米', |
| | |
| | | { |
| | | label: "车货最大高度", |
| | | labelWidth:labelWidth, |
| | | disabled:false, |
| | | prop: "allHeight", |
| | | type: "input", |
| | | append:'米', |
| | |
| | | labelWidth:'10%', |
| | | span: 24, |
| | | minRows:2, |
| | | disabled:false, |
| | | }, |
| | | ] |
| | | }, |