Onlinewarranty.vue 16 KB

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