| | |
| | | //餐饮************************************************************************************************** |
| | | map.set('1', [{ |
| | | name: "店铺名称", |
| | | id: "sceneName", |
| | | id: "biName", |
| | | input: true, |
| | | value: '', |
| | | noValue: false, |
| | | }, |
| | | { |
| | | name: "店铺简称", |
| | | id: "sceneNickName", |
| | | id: "biNickName", |
| | | input: true, |
| | | value: '', |
| | | noValue: false, |
| | | }, |
| | | { |
| | | name: "经营菜系", |
| | | id: "cuisine", |
| | | id: "rbCuisine", |
| | | type: 'checkbox', |
| | | value: '', |
| | | options: [ |
| | |
| | | }, |
| | | { |
| | | name: "经营地址", |
| | | id: "address", |
| | | id: "biAddress", |
| | | input: true, |
| | | value: '', |
| | | noValue: false, |
| | | }, |
| | | { |
| | | name: "就餐位数", |
| | | id: "totalSeating", |
| | | id: "rbTotalSeating", |
| | | type: 'radio', |
| | | value: '', |
| | | options: [ |
| | | {name: '无', value: '0', checked: true}, |
| | | {name: '1~20', value: '1', }, |
| | | {name: '21~50', value: '2', }, |
| | | {name: '51~100', value: '3', }, |
| | | {name: '100以上', value: '4', }, |
| | | {name: '1~20', value: '20', }, |
| | | {name: '21~50', value: '50', }, |
| | | {name: '51~100', value: '100', }, |
| | | {name: '100以上', value: '120', }, |
| | | ] |
| | | }, |
| | | { |
| | | name: "净化设备数量", |
| | | id: "purifyDeviceNum", |
| | | id: "fpNum", |
| | | type: 'number', |
| | | input: true, |
| | | value: "", |
| | |
| | | }, |
| | | { |
| | | name: "监测设备数量", |
| | | id: "supervisionDeviceNum", |
| | | id: "mdNum", |
| | | type: 'number', |
| | | input: true, |
| | | value: "", |
| | |
| | | }, |
| | | { |
| | | name: "灶头数量", |
| | | id: "cookingRangeNum", |
| | | id: "rbCookingRangeNum", |
| | | type: 'number', |
| | | input: true, |
| | | value: "", |
| | |
| | | }, |
| | | { |
| | | name: "年均用油量", |
| | | id: "annualAvgOil", |
| | | id: "rbCookingOilCapacity", |
| | | type: 'number', |
| | | input: true, |
| | | value: "", |
| | |
| | | }, |
| | | { |
| | | name: "用油类型", |
| | | id: "oilType", |
| | | id: "rbCookingOilType", |
| | | type: 'checkbox', |
| | | value: "", |
| | | options: [ |
| | |
| | | }, |
| | | { |
| | | name: "联系人", |
| | | id: "contract", |
| | | id: "biContract", |
| | | input: true, |
| | | value: '', |
| | | noValue: false, |
| | | }, |
| | | { |
| | | name: "联系方式", |
| | | id: "telephone", |
| | | id: "biTelephone", |
| | | input: true, |
| | | value: '', |
| | | noValue: false, |
| | | }, |
| | | { |
| | | name: "街镇", |
| | | id: "town", |
| | | id: "biLocation", |
| | | type: 'picker', |
| | | pickerMode: 'region', |
| | | // value: ['上海市', '上海市', '金山区', '石化街道'], |
| | | value: [], |
| | | displayValue: [], |
| | | noValue: false, |
| | | required: false, |
| | | }, |
| | | { |
| | | name: "集中区", |
| | | id: "concentrationArea", |
| | | id: "rbConcentrationArea", |
| | | input: true, |
| | | value: '', |
| | | noValue: false, |
| | |
| | | }, |
| | | { |
| | | name: "排口数量", |
| | | id: "outfallCount", |
| | | id: "rbOutfallCount", |
| | | type: 'number', |
| | | input: true, |
| | | value: '', |
| | |
| | | }, |
| | | { |
| | | name: "排口位置", |
| | | id: "outfallLocation", |
| | | id: "rbOutfallLocation", |
| | | input: true, |
| | | value: '', |
| | | noValue: false, |
| | |
| | | }, |
| | | { |
| | | name: "排口编号", |
| | | id: "outfallNum", |
| | | id: "rbOutfallNum", |
| | | input: true, |
| | | value: '', |
| | | noValue: false, |