Onlinewarranty.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  1. <template>
  2. <view class="OutermostLayer">
  3. <view class="wfgz">
  4. <!-- 注意,如果需要兼容微信小程序,最好通过setRules方法设置rules规则 -->
  5. <u--form labelPosition="left" :model="model1" :rules="rules" ref="form1">
  6. <!-- <u-form-item labelWidth='180' label="任务名称:" prop="userInfo.contactPerson" borderBottom ref="item1">
  7. <u--input v-model="model1.userInfo.contactPerson" border="none"></u--input>
  8. </u-form-item> -->
  9. <u-form-item labelWidth='180' label="报修位置:" prop="userInfo.repairPositionName" borderBottom
  10. @click="showfloor = true;" ref="item1">
  11. <u--input v-model="model1.userInfo.repairPositionName" disabled disabledColor="#ffffff"
  12. placeholder="请选择报修位置" border="none"></u--input>
  13. <u-icon slot="right" contactPerson="arrow-right"></u-icon>
  14. </u-form-item>
  15. <u-form-item labelWidth='180' label="报修区域:" prop="userInfo.repairRegionName" borderBottom
  16. @click="showSex = true;" ref="item1">
  17. <u--input v-model="model1.userInfo.repairRegionName" disabled disabledColor="#ffffff"
  18. placeholder="请选择报修区域" border="none"></u--input>
  19. <u-icon slot="right" contactPerson="arrow-right"></u-icon>
  20. </u-form-item>
  21. <u-form-item labelWidth='180' label="报修类型:" prop="userInfo.repairTypeName" borderBottom
  22. @click="showtaskdegree = true;" ref="item1">
  23. <u--input v-model="model1.userInfo.repairTypeName" disabled disabledColor="#ffffff"
  24. placeholder="请选择报修类型" border="none"></u--input>
  25. <u-icon slot="right" contactPerson="arrow-right"></u-icon>
  26. </u-form-item>
  27. <u-form-item labelWidth='180' label="联系人:" prop="userInfo.contactPerson" borderBottom ref="item1">
  28. <u--input v-model="model1.userInfo.contactPerson" border="none"></u--input>
  29. </u-form-item>
  30. <u-form-item labelWidth='180' label="联系电话:" prop="userInfo.contactPhone" borderBottom
  31. ref="item1">
  32. <u--input v-model="model1.userInfo.contactPhone" border="none"></u--input>
  33. </u-form-item>
  34. <u-form-item labelWidth='180' label="故障描述:" prop="userInfo.faultDes" borderBottom ref="item1">
  35. <u--input v-model="model1.userInfo.faultDes" border="none"></u--input>
  36. </u-form-item>
  37. <u-form-item labelWidth='180' label="上传照片:" prop="userInfo.faultPics" borderBottom ref="item1">
  38. <view class="">
  39. <u-upload :fileList="fileList1" @afterRead="afterRead" @delete="deletePic" name="1"
  40. multiple :maxCount="10">
  41. <image :src="xiangji" mode="widthFix" style="width: 90rpx;height: 90rpx;"></image>
  42. </u-upload>
  43. </view>
  44. </u-form-item>
  45. </u--form>
  46. <view class="guidang">
  47. <view class="queding">
  48. <u-button type="primary" :plain="true" text="返回" @click="returndata"></u-button>
  49. </view>
  50. <view class="queding">
  51. <u-button type="primary" text="提交" @click="editdata"></u-button>
  52. </view>
  53. </view>
  54. </view>
  55. <u-picker @cancel='showtaskdegree = false' @confirm='degreeconfirm' :show="showtaskdegree"
  56. :columns="columnshowtaskdegree" keyName="label">
  57. </u-picker>
  58. <u-picker @cancel='showSex = false' @confirm='typeconfirm' :show="showSex" :columns="columnsquyu"
  59. keyName="label">
  60. </u-picker>
  61. <u-picker :show="showfloor" ref="uPicker" :loading="loading" @confirm="confirmfloor" @cancel='cancelfloor'
  62. keyName="orgName" :columns="columns" @change="changeHandler"></u-picker>
  63. </view>
  64. </template>
  65. <script>
  66. const BaseApi = require("@/http/baseApi.js");
  67. export default {
  68. components: {},
  69. data() {
  70. return {
  71. loading: false,
  72. fileList1: [],
  73. xiangji: require('@/static/index/xj.png'),
  74. columns: [
  75. [],
  76. [],
  77. []
  78. ],
  79. columnData: [],
  80. columnDatalist: [],
  81. showfloor: false,
  82. myposition: '',
  83. showSex: false,
  84. showday: false,
  85. showPicker: false,
  86. showtaskdegree: false,
  87. showtaskpeople: false,
  88. model1: {
  89. userInfo: {
  90. id: "",
  91. buildingId: "", // 楼栋ID
  92. storeyId: "", // 层数ID
  93. houseId: "", // 房间ID
  94. repairPosition: "", // 房间ID
  95. repairPositionName: "", //报修位置名称
  96. repairRegion: '', //报修修区域
  97. repairRegionName: "", //报修区域名称
  98. repairType: '', //报修类型
  99. repairTypeName: "", //报修类型
  100. contactPerson: "", //联系人
  101. contactPhone: "", //电话
  102. faultDes: "", // 故障描述
  103. faultPics: "", //图片
  104. },
  105. },
  106. columnsquyu: [
  107. [{
  108. label: '公共区域',
  109. id: 1
  110. }, {
  111. label: '室内',
  112. id: 2
  113. }]
  114. ],
  115. columnshowtaskdegree: [
  116. [{
  117. label: '水',
  118. id: 1
  119. }, {
  120. label: '电',
  121. id: 2
  122. },
  123. {
  124. label: '其他',
  125. id: 3
  126. },
  127. ]
  128. ],
  129. rules: {
  130. 'userInfo.contactPerson': {
  131. type: 'string',
  132. required: true,
  133. message: '请填写联系人',
  134. trigger: ['blur', 'change']
  135. },
  136. 'userInfo.faultDes': {
  137. type: 'string',
  138. required: true,
  139. message: '请填写故障描述',
  140. trigger: ['blur', 'change']
  141. },
  142. 'userInfo.contactPhone': [{
  143. required: true,
  144. message: '请填写联系电话',
  145. trigger: ['change', 'blur'],
  146. },
  147. {
  148. // 自定义验证函数,见上说明
  149. validator: (rule, value, callback) => {
  150. // 上面有说,返回true表示校验通过,返回false表示不通过
  151. // uni.$u.test.mobile()就是返回true或者false的
  152. return uni.$u.test.mobile(value);
  153. },
  154. message: '手机号码不正确',
  155. // 触发器可以同时用blur和change
  156. trigger: ['change', 'blur'],
  157. }
  158. ],
  159. 'userInfo.repairRegionName': {
  160. type: 'string',
  161. required: true,
  162. message: '请选择报修区域',
  163. trigger: ['blur', 'change']
  164. },
  165. 'userInfo.repairPositionName': {
  166. type: 'string',
  167. required: true,
  168. message: '请选择报修位置',
  169. trigger: ['blur', 'change']
  170. },
  171. 'userInfo.repairTypeName': {
  172. type: 'string',
  173. required: true,
  174. message: '请选择报修类型',
  175. trigger: ['blur', 'change']
  176. },
  177. },
  178. };
  179. },
  180. onLoad() {
  181. this.getfloor();
  182. // this.loadmore();
  183. },
  184. methods: {
  185. // 删除图片
  186. deletePic(event) {
  187. this.fileList1.splice(event.index, 1)
  188. },
  189. // 新增图片
  190. async afterRead(event) {
  191. // 当设置 multiple 为 true 时, file 为数组格式,否则为对象格式
  192. let lists = [].concat(event.file)
  193. let fileListLen =this.fileList1.length
  194. lists.map((item) => {
  195. this.fileList1.push({
  196. ...item,
  197. status: 'uploading',
  198. message: '上传中'
  199. })
  200. })
  201. console.log('111111111111111111',this.fileList1)
  202. for (let i = 0; i < lists.length; i++) {
  203. const result = await this.uploadFilePromise(lists[i].url)
  204. let item = this.fileList1[fileListLen]
  205. this.fileList1.splice(fileListLen, 1, Object.assign(item, {
  206. status: 'success',
  207. message: '',
  208. url: result
  209. }))
  210. fileListLen++
  211. }
  212. },
  213. uploadFilePromise(url) {
  214. console.log('999',url)
  215. this.$api.post('/uploadFile',{data:url})
  216. .then(res=>{
  217. console.log('111111111111111111',res)
  218. })
  219. // return new Promise((resolve, reject) => {
  220. // let a = uni.uploadFile({
  221. // url: BaseApi.BaseApi + '/uploadFile',
  222. // filePath: url,
  223. // name: 'file',
  224. // formData: {
  225. // user: 'test'
  226. // },
  227. // success: (res) => {
  228. // setTimeout(() => {
  229. // resolve(res.data.data)
  230. // }, 1000)
  231. // }
  232. // });
  233. // })
  234. },
  235. changeHandler(e) {
  236. const {
  237. columnIndex,
  238. value,
  239. values, // values为当前变化列的数组内容
  240. index,
  241. indexs,
  242. picker = this.$refs.uPicker
  243. } = e
  244. console.log('999999', columnIndex, index, indexs)
  245. if (columnIndex == 0) {
  246. // this.loading = true
  247. picker.setColumnValues(1, this.alldata[index].childrenList)
  248. if (this.alldata[indexs[0]].childrenList[0].childrenList == null) {
  249. console.log('66666', )
  250. picker.setColumnValues(2, [])
  251. } else {
  252. console.log('00000000', )
  253. picker.setColumnValues(2, this.alldata[indexs[0]].childrenList[0].childrenList)
  254. }
  255. // picker.setColumnValues(2, this.alldata[indexs[0]].childrenList[0].childrenList)
  256. // this.loading = false
  257. } else if (columnIndex == 1) {
  258. // picker为选择器this实例,变化第三列对应的选项
  259. // if (this.alldata[indexs[0]].childrenList[indexs[1]] == null) {
  260. // console.log('123',)
  261. // this.alldata[indexs[0]].childrenList[indexs[1]] = []
  262. // } else {
  263. // console.log('345',)
  264. // }
  265. console.log('222', this.alldata[indexs[0]].childrenList[indexs[1]].childrenList)
  266. picker.setColumnValues(2, this.alldata[indexs[0]].childrenList[indexs[1]].childrenList)
  267. }
  268. },
  269. confirmfloor(e) {
  270. console.log('222222', e.value)
  271. this.model1.userInfo.repairPositionName = e.value[0].orgName + '/' + e.value[1].orgName + '/' + e.value[2].orgName;
  272. this.model1.userInfo.buildingId = e.value[0].orgId;
  273. this.model1.userInfo.storeyId = e.value[1].orgId;
  274. this.model1.userInfo.houseId = e.value[2].orgId;
  275. this.model1.userInfo.repairPosition = e.value[2].orgId;
  276. this.showfloor = false;
  277. // this.getalldata();
  278. },
  279. cancelfloor() {
  280. this.showfloor = false;
  281. },
  282. getfloor() {
  283. this.$api.get('/control/getOrgStructureTree', {})
  284. .then(res => {
  285. if (res.data.code == 0) {
  286. //this.dataForm.projectId = res.data.data[0].orgId;
  287. // this.model1.userInfo.myposition = res.data.data[0].orgcontactPerson;
  288. this.alldata = res.data.data[0].childrenList;
  289. this.columns = [
  290. this.alldata,
  291. this.alldata[0].childrenList,
  292. this.alldata[0].childrenList[0].childrenList
  293. ]
  294. } else {
  295. this.showdct = true
  296. }
  297. })
  298. },
  299. onShowDatePicker() { //显示
  300. this.showPicker = true;
  301. // this.value =this.model1.userInfo.repairPositioncontactPerson;
  302. },
  303. returndata() {
  304. uni.navigateBack({
  305. delta: 1
  306. });
  307. },
  308. editdata() {
  309. console.log('111111111111111111', this.model1.userInfo)
  310. this.$refs.form1.validate().then(res => {
  311. uni.$u.toast('校验通过')
  312. this.$api.post('/repairorder',this.model1.userInfo)
  313. .then(res=>{
  314. uni.navigateBack({
  315. delta: 1
  316. });
  317. })
  318. }).catch(errors => {
  319. uni.$u.toast('校验失败')
  320. })
  321. },
  322. typeconfirm(e) {
  323. // console.log('111111111111111111', e.value[0])
  324. this.model1.userInfo.repairRegion = e.value[0].id;
  325. this.model1.userInfo.repairRegionName = e.value[0].label;
  326. this.showSex = false;
  327. // this.model1.userInfo.sex = e.contactPerson
  328. this.$refs.form1.validateField('userInfo.repairRegionName')
  329. },
  330. degreeconfirm(e) {
  331. //console.log('111111111111111111', e.value[0].label)
  332. this.model1.userInfo.repairType = e.value[0].id;
  333. this.model1.userInfo.repairTypeName = e.value[0].label;
  334. this.showtaskdegree = false;
  335. // this.model1.userInfo.sex = e.contactPerson
  336. this.$refs.form1.validateField('userInfo.repairTypeName')
  337. },
  338. },
  339. onReady() {
  340. //如果需要兼容微信小程序,并且校验规则中含有方法等,只能通过setRules方法设置规则。
  341. this.$refs.form1.setRules(this.rules)
  342. },
  343. };
  344. </script>
  345. <style>
  346. .guidang {
  347. display: flex;
  348. justify-content: space-between;
  349. align-items: center;
  350. margin-top: 40rpx;
  351. }
  352. .queding {
  353. width: 40%;
  354. }
  355. .wfgz {
  356. margin: 20rpx;
  357. margin-top: 0px;
  358. }
  359. </style>