Onlinewarranty.vue 11 KB

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