1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207
| { "id": "U57zDd", "title": "<strong style=\"font-size: 36px;\">需求问卷</strong>", "description": "感谢您能抽出几分钟时间来参加本次需求问卷,现在我们就马上开始吧!", "type": "Survey", "attribute": { "suffix": "您已完成本次问卷,感谢您的帮助与支持", "submitButton": "提交" }, "children": [ { "id": "crrm", "title": "推拉方式", "description": "国标防盗门一般使用'单边推拉'", "type": "Radio", "attribute": { "required": true }, "children": [ { "id": "mn1n", "title": "单边推拉", "attribute": {} }, { "id": "frvq", "title": "双边推拉", "attribute": {} }, { "id": "a3y8", "title": "特殊要求", "attribute": {} } ] }, { "id": "55tb", "title": "安装位置", "type": "Radio", "attribute": { "required": true }, "children": [ { "id": "bufj", "title": "室外安装", "attribute": {} }, { "id": "mm95", "title": "室内安装", "attribute": {} } ] }, { "id": "tukl", "title": "锁处位置", "type": "Radio", "attribute": { "required": true }, "children": [ { "id": "h4w2", "title": "锁在门左侧", "attribute": {} }, { "id": "gt2j", "title": "锁在门右侧", "attribute": {} } ] }, { "id": "l6nl", "title": "边框颜色(纱网默认灰色)", "description": "<img src=\"/api/public/preview/sqqsybc2kWdUsy1f7xtiL\">", "type": "Radio", "attribute": { "required": true }, "children": [ { "id": "a5yw", "title": "咖啡色", "attribute": {} }, { "id": "2v4x", "title": "白色", "attribute": {} }, { "id": "2mkw", "title": "灰色", "attribute": {} }, { "id": "w0a9", "title": "古铜色", "attribute": {} }, { "id": "df5c", "title": "黑色", "attribute": {} }, { "id": "dn2c", "title": "香槟色", "attribute": {} }, { "id": "mlly", "title": "黄木纹", "attribute": {} }, { "id": "5o4t", "title": "红木纹", "attribute": {} }, { "id": "6xgr", "title": "金橡木", "attribute": {} } ] }, { "id": "raoo", "title": "上传现场照片(含门洞全貌照片)", "type": "Upload", "attribute": { "required": false }, "children": [ { "id": "44dx", "attribute": { "fileAccept": ".jpg,.jpeg,.png,.gif" } } ] }, { "id": "lp3i", "title": "手机号码", "type": "FillBlank", "attribute": { "required": true, "examAnswerMode": "none" }, "children": [ { "id": "26c8", "attribute": { "dataType": "mobile", "required": true, "calculate": "" } } ] }, { "id": "s5oj", "title": "姓名(如何称呼您)", "type": "FillBlank", "attribute": { "required": true, "visibleRule": "" }, "children": [ { "id": "mo8z", "attribute": { "calculate": "" } } ] }, { "id": "v22e", "title": "创建日期", "type": "FillBlank", "attribute": { "required": true, "visibleRule": "", "requiredRule": "" }, "children": [ { "id": "miob", "attribute": { "dataType": "date", "readOnly": false, "calculate": "CURRENT_DATE()", "dateTimeFormat": "YYYY-MM-DD" } } ] } ] }
|