hisvistdeils.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649
  1. <template>
  2. <div>
  3. <!-- 顶部条-->
  4. <van-nav-bar class="navBar" title="拜访任务详情" left-arrow @click-left="onClickLeft" />
  5. <!--right-text="保存"-->
  6. <!--@click-right="onSubmit"-->
  7. <!-- 主体内容-->
  8. <div class="lineGrey"></div>
  9. <div class="deviceCode" v-if="showCode">
  10. <div class="vertical"></div>
  11. <p>设备编号:{{ deviceCode }}</p>
  12. <p>投放编号:{{ putInCode }}</p>
  13. </div>
  14. <div class="lineGrey" v-if="showCode"></div>
  15. <div
  16. class="container containert"
  17. style="width: 100%; margin: 0 auto; padding: 10px 0"
  18. v-if="taskType == 3">
  19. <el-table
  20. :data="tableData1"
  21. border
  22. style="width: 100%"
  23. class="table-headermd"
  24. :span-method="objectSpanMethod">
  25. <el-table-column prop="collectionName" label="物料类型" width="180">
  26. <template slot-scope="scope">
  27. <span class="tipTitle" @click="tipTitle(scope.row.signDictype)">{{
  28. scope.row.signDictype
  29. }}</span>
  30. </template>
  31. </el-table-column>
  32. <el-table-column prop="collectionName" label="物料名称" width="180">
  33. <template slot-scope="scope">
  34. <span class="tipTitle" @click="tipTitle(scope.row.collectionName)">{{
  35. scope.row.collectionName
  36. }}</span>
  37. </template>
  38. </el-table-column>
  39. <el-table-column prop="inventoryNum" width="180" label="库存" />
  40. <el-table-column prop="address">
  41. <template slot="header">
  42. <span>发放量</span>
  43. </template>
  44. <template slot-scope="scope">
  45. <p class="f-right">{{ scope.row.value }}</p>
  46. </template>
  47. </el-table-column>
  48. </el-table>
  49. </div>
  50. <div
  51. class="container containert"
  52. style="width: 100%; margin: 0 auto; padding: 10px 0"
  53. v-if="taskType == 2">
  54. <p v-if="checkShow" style="padding: 0 10px; font-size: 14px">全部不经营</p>
  55. <el-table
  56. :data="tableData1"
  57. border
  58. style="width: 100%"
  59. class="table-headermd"
  60. v-if="!checkShow">
  61. <el-table-column prop="collectionName" label="产品名称" width="180">
  62. <template slot-scope="scope">
  63. <span class="tipTitle" @click="tipTitle(scope.row.collectionName)">{{
  64. scope.row.collectionName
  65. }}</span>
  66. </template>
  67. </el-table-column>
  68. <el-table-column prop="name" width="180">
  69. <template slot="header">
  70. <span>进货原价</span>
  71. </template>
  72. <template slot-scope="scope">
  73. <p class="f-right">{{ scope.row.xdjhyj }}</p>
  74. </template>
  75. </el-table-column>
  76. <el-table-column prop="address">
  77. <template slot="header">
  78. <span>促后净价</span>
  79. </template>
  80. <template slot-scope="scope">
  81. <p class="f-right">{{ scope.row.xdjhchjj }}</p>
  82. </template>
  83. </el-table-column>
  84. <el-table-column prop="address">
  85. <template slot="header">
  86. <span>油工拿货价</span>
  87. </template>
  88. <template slot-scope="scope">
  89. <p class="f-right">{{ scope.row.ygnhj }}</p>
  90. </template>
  91. </el-table-column>
  92. </el-table>
  93. </div>
  94. <div
  95. class="container containert"
  96. style="width: 94%; margin: 0 auto; border-radius: 6px"
  97. v-if="taskType == 1">
  98. <van-form ref="tabstoreVal">
  99. <div v-for="(item, index) in collectionItemList" :key="index">
  100. <div class="formLabel z-cell z-cells" v-if="item.answerType == 'sz'">
  101. <van-cell>
  102. <template #title> {{ index + 1 }}.{{ item.collectionName }} </template>
  103. </van-cell>
  104. <p class="mg0">{{ item.answerValue }}</p>
  105. <p style="color: #444; font-size: 12px; margin: 0; padding: 10px 0; text-align: right">
  106. <van-field
  107. class="mobile-input"
  108. v-model="item.collectionOptionList[0].collectionOption"
  109. autosize
  110. readonly
  111. type="textarea" />
  112. </p>
  113. <delete-upload-img :imgs="item.fileInfoList"></delete-upload-img>
  114. </div>
  115. <div class="formLabel z-cell z-cells" v-if="item.answerType == 'zp'">
  116. <van-cell>
  117. <template #title> {{ index + 1 }}.{{ item.collectionName }} </template>
  118. </van-cell>
  119. <!--<p style="color: #444;-->
  120. <!--font-size: 12px;-->
  121. <!--margin: 0;-->
  122. <!--padding:10px 0;text-align: right">{{item.collectionOptionList[0].collectionOption}}</p>-->
  123. <delete-upload-img :imgs="item.fileInfoList"></delete-upload-img>
  124. </div>
  125. <div class="formLabel z-cell z-cells" v-if="item.answerType == 'wb'">
  126. <van-cell>
  127. <template #title>
  128. {{ index + 1 }}.{{ item.collectionName }}
  129. <span
  130. style="color: #00afff; position: absolute; top: 8px; right: 0px"
  131. v-if="item.showHistory == 1"
  132. @click="getCollectionShowHistory(item)"
  133. >回显历史</span
  134. >
  135. </template>
  136. </van-cell>
  137. <div class="selesetText">
  138. <p class="mg0">{{ item.answerValue }}</p>
  139. </div>
  140. <p style="color: #444; font-size: 12px; margin: 0; text-align: right">
  141. <van-field
  142. class="mobile-input"
  143. v-model="item.collectionOptionList[0].collectionOption"
  144. autosize
  145. readonly
  146. type="textarea" />
  147. </p>
  148. <delete-upload-img :imgs="item.fileInfoList"></delete-upload-img>
  149. </div>
  150. <div class="formLabel z-cell z-cells" v-if="item.answerType == 'tel'">
  151. <van-cell>
  152. <template #title> {{ index + 1 }}.{{ item.collectionName }} </template>
  153. </van-cell>
  154. <div class="selesetText">
  155. <p class="mg0">{{ item.answerValue }}</p>
  156. </div>
  157. <p style="color: #444; font-size: 12px; margin: 0; text-align: right">
  158. <van-field
  159. class="mobile-input"
  160. v-model="item.collectionOptionList[0].collectionOption"
  161. autosize
  162. readonly
  163. type="textarea" />
  164. </p>
  165. <delete-upload-img :imgs="item.fileInfoList"></delete-upload-img>
  166. </div>
  167. <div class="formLabel z-cell z-cells" v-if="item.answerType == 'date'">
  168. <van-cell>
  169. <template #title> {{ index + 1 }}.{{ item.collectionName }} </template>
  170. </van-cell>
  171. <div class="selesetText">
  172. <p class="mg0">{{ item.answerValue }}</p>
  173. </div>
  174. <p style="color: #444; font-size: 12px; margin: 0; text-align: right">
  175. <van-field
  176. class="mobile-input"
  177. v-model="item.collectionOptionList[0].collectionOption"
  178. autosize
  179. readonly
  180. type="textarea" />
  181. </p>
  182. <delete-upload-img :imgs="item.fileInfoList"></delete-upload-img>
  183. </div>
  184. <div class="formLabel z-cell z-cells" v-if="item.answerType == 'sm'">
  185. <van-cell>
  186. <template #title> {{ index + 1 }}.{{ item.collectionName }} </template>
  187. </van-cell>
  188. <div class="selesetText">
  189. <div style="font-size: 14px" v-if="item.collectionOptionList[0].answerValue">
  190. <div v-if="item.success" style="color: green">
  191. <p>系统资产编码:{{ item.equipmentCode1 }}</p>
  192. <p>&nbsp;&nbsp;&nbsp;&nbsp;条形码编码:{{ item.equipmentCode2 }}</p>
  193. <span style="float: right; margin-top: -48px"
  194. ><van-icon name="passed" size="16" />&nbsp;一致</span
  195. >
  196. </div>
  197. <div v-if="!item.success" style="color: red">
  198. <p>系统资产编码:{{ item.equipmentCode1 }}</p>
  199. <p>&nbsp;&nbsp;&nbsp;&nbsp;条形码编码:{{ item.equipmentCode2 }}</p>
  200. <span style="float: right; margin-top: -48px"
  201. ><van-icon name="close" size="16" />&nbsp;不一致</span
  202. >
  203. </div>
  204. </div>
  205. </div>
  206. <p
  207. style="color: #444; font-size: 12px; margin: 0; text-align: right"
  208. v-if="item.collectionOptionList[0].collectionOption">
  209. <van-field
  210. class="mobile-input"
  211. v-model="item.collectionOptionList[0].collectionOption"
  212. autosize
  213. readonly
  214. type="textarea" />
  215. </p>
  216. <delete-upload-img :imgs="item.fileInfoList"></delete-upload-img>
  217. </div>
  218. <div class="formLabel z-cell z-cells" v-if="item.answerType == 'duox'">
  219. <van-cell>
  220. <template #title> {{ index + 1 }}.{{ item.collectionName }} </template>
  221. </van-cell>
  222. <div class="selesetText">
  223. <p class="mg0" v-for="(item1, index1) in item.collectionOptionList" :key="index1">
  224. <span v-if="item1.isCheck == 1">{{ item1.collectionOption }}</span>
  225. </p>
  226. </div>
  227. <!--<p style="color: #444;-->
  228. <!--font-size: 12px;-->
  229. <!--margin: 0;-->
  230. <!--padding:10px 0;text-align: right">{{item.collectionOptionList[0].collectionOption}}</p>-->
  231. <delete-upload-img :imgs="item.fileInfoList"></delete-upload-img>
  232. </div>
  233. <div class="formLabel z-cell z-cells" v-if="item.answerType == 'dx'">
  234. <van-cell>
  235. <template #title> {{ index + 1 }}.{{ item.collectionName }} </template>
  236. </van-cell>
  237. <div class="selesetText">
  238. <p class="mg0" v-for="(item2, index2) in item.collectionOptionList" :key="index2">
  239. <span v-if="item2.isCheck == 1">{{ item2.collectionOption }}</span>
  240. </p>
  241. </div>
  242. <!--<p style="color: #444;-->
  243. <!--font-size: 12px;-->
  244. <!--margin: 0;-->
  245. <!--padding:10px 0;text-align: right">{{item.collectionOptionList[0].collectionOption}}</p>-->
  246. <delete-upload-img :imgs="item.fileInfoList"></delete-upload-img>
  247. </div>
  248. </div>
  249. </van-form>
  250. </div>
  251. <van-dialog v-model="listShow" title="历史回显" show-cancel-button :showConfirmButton="false">
  252. <div style="border: 1px solid #eee; margin-top: 18px">
  253. <div class="itenHhistory" v-for="item in list">
  254. <p>内容:{{ item.answerValue }}</p>
  255. <p>拜访人:{{ item.nickName }}</p>
  256. <p>拜访时间:{{ item.createTime }}</p>
  257. </div>
  258. </div>
  259. </van-dialog>
  260. <br />
  261. </div>
  262. </template>
  263. <script>
  264. import { getCollectionShowHistory, getPhotoTypeList, getVisitsDetail } from '@/api/index';
  265. import deleteUploadImg from '@/components/deleteUploadImg';
  266. export default {
  267. name: 'abnormalVisit',
  268. components: { deleteUploadImg },
  269. data() {
  270. return {
  271. value: '',
  272. sdsd: false,
  273. showPicker: false,
  274. logshow: false,
  275. imgs: [],
  276. checkboxGroup: [],
  277. listShow: false,
  278. showCode: false,
  279. deviceCode: '',
  280. list: [],
  281. radio: '',
  282. uploadid2: 'uploadid2',
  283. collectionItemList: [],
  284. rdId: '',
  285. show: false,
  286. PhotoTypeList: [],
  287. PhotoType: '',
  288. PhotoTypeText: '',
  289. indexselect: 0,
  290. visitId: '',
  291. storeGroupId: '',
  292. taskId: '',
  293. collectionId: '',
  294. storeId: '',
  295. collectionAnswerlisd: [],
  296. tableData1: [],
  297. taskType: 1,
  298. flag: false,
  299. indeximg: '',
  300. checkShow: false,
  301. infoData: {},
  302. putInCode: '',
  303. };
  304. },
  305. activated() {
  306. this.taskType = 1;
  307. this.tableData1 = [];
  308. this.collectionItemList = [];
  309. this.taskType = this.$route.query.taskType;
  310. this.PhotoType = this.$route.query.photoType;
  311. this.visitId = this.$route.query.visitId + '';
  312. this.taskId = this.$route.query.taskId + '';
  313. this.storeId = this.$route.query.storeId + '';
  314. this.storeGroupId = this.$route.query.storeGroupId + '';
  315. if (this.$route.query.photoType != null) {
  316. this.indexselect = 0;
  317. } else {
  318. this.indexselect = 1;
  319. }
  320. this.getPhotoTypeList();
  321. this.info();
  322. },
  323. methods: {
  324. objectSpanMethod({ row, column, rowIndex, columnIndex }) {
  325. const cellValue = row[column.property];
  326. if (cellValue && ['signDictype'].includes(column.property)) {
  327. const prevRow = this.tableData1[rowIndex - 1];
  328. let nextRow = this.tableData1[rowIndex + 1];
  329. if (prevRow && prevRow[column.property] === cellValue) {
  330. return { rowspan: 0, colspan: 0 };
  331. } else {
  332. let countRowspan = 1;
  333. while (nextRow && nextRow[column.property] === cellValue) {
  334. nextRow = this.tableData1[++countRowspan + rowIndex];
  335. }
  336. if (countRowspan > 1) {
  337. return { rowspan: countRowspan, colspan: 1 };
  338. }
  339. }
  340. }
  341. },
  342. // 历史回显
  343. getCollectionShowHistory(id) {
  344. getCollectionShowHistory({
  345. storeId: this.infoData.storeId,
  346. collectionId: id.collectionId,
  347. visitsId: this.$route.query.visitId,
  348. storeGroupId: this.$route.query.storeGroupId,
  349. taskId: this.$route.query.taskId,
  350. }).then((res) => {
  351. if (res.data.length > 0) {
  352. this.list = res.data;
  353. this.listShow = true;
  354. } else {
  355. this.$toast('暂无历史信息');
  356. }
  357. });
  358. },
  359. checkFn(val) {
  360. var arrc = [];
  361. for (var cl = 0; cl < val.length; cl++) {
  362. if (val[cl].isCheck == '1') {
  363. arrc.push(val[cl].collectionOption);
  364. }
  365. }
  366. return arrc.join(',');
  367. },
  368. info() {
  369. this.toastLoading(0, '加载中...', true);
  370. getVisitsDetail({ visitsId: this.visitId }).then((res) => {
  371. this.toastLoading().clear();
  372. this.infoData = res.data;
  373. var collectionItemLists = res.data.sfaTaskList[this.$route.query.ids].collectionItemList;
  374. if (res.data.sfaTaskList[this.$route.query.ids].checkUnManage == 'Y') {
  375. this.checkShow = true;
  376. } else {
  377. this.checkShow = false;
  378. }
  379. // this.deviceCode=res.data.deviceCode;
  380. // this.putInCode=res.data.putInCode;
  381. this.deviceCode = res.data.sfaTaskList[this.$route.query.ids].deviceCode || ''; // 设备编号
  382. this.putInCode = res.data.sfaTaskList[this.$route.query.ids].putInCode || ''; // 投放编号
  383. if (res.data.sfaTaskList[this.$route.query.ids].inspectionType == 'buy') {
  384. this.showCode = true;
  385. } else {
  386. this.showCode = false;
  387. }
  388. if (this.$route.query.taskType == 1) {
  389. for (var q = 0; q < collectionItemLists.length; q++) {
  390. if (
  391. collectionItemLists[q].answerType == 'sz' ||
  392. collectionItemLists[q].answerType == 'wb' ||
  393. collectionItemLists[q].answerType == 'tel' ||
  394. collectionItemLists[q].answerType == 'date'
  395. ) {
  396. collectionItemLists[q].answerValue =
  397. collectionItemLists[q].collectionOptionList[0].answerValue;
  398. }
  399. if (collectionItemLists[q].answerType == 'sm') {
  400. collectionItemLists[q].success = false;
  401. if (
  402. collectionItemLists[q].collectionOptionList[0].answerValue != null &&
  403. collectionItemLists[q].collectionOptionList[0].answerValue != ''
  404. ) {
  405. collectionItemLists[q].equipmentCode2 =
  406. collectionItemLists[q].collectionOptionList[0].answerValue.split(',')[1];
  407. if (
  408. collectionItemLists[q].collectionOptionList[0].answerValue.split(',')[0] != 'null'
  409. ) {
  410. collectionItemLists[q].equipmentCode1 =
  411. collectionItemLists[q].collectionOptionList[0].answerValue.split(',')[0];
  412. } else {
  413. collectionItemLists[q].equipmentCode1 = '编码不存在';
  414. }
  415. if (
  416. collectionItemLists[q].collectionOptionList[0].answerValue.split(',')[0] ==
  417. collectionItemLists[q].collectionOptionList[0].answerValue.split(',')[1]
  418. ) {
  419. collectionItemLists[q].success = true;
  420. }
  421. }
  422. }
  423. if (
  424. collectionItemLists[q].answerType == 'duox' ||
  425. collectionItemLists[q].answerType == 'dx'
  426. ) {
  427. collectionItemLists[q].answerValue = [];
  428. for (var qq = 0; qq < collectionItemLists[q].collectionOptionList.length; qq++) {
  429. if (collectionItemLists[q].collectionOptionList[qq].isCheck == 1) {
  430. collectionItemLists[q].answerValue.push(
  431. collectionItemLists[q].collectionOptionList[qq].collectionOptionId
  432. );
  433. collectionItemLists[q].collectionOptionList[qq].code =
  434. collectionItemLists[q].collectionCode;
  435. collectionItemLists[q].collectionOptionList[qq].answerType =
  436. collectionItemLists[q].answerType;
  437. this.collectionAnswerlisd.push(collectionItemLists[q].collectionOptionList[qq]);
  438. }
  439. }
  440. collectionItemLists[q].answerValue = collectionItemLists[q].answerValue.join();
  441. }
  442. }
  443. this.collectionItemList = collectionItemLists;
  444. } else {
  445. for (var f = 0; f < collectionItemLists.length; f++) {
  446. var collectionOptionListarr = collectionItemLists[f].collectionOptionList;
  447. for (var ff = 0; ff < collectionOptionListarr.length; ff++) {
  448. if (ff == '0') {
  449. collectionItemLists[f].xdjhyj = collectionOptionListarr[ff].answerValue;
  450. collectionItemLists[f].value = collectionOptionListarr[ff].answerValue;
  451. }
  452. if (ff == '1') {
  453. collectionItemLists[f].xdjhchjj = collectionOptionListarr[ff].answerValue;
  454. }
  455. if (ff == '2') {
  456. collectionItemLists[f].ygnhj = collectionOptionListarr[ff].answerValue;
  457. }
  458. }
  459. }
  460. this.tableData1 = collectionItemLists;
  461. }
  462. });
  463. },
  464. getPhotoTypeList() {
  465. getPhotoTypeList({}).then((res) => {
  466. var PhotoTypeLists = [];
  467. for (var p = 0; p < res.data.length; p++) {
  468. PhotoTypeLists.push({
  469. dictValue: res.data[p].dictValue,
  470. text: res.data[p].dictLabel,
  471. });
  472. }
  473. this.PhotoTypeList = PhotoTypeLists;
  474. });
  475. },
  476. onClickLeft() {
  477. this.$router.go(-1);
  478. },
  479. tipTitle(val) {
  480. this.$toast(val);
  481. },
  482. },
  483. };
  484. </script>
  485. <style scoped>
  486. .container {
  487. background-color: white;
  488. }
  489. .van-f-red {
  490. color: red;
  491. width: 8px;
  492. display: inline-block;
  493. line-height: 26px;
  494. }
  495. .formLabel {
  496. margin: 0 16px;
  497. padding-bottom: 16px;
  498. border-bottom: 1px solid #f1f1f1;
  499. }
  500. .formLabel .van-cell {
  501. padding: 10px 0;
  502. }
  503. .formLabel .van-cell::after {
  504. border: 0;
  505. }
  506. .formLabel .van-field {
  507. border: 1px solid #f1f1f1;
  508. padding: 6px;
  509. width: 100%;
  510. border-radius: 4px;
  511. overflow: hidden;
  512. }
  513. .formLabel .van-field__control {
  514. padding: 0 10px;
  515. }
  516. .formLabel .formLabeltitle {
  517. position: absolute;
  518. top: 8px;
  519. }
  520. .z-checkbox .van-radio {
  521. padding: 6px 0;
  522. }
  523. .z-cell .van-cell__title {
  524. font-size: 16px;
  525. }
  526. .deviceCode {
  527. font-size: 16px;
  528. padding: 12px;
  529. background-color: white;
  530. margin: 0 12px;
  531. border-radius: 5px;
  532. position: relative;
  533. overflow: hidden;
  534. }
  535. .vertical {
  536. background-color: #2b2f3a;
  537. height: 14px;
  538. width: 8px;
  539. border-radius: 40px;
  540. position: absolute;
  541. left: -3px;
  542. top: 50px;
  543. }
  544. </style>
  545. <style>
  546. .table-headermd {
  547. font-size: 1.2rem;
  548. text-align: center;
  549. position: initial;
  550. width: 94% !important;
  551. margin: 0 auto;
  552. border-right: 0;
  553. }
  554. .table-headermd .el-table__header,
  555. .table-headermd .el-table__body {
  556. width: 100% !important;
  557. }
  558. .table-headermd col {
  559. width: 5.8rem;
  560. }
  561. .table-headermd col:nth-child(2),
  562. .table-headermd col:nth-child(4),
  563. .table-headermd col:nth-child(3) {
  564. width: 5rem;
  565. }
  566. .table-headermd .van-cell {
  567. padding: 0 4px;
  568. height: 100%;
  569. }
  570. .table-headermd th.el-table__cell > .cell {
  571. padding: 0 4px;
  572. }
  573. .table-headermd th.el-table__cell {
  574. background-color: #1989fa;
  575. color: #fff;
  576. }
  577. .table-headermd .el-table__cell {
  578. padding: 4px 0;
  579. }
  580. .table-headermd .tipTitle {
  581. overflow: hidden;
  582. text-overflow: ellipsis;
  583. display: -webkit-box;
  584. -webkit-box-orient: vertical;
  585. -webkit-line-clamp: 2;
  586. }
  587. .table-headermd::before {
  588. height: 0;
  589. }
  590. .f-right {
  591. text-align: right;
  592. margin: 0;
  593. }
  594. .mg0 {
  595. margin: 6px 10px;
  596. color: #909090;
  597. font-size: 14px;
  598. }
  599. .selesetText {
  600. margin-bottom: 16px;
  601. }
  602. .z-cells .van-cell__title {
  603. font-weight: bold;
  604. color: #4a4a4a;
  605. }
  606. .z-cells .van-cell {
  607. padding-bottom: 0;
  608. }
  609. </style>
  610. <style>
  611. .containert .van-cell__title {
  612. overflow: auto;
  613. height: auto;
  614. }
  615. .mobile-input .van-field__control {
  616. font-size: 12px;
  617. color: #999;
  618. border: 0;
  619. }
  620. .formLabel .mobile-input {
  621. border: 0 !important;
  622. }
  623. </style>