quality_testing.vue 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197
  1. <template>
  2. <view class="center">
  3. <view class='navbar' style='position:fixed;background:#fff;top:0;width:100%;z-index:3;'>
  4. <view class="back-btn cuIcon-back" @click="navBack"></view>
  5. <view class='header-content' v-if='managementType==3'>出库质检</view>
  6. <view class='header-content' v-if='managementType==1'>入库质检</view>
  7. </view>
  8. <view class="header">
  9. <view style='background:#fff;display:flex;' class="cu-bar search">
  10. <view style='flex:6;' class="search-form round Medium">
  11. <text style='color: #ccc;text-indent:6px;' class="cuIcon-search"></text>
  12. <input v-if='managementType==1' type="text" maxlength="20" v-model="searchKeyWord"
  13. @confirm="doSearch()" placeholder="输入编号、客户名、车牌号" confirm-type="search"></input>
  14. <input v-if='managementType==3' type="text" maxlength="20" v-model="searchKeyWord"
  15. @confirm="doSearch()" placeholder="输入合同编号、车牌号" confirm-type="search"></input>
  16. </view>
  17. <view @click='doSearch()' class="Regular" style="width:4%;flex:1;">搜索</view>
  18. <u-icon @click='emptysearch' class="cuIcon" v-if='searchKeyWord.length>0' size="34"
  19. name="close-circle-fill" color="#D6D9E0"></u-icon>
  20. <!-- <text @click='emptysearch' v-if='searchKeyWord.length>0' class='tip_text cuIcon-roundclosefill'></text> -->
  21. </view>
  22. <view style='align-items: center;justify-content: space-between;' class='flex'>
  23. <view class='changewarehouse'>
  24. <view @click='show=true'>{{warehouseName?warehouseName:'选择仓库'}}<text class='cuIcon-unfold'></text></view>
  25. <u-picker @confirm="warehousechange" range-key='warehouseName' mode="selector" v-model="show"
  26. :range="selector"></u-picker>
  27. </view>
  28. <!-- <u-picker @confirm='compconfirm' mode="selector" v-model="show1" :range="companyList"
  29. range-key="compName"></u-picker> -->
  30. </view >
  31. <view style='justify-content: space-between;' class='flex'>
  32. <view ></view>
  33. <view class="company">
  34. <image class='icon' style='width:19px;height:19px;' src="../../static/img/icon_qiye@3x.png"
  35. mode=""></image> {{compName}}
  36. </view>
  37. </view>
  38. </view>
  39. <view class="content">
  40. <view style='background:#fff;' class="flex">
  41. <view class='line' :class='statusType==""?"active":""' @click='clickstatus("")'>全部</view>
  42. <view class='line' :class='statusType=="0"?"active":""' @click='clickstatus("0")'>待初检</view>
  43. <view class='line' :class='statusType=="1"?"active":""' @click='clickstatus("1")'>待复检</view>
  44. <view class='line' :class='statusType=="2"?"active":""' @click='clickstatus("2")'>待确认</view>
  45. </view>
  46. <view class="item-style" v-for='item in gridList' @click='examine(item)'>
  47. <view class="row1">
  48. <view class="row1-left">
  49. <view class="left status3" v-if="item.confirm=='1'">确</view>
  50. <view v-else>
  51. <view class="left status1" v-if="item.status=='待初检'">钎</view>
  52. <view class="left status1" v-if="item.status=='已质检'">检</view>
  53. <view class="left status2" v-if="item.status=='已称皮重'">皮</view>
  54. <view class="left status3" v-if="item.status=='已称毛重'">毛</view>
  55. <view class="left status1" v-if="item.status=='已初检'">初</view>
  56. <view class="left status2" v-if="item.status=='已复检'">复</view>
  57. <view class="left status3" v-if="item.confirm=='1'">确</view>
  58. </view>
  59. <view>
  60. <view class="top-title">
  61. <view v-if='managementType==1'>{{item.qualityNo}}</view>
  62. <view v-if='managementType==3'>{{item.contractNo}}</view>
  63. </view>
  64. <view class="bottom">{{item.updateDate}}</view>
  65. </view>
  66. </view>
  67. <view class="right">{{item.customer}}</view>
  68. <view class='right'>{{item.qualityInspector}} {{item.reInspector}}</view>
  69. </view>
  70. <view class="row2">
  71. <view v-if='managementType==1'>{{item.customerName}}</view>
  72. <view>{{item.carNumber}}</view>
  73. <view>{{item.goodsName}}({{item.waterContent}}水)</view>
  74. </view>
  75. <view class="row3">
  76. <view
  77. v-if='getRoles("acquisitionQuality.delete")&&item.weighingManagement&&item.weighingManagement.status=="已质检"&&managementType==1'
  78. @click.stop='del(item)' class='button'>删除</view>
  79. <view v-if='getRoles("acquisitionQuality.qview")&&item.status=="待初检"&&managementType==1'
  80. @click.stop='edit(item,3)' class='button'>钎样</view>
  81. <view v-if='getRoles("acquisitionQuality.initial")&&(!item.waterContent||item.status=="待初检")&&managementType==1'
  82. @click.stop='edit(item,0)' class='button'>初检</view>
  83. <view
  84. v-if='getRoles("acquisitionQuality.con")&&item.confirm!="1"&&item.status=="已复检"&&managementType==1'
  85. @click.stop='edit(item,2)' class='button'>确认</view>
  86. <view v-if='getRoles("acquisitionQuality.again")&&item.status=="已初检"&&item.confirm!="1"&&managementType==1'
  87. @click.stop='edit(item,1)' class='button'>复检</view>
  88. <view v-if='getRoles("acquisitionQualityOut.edit")&&item.status=="已称毛重"&&managementType==3'
  89. @click.stop='quality_testing(item)' class='button'>质检</view>
  90. <view v-if='item.status!="待初检"&&managementType==1'
  91. @click.stop='print(item)' class='button'>小票</view>
  92. </view>
  93. </view>
  94. <!-- <view class='wrap' v-for='item in gridList' @click='examine(item)'>
  95. <view class='flex justify-between'>
  96. <view v-if='item.status=="已质检"'>
  97. <view class='type type-zhi'>检</view>
  98. </view>
  99. <view v-if='item.status=="已称毛重"'>
  100. <view class='type type-mao'>毛</view>
  101. </view>
  102. <view v-if='item.status=="已称皮重"'>
  103. <view class='type type-pi'>皮</view>
  104. </view>
  105. <view>
  106. <view v-if='managementType==1' class='qualityNo'>{{item.qualityNo}}</view>
  107. <view v-if='managementType==3' class='qualityNo'>{{item.contractNo}}</view>
  108. <view class='time'>{{item.updateDate}}</view>
  109. </view>
  110. <view v-if='item.status=="已质检"' class='qualityInspector'>{{item.qualityInspector}}</view>
  111. <view v-else></view>
  112. </view>
  113. <view class="flex justify-around customerinformation">
  114. <view v-if='managementType==1'>{{item.customerName}}</view>
  115. <view>{{item.carNumber}}</view>
  116. <view>{{item.goodsName}}({{item.waterContent}}水)</view>
  117. </view>
  118. <view class='flex buttons'>
  119. <view v-if='item.status=="已质检"&&managementType==1' @click.stop='del(item)' class='button'>删除</view>
  120. <view v-if='item.status!="已称皮重"&&managementType==1' @click.stop='edit(item)' class='button'>编辑</view>
  121. <view v-if='item.status=="已称毛重"&&managementType==3' @click.stop='quality_testing(item)' class='button'>质检</view>
  122. </view>
  123. </view> -->
  124. <!-- <view class='flex buttons'>
  125. <view v-if='item.status=="已质检"&&managementType==1' @click.stop='del(item)' class='button'>删除</view>
  126. <view v-if='item.status!="已称皮重"&&managementType==1' @click.stop='edit(item)' class='button'>编辑</view>
  127. <view v-if='item.status=="已称毛重"&&managementType==3' @click.stop='quality_testing(item)' class='button'>质检</view>
  128. </view> -->
  129. </view>
  130. <view v-show="isContent">
  131. <uni-load-more :status="loadStatus"></uni-load-more>
  132. </view>
  133. <view v-if='managementType==1&&getRoles("acquisitionQuality.qview")||managementType==1&&getRoles("acquisitionQuality.initial")' class="footer">
  134. <view @click='add' class="button">新增</view>
  135. </view>
  136. </view>
  137. </template>
  138. <script>
  139. import dragButton from "@/components/drag-button/drag-button.vue";
  140. import {
  141. mapState
  142. } from 'vuex';
  143. let startY = 0,
  144. moveY = 0,
  145. pageAtTop = true;
  146. export default {
  147. components: {
  148. dragButton
  149. },
  150. data() {
  151. return {
  152. compName:'',
  153. inputShow: false,
  154. modalName: '',
  155. mycarStyle: '',
  156. feild: undefined,
  157. params: {},
  158. selector: [],
  159. isContent: false,
  160. loadStatus: 'noMore',
  161. inputContent: '',
  162. coverTransform: 'translateY(0px)',
  163. coverTransition: '0s',
  164. moving: false,
  165. footprintList: [],
  166. searchKeyWord: '',
  167. statusType:'',
  168. isVip: false,
  169. userInfoTmp: [],
  170. inputStatus: 'none',
  171. carInfo: [],
  172. show1:false,
  173. gridCol: 4,
  174. show: false,
  175. pageSize: 10,
  176. currentPage: 1,
  177. gridBorder: false,
  178. headUrl: "../../static/img/myimg/YongHu@3x.png",
  179. userphone: "",
  180. username: "请更改昵称",
  181. gridList: [],
  182. managementType: 1,
  183. warehouseName: '',
  184. showTran: true,
  185. companyId: 1,
  186. current: 4,
  187. warehouseCount: '',
  188. warehouseTradeCount:'',
  189. commonWarehouseNo: '',
  190. cangid: '',
  191. warehouse: {},
  192. companyList:[]
  193. }
  194. },
  195. // #ifndef MP
  196. onNavigationBarButtonTap(e) {
  197. const index = e.index;
  198. if (index === 0) {
  199. this.navTo('/pages/set/set');
  200. } else if (index === 1) {
  201. // #ifdef APP-PLUS
  202. const pages = getCurrentPages();
  203. const page = pages[pages.length - 1];
  204. const currentWebview = page.$getAppWebview();
  205. currentWebview.hideTitleNViewButtonRedDot({
  206. index
  207. });
  208. // #endif
  209. uni.navigateTo({
  210. url: '/pages/notice/notice'
  211. })
  212. }
  213. },
  214. onBackPress() {
  215. uni.switchTab({
  216. url: '/pages/user/user'
  217. });
  218. return true
  219. },
  220. // #endif
  221. computed: {
  222. ...mapState(['hasLogin', 'userInfo']),
  223. // 手机号中间4位加*
  224. starUserphone() {
  225. let reg = /^(\d{3})\d{4}(\d{4})$/;
  226. if (this.userphone) {
  227. return this.userphone.replace(reg, "$1****$2");
  228. }
  229. }
  230. },
  231. onPullDownRefresh() {
  232. this.currentPage = 1
  233. this.gridList = []
  234. this.getList(true)
  235. setTimeout(function() {
  236. uni.stopPullDownRefresh();
  237. }, 1000);
  238. },
  239. onReachBottom() {
  240. this.currentPage += 1
  241. this.getList(false)
  242. // this.getMoreNews()
  243. },
  244. onLoad(options) {
  245. this.managementType = options.managementType
  246. },
  247. onShow() {
  248. var that =this
  249. // console.log(uni.getStorageSync('compName1'),11111111)
  250. uni.getStorage({
  251. key: 'compName1',
  252. success: function (res) {
  253. that.compName=res.data.company
  254. console.log(res.data);
  255. }
  256. });
  257. // this.companyList=uni.getStorageSync('companyList')
  258. uni.setStorageSync('isClick', false)
  259. uni.showLoading({
  260. title: "正在加载",
  261. mask: true
  262. })
  263. var that = this
  264. if (this.cangid) {
  265. uni.setStorageSync("cangid", this.cangid)
  266. } else {
  267. this.cangid = uni.getStorageSync("cangid")
  268. }
  269. this.gridList = []
  270. this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouseSelfApp', {
  271. compId: uni.getStorageSync('pcUserInfo').compId,
  272. personCharge: this.userInfo.phone
  273. }).then(res => {
  274. if (res.data.data) {
  275. let list = res.data.data
  276. for (var i = 0; i < list.length; i++) {
  277. if (that.cangid && that.cangid == list[i].id) {
  278. that.warehouse = list[i]
  279. that.warehouseName = list[i].warehouseName
  280. that.warehouseCount = list[i].count
  281. that.warehouseTradeCount = list[i].tradeCount
  282. that.commonWarehouseNo = list[i].commonWarehouseNo
  283. // uni.setStorageSync('purchasePriceList',list[i].purchasePriceList)
  284. break
  285. }
  286. }
  287. that.selector = res.data.data
  288. if (that.selector.length > 0 && !that.cangid) {
  289. that.warehouse = that.selector[0]
  290. that.warehouseName = that.selector[0].warehouseName
  291. that.warehouseCount = that.selector[0].count
  292. that.warehouseTradeCount = that.selector[0].tradeCount
  293. that.commonWarehouseNo = that.selector[0].commonWarehouseNo
  294. that.cangid = that.selector[0].id
  295. uni.setStorageSync("cangid", that.cangid)
  296. // uni.setStorageSync('purchasePriceList',that.selector[0].purchasePriceList)
  297. }
  298. that.pageSize = 10
  299. that.currentPage = 1
  300. that.getList(true)
  301. }
  302. })
  303. },
  304. methods: {
  305. print(item){
  306. console.log("wwwwwwwwww",item.protein)
  307. uni.setStorageSync("quality_print", item)
  308. uni.navigateTo({
  309. url: '/pages/erpbusiness/bleConnect'
  310. })
  311. },
  312. clickstatus(status){
  313. this.statusType=status
  314. this.getList(true)
  315. },
  316. //获取当前按钮权限
  317. getRoles: function(role) {
  318. let _roles = uni.getStorageSync('rolesList')
  319. for (let i = 0; i < _roles.length; i++) {
  320. if (_roles[i] == role) {
  321. return true
  322. }
  323. }
  324. return false
  325. },
  326. quality_testing(item) {
  327. uni.navigateTo({
  328. url: '/pages/erpbusiness/out_quality_testing?id=' + item.id + '&managementType=' + this
  329. .managementType + '&cangid=' + this.cangid
  330. })
  331. },
  332. examine(item) {
  333. if(item.status!='待初检'){
  334. uni.navigateTo({
  335. url: '/pages/erpbusiness/examine_quality_testing?id=' + item.id + '&managementType=' + this
  336. .managementType + '&cangid=' + this.cangid + '&statusShow=' + item.status
  337. })
  338. }
  339. },
  340. emptysearch() {
  341. this.searchKeyWord = ''
  342. this.gridList = []
  343. this.currentPage = 1
  344. this.getList(true)
  345. },
  346. doSearch() {
  347. this.gridList = []
  348. this.currentPage = 1
  349. this.getList(true)
  350. },
  351. warehousechange(e) {
  352. this.warehouse = this.selector[0]
  353. this.warehouseName = this.selector[e[0]].warehouseName
  354. this.cangid = this.selector[e[0]].id
  355. uni.setStorageSync("cangid", this.cangid)
  356. this.warehouseCount = this.selector[e[0]].count
  357. this.warehouseTradeCount = this.selector[e[0]].tradeCount
  358. this.commonWarehouseNo = this.selector[e[0]].commonWarehouseNo
  359. // uni.setStorageSync('purchasePriceList',this.selector[e[0]].purchasePriceList)
  360. this.getList(true)
  361. console.log(e)
  362. },
  363. getList(flag) {
  364. var that = this
  365. this.$api.doRequest('get', 'qualityInspectionManagement/selectQualityInspection', {
  366. pageSize: this.pageSize,
  367. currentPage: this.currentPage,
  368. searchKeyWord: this.searchKeyWord,
  369. searchType: this.searchType,
  370. statusType:this.statusType,
  371. managementType: this.managementType,
  372. warehouseName: this.warehouseName,
  373. compId: uni.getStorageSync('pcUserInfo').compId,
  374. // pcFlag:1
  375. }).then(res => {
  376. uni.hideLoading()
  377. if (res.data.data) {
  378. let data = res.data.data.records
  379. //采购信息
  380. if (data.length > 0) {
  381. if (flag) {
  382. that.gridList = data
  383. } else {
  384. that.gridList = that.gridList.concat(data)
  385. }
  386. } else {
  387. if (this.currentPage == 1) {
  388. that.gridList = []
  389. }
  390. else{
  391. this.currentPage --
  392. }
  393. this.isContent = true
  394. }
  395. }else{
  396. if (this.currentPage == 1) {
  397. that.gridList = []
  398. }
  399. }
  400. // console.log(that.gridList)
  401. })
  402. .catch(res => {
  403. uni.showToast({
  404. title: '系统异常,请联系管理员',
  405. icon: 'none',
  406. duration: 2000
  407. })
  408. uni.hideLoading()
  409. })
  410. },
  411. edit(item, status) {
  412. if(status==0||status==3){
  413. if(this.utils.getCurrectRoles('acquisitionQuality.qview')&&this.utils.getCurrectRoles('acquisitionQuality.initial')){
  414. status=4
  415. }
  416. }
  417. uni.navigateTo({
  418. url: '/pages/erpbusiness/edit_quality_testing?id=' + item.id + '&managementType=' + this
  419. .managementType + '&cangid=' + this.cangid + '&flag=' + status+'&warehouseName='+this.warehouseName
  420. })
  421. },
  422. add() {
  423. uni.navigateTo({
  424. url: '/pages/erpbusiness/add_quality_testing?managementType=' + this.managementType +
  425. '&cangid=' + this.cangid + '&warehouseCount=' + this.warehouseCount +
  426. '&commonWarehouseNo=' + this.commonWarehouseNo + '&warehouseName=' + this.warehouseName +
  427. '&personCharge=' + this.warehouse.personCharge + '&personPhone=' + this.warehouse
  428. .personPhone+'&warehouseTradeCount=' + this.warehouseTradeCount
  429. })
  430. },
  431. del(item) {
  432. var that = this
  433. uni.showModal({
  434. content: "是否删除该质检信息?",
  435. showCancel: true,
  436. confirmText: '删除',
  437. success: function(res) {
  438. if (res.confirm) {
  439. that.$api.doRequest('post',
  440. '/qualityInspectionManagement/api/deleteQualityInspection', {
  441. id: item.id
  442. }).then(res => {
  443. if (res.data.code == 200) {
  444. that.$api.msg('删除成功')
  445. that.gridList = []
  446. that.getList()
  447. } else {
  448. that.$api.msg('系统异常,请联系管理员')
  449. }
  450. })
  451. }
  452. }
  453. })
  454. },
  455. fankui() {
  456. uni.navigateTo({
  457. url: `/pages/user/fankui`
  458. })
  459. },
  460. zhibo() {
  461. uni.navigateTo({
  462. url: `/pageB/video/broadcast`
  463. })
  464. },
  465. look() {
  466. uni.navigateTo({
  467. url: `/pageB/video/look`
  468. })
  469. },
  470. contactUs() {
  471. const that = this
  472. uni.makePhoneCall({
  473. // 手机号
  474. phoneNumber: '18241771147',
  475. // 成功回调
  476. success: (res) => {},
  477. // 失败回调
  478. fail: (res) => {}
  479. });
  480. },
  481. loadData() {
  482. // const that = this
  483. // if(uni.getStorageSync("PageCur")){
  484. // that.PageCur = uni.getStorageSync("PageCur");
  485. // }
  486. // that.userInfoTmp = uni.getStorageSync("userInfo")
  487. // uni.showLoading({
  488. // title: '正在加载',
  489. // mask:true
  490. // })
  491. // that.$api.request('integral', 'getIndexData', failres => {
  492. // that.$api.msg(failres.errmsg)
  493. // uni.hideLoading()
  494. // }).then(res => {
  495. // let data = res.data
  496. // uni.setStorageSync("message", data.message);
  497. // uni.setStorageSync("task", data.task);
  498. // uni.setStorageSync("contract", data.contract);
  499. // uni.setStorageSync('showTran', data.showTran);
  500. // that.showTran = data.showTran
  501. // that.gridList[4].tips = data.task
  502. // that.gridList[2].tips = data.contract
  503. // that.companyId = data.companyId
  504. // uni.hideLoading()
  505. // })
  506. },
  507. confirm() {
  508. const that = this
  509. if (!that.inputContent) {
  510. that.$api.msg('输入不能为空')
  511. return
  512. }
  513. let obj = {}
  514. obj[that.feild] = that.inputContent
  515. that.$api.request('user', 'syncUserInfo', obj).then(res => {
  516. that.userInfo.nickname = that.inputContent
  517. that.inputContent = ''
  518. that.$store.commit('login', that.userInfo)
  519. })
  520. },
  521. cancel() {
  522. this.inputShow = false
  523. this.inputStatus = 'none'
  524. this.genderShow = false
  525. },
  526. navBack() {
  527. uni.navigateBack();
  528. },
  529. /**
  530. * 统一跳转接口,拦截未登录路由
  531. * navigator标签现在默认没有转场动画,所以用view
  532. */
  533. navTo(url) {
  534. if (!this.hasLogin) {
  535. url = '/pages/public/login';
  536. }
  537. uni.navigateTo({
  538. url
  539. })
  540. },
  541. scanCode() {
  542. uni.scanCode({
  543. success: function(res) {
  544. uni.navigateTo({
  545. url: res.result
  546. })
  547. }
  548. })
  549. },
  550. hideModal(e) {
  551. this.modalName = null
  552. },
  553. }
  554. }
  555. </script>
  556. <style scoped lang='scss'>
  557. page {
  558. background: #F5F6FA;
  559. margin-bottom: 160rpx;
  560. }
  561. .container {
  562. padding-top: 85px;
  563. padding-top: 35px;
  564. background-color: #F5F6FA;
  565. position: relative;
  566. width: 100vw;
  567. height: 100vh;
  568. overflow: hidden;
  569. background: url('~@/static/img/login/bg_slices/bg@3x.png');
  570. background-size: 100% 100%;
  571. margin: 0 auto;
  572. }
  573. .item-style {
  574. background: white;
  575. margin: 20rpx;
  576. padding: 20rpx;
  577. .row1 {
  578. display: flex;
  579. align-items: center;
  580. justify-content: space-between;
  581. .row1-left {
  582. display: flex;
  583. justify-content: flex-start;
  584. align-items: center;
  585. .left {
  586. margin-right: 20rpx;
  587. }
  588. .top-title {
  589. font-size: 32rpx;
  590. font-weight: 600;
  591. color: #333333;
  592. }
  593. .bottom {
  594. color: #878C9C;
  595. }
  596. .right {
  597. font-size: 28rpx;
  598. font-weight: 600;
  599. color: #333333;
  600. }
  601. }
  602. }
  603. .row2 {
  604. display: flex;
  605. background: #F9F9FA;
  606. border-radius: 10rpx;
  607. padding: 10rpx 0;
  608. justify-content: space-around;
  609. margin: 20rpx;
  610. color: #878C9C;
  611. align-items: center;
  612. }
  613. .row3 {
  614. display: flex;
  615. margin-top: 30rpx;
  616. .row3-item {
  617. display: flex;
  618. margin-right: 40rpx;
  619. .left {
  620. background: #22C572;
  621. border-radius: 10rpx;
  622. padding: 2rpx 10rpx;
  623. box-sizing: border-box;
  624. color: white;
  625. font-size: 12px;
  626. margin-right: 15rpx;
  627. }
  628. }
  629. }
  630. .row4 {
  631. display: flex;
  632. justify-content: flex-end;
  633. margin-top: 10px;
  634. .right {
  635. border: 1px solid #CDCDCD;
  636. border-radius: 45rpx;
  637. padding: 10rpx 30rpx;
  638. margin-left: 20rpx;
  639. }
  640. }
  641. }
  642. .cu-tag.badge {
  643. right: 26rpx;
  644. }
  645. .path {
  646. color: #007aff;
  647. display: inline-block;
  648. text-align: center;
  649. }
  650. .icon {
  651. margin-right: 10rpx;
  652. }
  653. .portrait-box {
  654. margin-top: 20rpx;
  655. }
  656. .qr-wrap {
  657. margin-top: 20upx;
  658. color: #fff;
  659. font-size: 32rpx;
  660. }
  661. @keyframes move_wave {
  662. 0% {
  663. transform: translateX(0) translateZ(0) scaleY(1)
  664. }
  665. 50% {
  666. transform: translateX(-25%) translateZ(0) scaleY(0.55)
  667. }
  668. 100% {
  669. transform: translateX(-50%) translateZ(0) scaleY(1)
  670. }
  671. }
  672. .bg {
  673. position: relative;
  674. height: 300rpx;
  675. /* background: linear-gradient(to bottom, #56ccf2, #2f80ed); */
  676. /*background: linear-gradient(to bottom, #0be9fe, #4bb0fe); */
  677. background: linear-gradient(to bottom, #d5f8ff, #56ccf2);
  678. }
  679. .bg_ware {
  680. position: absolute;
  681. left: 0;
  682. bottom: -2rpx;
  683. width: 100%;
  684. mix-blend-mode: screen;
  685. height: 224rpx;
  686. }
  687. %flex-center {
  688. display: flex;
  689. flex-direction: column;
  690. justify-content: center;
  691. align-items: center;
  692. }
  693. %section {
  694. display: flex;
  695. justify-content: space-around;
  696. align-content: center;
  697. background: #fff;
  698. border-radius: 10upx;
  699. }
  700. .cuIcon {
  701. position: absolute;
  702. right: 80px;
  703. }
  704. .grid-item-box {
  705. flex: 1;
  706. /* position: relative;
  707. */
  708. /* #ifndef APP-NVUE */
  709. display: flex;
  710. /* #endif */
  711. flex-direction: column;
  712. align-items: center;
  713. justify-content: center;
  714. padding: 15px 0;
  715. }
  716. .image {
  717. width: 80rpx;
  718. height: 80rpx;
  719. }
  720. .text {
  721. font-size: 26rpx;
  722. margin-top: 10rpx;
  723. }
  724. .user-section {
  725. height: 520upx;
  726. padding: 100upx 30upx 0;
  727. position: relative;
  728. .bg {
  729. position: absolute;
  730. left: 0;
  731. top: 0;
  732. width: 100%;
  733. height: 100%;
  734. filter: blur(1px);
  735. box-shadow: 0px 1px 8px #ccc;
  736. /* background:linear-gradient(#0eb0c9,#126bae); */
  737. /* opacity: .7; */
  738. }
  739. }
  740. .cover-container {
  741. padding: 1px 10px;
  742. padding-bottom: 200upx;
  743. /* background-color: #F5F6FA; */
  744. /* border-radius: 20px; */
  745. margin-top: 60upx;
  746. .arc {
  747. position: absolute;
  748. left: 0;
  749. top: -34upx;
  750. width: 100%;
  751. height: 36upx;
  752. }
  753. }
  754. .status{
  755. padding:3px 6px;
  756. }
  757. .tj-sction {
  758. @extend %section;
  759. .tj-item {
  760. @extend %flex-center;
  761. flex-direction: column;
  762. height: 140upx;
  763. font-size: $font-sm;
  764. color: #75787d;
  765. }
  766. .num {
  767. font-size: $font-lg;
  768. color: $font-color-dark;
  769. margin-bottom: 8upx;
  770. }
  771. }
  772. .order-section {
  773. @extend %section;
  774. padding: 28upx 0;
  775. margin-top: 20upx;
  776. .order-item {
  777. @extend %flex-center;
  778. width: 120upx;
  779. height: 120upx;
  780. border-radius: 10upx;
  781. font-size: $font-sm;
  782. color: $font-color-dark;
  783. }
  784. .yticon {
  785. font-size: 48upx;
  786. margin-bottom: 18upx;
  787. color: #fa436a;
  788. }
  789. .icon-shouhoutuikuan {
  790. font-size: 44upx;
  791. }
  792. }
  793. .history-section {
  794. padding: 30upx 0 0;
  795. margin-top: 20upx;
  796. background: #fff;
  797. border-radius: 10upx;
  798. .sec-header {
  799. display: flex;
  800. align-items: center;
  801. font-size: $font-base;
  802. color: $font-color-dark;
  803. line-height: 40upx;
  804. margin-left: 30upx;
  805. .yticon {
  806. font-size: 44upx;
  807. color: #5eba8f;
  808. margin-right: 16upx;
  809. line-height: 40upx;
  810. }
  811. }
  812. .h-list {
  813. white-space: nowrap;
  814. padding: 30upx 30upx 0;
  815. image {
  816. display: inline-block;
  817. width: 160upx;
  818. height: 160upx;
  819. margin-right: 20upx;
  820. border-radius: 10upx;
  821. }
  822. }
  823. }
  824. .search-form {
  825. background: #F5F6F9;
  826. }
  827. .line {
  828. display: inline-block;
  829. padding: 5px;
  830. position: relative;
  831. font-size: 17px;
  832. margin-right: 10rpx;
  833. }
  834. .line.active {
  835. font-size: 38rpx;
  836. font-weight: 900;
  837. }
  838. .line.active:after {
  839. content: '';
  840. display: block;
  841. position: absolute;
  842. width: 36rpx;
  843. height: 6rpx;
  844. left: 50%;
  845. transform: translateX(-50%);
  846. bottom: 0;
  847. background: #22C572;
  848. /* border-bottom: 1px solid #22C572; */
  849. }
  850. .search-box {
  851. width: 100%;
  852. background-color: rgb(242, 242, 242);
  853. padding: 15upx 2.5%;
  854. display: flex;
  855. justify-content: space-between;
  856. }
  857. .search-box .mSearch-input-box {
  858. width: 100%;
  859. }
  860. .search-box .input-box {
  861. width: 85%;
  862. flex-shrink: 1;
  863. display: flex;
  864. justify-content: center;
  865. align-items: center;
  866. }
  867. .search-box .search-btn {
  868. width: 15%;
  869. margin: 0 0 0 2%;
  870. display: flex;
  871. justify-content: center;
  872. align-items: center;
  873. flex-shrink: 0;
  874. font-size: 28upx;
  875. color: #fff;
  876. background: linear-gradient(to right, #ff9801, #ff570a);
  877. border-radius: 60upx;
  878. }
  879. .search-box .input-box>input {
  880. width: 100%;
  881. height: 60upx;
  882. font-size: 32upx;
  883. border: 0;
  884. border-radius: 60upx;
  885. -webkit-appearance: none;
  886. -moz-appearance: none;
  887. appearance: none;
  888. padding: 0 3%;
  889. margin: 0;
  890. background-color: #ffffff;
  891. }
  892. .placeholder-class {
  893. color: #9e9e9e;
  894. }
  895. .search-keyword {
  896. width: 100%;
  897. background-color: rgb(242, 242, 242);
  898. }
  899. .grid {
  900. display: flex;
  901. align-items: center;
  902. flex-wrap: wrap;
  903. /* border-top: 2upx solid rgba(172,172,172,.2); */
  904. .grid-item-3 {
  905. box-sizing: border-box;
  906. width: calc(100% / 3);
  907. border-bottom: 2upx solid rgba(172, 172, 172, .2);
  908. border-right: 2upx solid rgba(172, 172, 172, .2);
  909. text-align: center;
  910. padding: 40upx 0;
  911. position: relative;
  912. /* view{
  913. font-size: $font-sm;
  914. margin-top: 16upx;
  915. color: $font-color-dark;
  916. } */
  917. .grid_icon {
  918. font-size: 48upx;
  919. margin-bottom: 18upx;
  920. color: #fa436a;
  921. }
  922. .tip_text {
  923. display: block;
  924. padding: 4upx 8upx;
  925. text-align: center;
  926. border-radius: 36upx;
  927. font-size: 24upx;
  928. background-color: #fa436a;
  929. color: rgba(255, 255, 255, 1);
  930. position: absolute;
  931. right: 6upx;
  932. top: 6upx;
  933. }
  934. }
  935. .grid-item-3:nth-child(3n + 3),
  936. .grid-item-4:nth-child(4n + 4) {
  937. border-right: none;
  938. }
  939. }
  940. .headPortrait {
  941. width: 75px;
  942. height: 75px;
  943. border-radius: 40px;
  944. border: 2px solid #ffffff;
  945. }
  946. .information {
  947. font-size: 15px;
  948. font-weight: 600;
  949. height: 36px;
  950. }
  951. .cu-list>.cu-item:after {
  952. border: none;
  953. }
  954. .back-btn {
  955. position: fixed;
  956. left: 40upx;
  957. z-index: 9999;
  958. padding-top: var(--status-bar-height);
  959. top: 30upx;
  960. font-size: 36upx;
  961. color: $font-color-dark;
  962. }
  963. .navbar {
  964. height: 50px;
  965. }
  966. .header-content {
  967. position: fixed;
  968. left: 50%;
  969. transform: translateX(-50%);
  970. z-index: 9999;
  971. padding-top: var(--status-bar-height);
  972. top: 30upx;
  973. font-size: 36upx;
  974. color: $font-color-dark;
  975. }
  976. .sign {
  977. width: 40px;
  978. height: 40px;
  979. top: 4px;
  980. margin-right: 6px;
  981. }
  982. .indexUp {
  983. padding: 0 20px;
  984. align-items: center;
  985. }
  986. .wrap {
  987. background: #fff;
  988. margin: 10px;
  989. border-radius: 10px;
  990. padding: 10px;
  991. }
  992. .qualityNo {
  993. font-size: 16px;
  994. }
  995. .type {
  996. font-size: 12px;
  997. color: #fff;
  998. padding: 3px 5px;
  999. border-radius: 50%;
  1000. line-height: 16px;
  1001. }
  1002. .type-zhi {
  1003. background: #22C572;
  1004. }
  1005. .type-mao {
  1006. background: #3296FA;
  1007. }
  1008. .type-pi {
  1009. background: #FD714F;
  1010. }
  1011. .time {
  1012. font-size: 12px;
  1013. color: #878C9C;
  1014. }
  1015. .qualityInspector {
  1016. font-size: 14px;
  1017. }
  1018. .customerinformation {
  1019. background: #F9F9FA;
  1020. padding: 7px;
  1021. margin: 20px 0;
  1022. border-radius: 10px;
  1023. color: #9698A2;
  1024. }
  1025. .buttons {
  1026. flex-direction: row-reverse;
  1027. }
  1028. .button {
  1029. padding: 13rpx 30rpx;
  1030. border: 1px solid #CDCDCD;
  1031. border-radius: 15px;
  1032. margin: 0 10px;
  1033. }
  1034. .changewarehouse {
  1035. padding: 10px 20px;
  1036. }
  1037. .header {
  1038. background: #fff;
  1039. margin-top: 60px;
  1040. border-radius: 0px 0px 16px 16px;
  1041. }
  1042. .footer {
  1043. background: #fff;
  1044. position: fixed;
  1045. bottom: 0;
  1046. width: 100%;
  1047. padding: 20px 10px;
  1048. z-index: 10;
  1049. .button {
  1050. background: #22C572;
  1051. width: 90%;
  1052. margin: 0 auto;
  1053. padding: 10px;
  1054. color: #fff;
  1055. text-align: center;
  1056. border-radius: 30px;
  1057. }
  1058. }
  1059. .status1,
  1060. .status2,
  1061. .status3 {
  1062. padding: 8rpx 12rpx;
  1063. border-radius: 50%;
  1064. color: white;
  1065. }
  1066. .status1 {
  1067. background: #FD714F;
  1068. }
  1069. .status2 {
  1070. background: #22C572;
  1071. }
  1072. .status3 {
  1073. background: #3296FA;
  1074. }
  1075. .center {
  1076. padding-bottom: 150rpx;
  1077. }
  1078. .company {
  1079. /* position: fixed; */
  1080. right: 0;
  1081. /* top: 17.5%; */
  1082. background: url('../../static/img/qiyebeijing.png') no-repeat;
  1083. background-size: 100% 100%;
  1084. width: 60%;
  1085. font-size: 11px;
  1086. padding-bottom: 5px;
  1087. padding-right: 10px;
  1088. text-align:right;
  1089. border-radius: 40rpx 0 0 40rpx;
  1090. }
  1091. .company .icon {
  1092. position: relative;
  1093. top: 4px;
  1094. }
  1095. </style>