123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849 |
- <!-- 入库扫码 -->
- <template>
- <view class="content">
- <view class="text-area">
- <scan @getCode="getScanCode" />
- </view>
- <view class="stripe"></view>
- <view class="roll">
- <view>
- <view @click="show =! show">
- <u-icon name="edit-pen"></u-icon>手动录入
- </view>
- <view class="lnput" v-if="show==false">
- <input type="text" v-model="number_a" :placeholder="content" clearable="true" focus="true" />
- <u-button type="primary" size="medium" @click="manualentry" throttle-time="2000">确认录入</u-button>
- </view>
- <view class="" v-else>
- <view>{{tips}}:{{number}}</view>
- </view>
- </view>
- <view>
- <view></view>
- <view></view>
- <view style="width: 94%;height: 20px;background-color: #FFFFFF;margin: 0 auto;margin-top: -3rpx;border-radius: 0;">
- <image src="../../../static/sailun/line.png" style="width: 96%;height: 1rpx;;" mode=""></image>
- </view>
- </view>
- <view class="generate">
- <u-table font-size="24" border-color="#ffffff" bg-color="#fff">
- <u-tr class="u-tr">
- <u-th class="u-th" width="30%">胎号</u-th>
- <u-th class="u-th">规格</u-th>
- <u-th class="u-th" width="15%">操作</u-th>
- </u-tr>
- <u-tr class="u-tr" v-for="(item, index) in lisi" :key="index">
- <u-td class="u-td" width="30%">{{item.tireNumber}}</u-td>
- <u-td class="u-td">{{item.maktx}}</u-td>
- <u-td class="u-td" width="15%"><text @click="confirm(index)" style="color: #FA3534;">删除</text></u-td>
- </u-tr>
- </u-table>
- <u-divider color="rgb(144, 147, 153)" half-width="200" border-color="rgb(144, 147, 153)" margin-top="40">没有更多啦</u-divider>
- </view>
- </view>
- <view class="determine">
- <u-button type="primary" shape="circle" @click="scancodein">扫码确认</u-button>
- </view>
- <view>
- </view>
- <u-toast ref="repeat" position="bottom" />
- </view>
- </template>
- <script>
- import {
- request
- } from '../../../common/request/request'
- require("promise.prototype.finally").shim()
- var QQMapWX = require('../../../components/mi-map/qqmap-wx-jssdk.min.js')
- var qqmapsdk = new QQMapWX({
- key: 'LXCBZ-NNIKD-UZ64F-H6AFI-UNJLH-OCFGE'
- })
- export default {
- data() {
- return {
- tips: '提示',
- number: '请扫码入库',
- nbTitle: '扫码标题',
- content: '请输入轮胎胎号',
- number_s: '',
- number_a: '',
- // regular: '轮胎非正规是否入库',
- lisi: [],
- background: {
- backgroundColor: '#0094fe',
- },
- show: true,
- show_s: false,
- show_d: false,
- res: '',
- position: '',
- point: '',
- coord: '',
- address: '',
- }
- },
- onBackPress(options) {
- if (options.from == 'backbutton') {
- this.$u.route({
- type: 'switchTab',
- url: 'pages/home/index'
- })
- }
- return true;
- },
- onLaunch() {
- uni.$on('update', data => {
- this.lisi = data.lisi
- })
- },
- created() {
- uni.getNetworkType({
- success: function(res) {
- let none = res.networkType
- if (none == 'none') {
- uni.showToast({
- icon: 'none',
- title: '无网络,请连接网络后再试~',
- position: "bottom"
- })
- }
- }
- });
- uni.$on('data', res => {
- this.lisi = res.lisi
- })
- //开始扫码
- const innerAudioContext = uni.createInnerAudioContext();
- innerAudioContext.autoplay = true;
- innerAudioContext.src = '../../../static/mp3/start.mp3';
- innerAudioContext.onPlay(() => {
- });
- innerAudioContext.onError((res) => {
- });
- this.coord = ''
- },
- onShow() {
- this.mounteds()
- },
- methods: {
- mounteds() {
- let that = this
- uni.getLocation({
- type: 'gcj02', // 返回国测局坐标
- geocode: true,
- success: function(res) {
- that.tishi(res)
- },
- fail: function(e) {
- uni.showToast({
- icon: 'none',
- title: '获取地址失败, 请检查是否开启定位权限~'
- })
- }
- })
- },
- async tishi(res) {
- let this_ = this
- this_.baidu = res
- qqmapsdk.reverseGeocoder({
- location: {
- latitude: res.latitude,
- longitude: res.longitude
- },
- success(res) {
- var newCity = ''
- // 取到用户的定位地址,赋值传递出去
- let aress = res.result.address_component.nation + res.result.address_component.province + res.result.address_component
- .city + res.result.formatted_addresses.recommend
- request({
- url: '/baseReq/getBaiDuMapMsg',
- method: 'get',
- params: {
- longitude: this_.baidu.longitude,
- latitude: this_.baidu.latitude
- }
- }).then(res => {
- if (res.data.code != 0) {
- uni.showToast({
- icon: 'none',
- title: '获取定位失败,请稍后再试~'
- })
- } else {
- this_.baidu = res.data.data.result
- this_.addreev(this_.baidu, aress)
- }
- }).catch(err => {
- uni.showToast({
- icon: 'none',
- title: '网络繁忙请稍后再试~'
- })
- }).finally(() => {
- // Loading.close()
- })
- }
- })
- },
- async addreev(res, x) {
- this.address = x
- this.degree = res
- },
- //手动录入调用
- manualentry() {
- if (this.number_a.length != 0) {
- if (this.degree == undefined) {
- uni.showToast({
- icon: 'none',
- title: '获取地址失败, 请检查是否开启定位权限~~',
- position: "bottom"
- })
- return
- } else {
- request({
- url: '/storeScan/storeScanGetTyre',
- method: 'Post',
- data: {
- storeId: this.$store.state.storeInfo.storeId,
- userId: this.$store.state.storeInfo.userId,
- tyreNum: this.number_a,
- scanType: 1,
- scanWay: 0,
- longitude: this.degree.x,
- latitude: this.degree.y,
- scanAddress: this.address
- }
- }).then(res => {
- this.tips = "胎号"
- switch (res.data.code) {
- case 513:
- {
- let name = 'regular'
- this.tipss(res, name)
- break;
- }
- case 514:
- {
- let name = 'nonoperating'
- this.tipss(res, name)
- break
- }
- case 515:
- {
- let name = 'warehousing'
- this.tipss(res, name)
- break
- }
- case 517:
- {
- let name = 'atypism'
- this.tipss(res, name)
- break
- }
- case 518:
- {
- let name = 'gobeyond'
- this.tipss(res, name)
- break
- }
- case 519:
- {
- let name = 'notallow'
- this.tipss(res, name)
- break
- }
- case 520:
- {
- let name = 'repeat-out'
- this.tipss(res, name)
- break
- }
- case 500:
- {
- let name = 'error'
- this.tipss(res, name)
- break
- }
- case 0:
- {
- this.res = res
- for (let i = 0; i < this.lisi.length; i++) {
- if (this.lisi[i].tireNumber == res.data.data[0].tirenumber) {
- let err = {
- "data": {
- "msg": "请勿重复录入",
- }
- }
- let name = 'duplicateentry'
- this.tipss(err, name)
- return
- }
- }
- this.container()
- break
- }
- }
- // if (res.data.code == 513) {
- // let name = 'regular'
- // this.tipss(res, name)
- // return
- // }
- // if (res.data.code == 514) {
- // let name = 'nonoperating'
- // this.tipss(res, name)
- // return
- // }
- // if (res.data.code == 515) {
- // let name = 'warehousing'
- // this.tipss(res, name)
- // return
- // }
- // if (res.data.code == 517) {
- // let name = 'atypism'
- // this.tipss(res, name)
- // return
- // }
- // if (res.data.code == 518) {
- // let name = 'gobeyond'
- // this.tipss(res, name)
- // return
- // }
- // if (res.data.code == 519) {
- // let name = 'notallow'
- // this.tipss(res, name)
- // return
- // }
- // if (res.data.code == 500) {
- // let name = 'error'
- // this.tipss(res, name)
- // return
- // }
- // if (res.data.code == 0) {
- // this.res = res
- // for (let i = 0; i < this.lisi.length; i++) {
- // if (this.lisi[i].tireNumber == res.data.data[0].tirenumber) {
- // let err = {
- // "data": {
- // "msg": "请勿重复录入",
- // }
- // }
- // let name = 'duplicateentry'
- // this.tipss(err, name)
- // return
- // }
- // }
- // this.container()
- // }
- }).catch(err => {
- // this.$refs.repeat.show({
- // title: "网络繁忙,请稍后再试",
- // type: 'default',
- // position: 'bottom'
- // })
- })
- .finally(() => {
- // Loading.close()
- })
- }
- } else {
- this.$refs.repeat.show({
- title: '请输入胎号',
- type: 'default',
- position: 'bottom'
- })
- }
- },
- tipss(res, name) {
- this.$refs.repeat.show({
- title: res.data.msg,
- type: 'default',
- position: 'bottom'
- })
- //提示语音
- const innerAudioContext = uni.createInnerAudioContext();
- innerAudioContext.autoplay = true;
- innerAudioContext.src = '../../../static/mp3/' + name + '.mp3';
- innerAudioContext.onPlay(() => {
- });
- innerAudioContext.onError((res) => {
- });
- },
- container() {
- this.$refs.repeat.show({
- title: '录入成功',
- type: 'success',
- position: 'bottom'
- })
- //录入成功语音
- const innerAudioContext = uni.createInnerAudioContext();
- innerAudioContext.autoplay = true;
- innerAudioContext.src = '../../../static/mp3/entered.mp3';
- innerAudioContext.onPlay(() => {
- });
- innerAudioContext.onError((res) => {
- });
- this.show_s = false
- this.number_a = ''
- this.lisi.push({
- specs: this.res.data.data[0].specs,
- flagRegular: this.res.data.data[0].isRegular,
- diameter: this.res.data.data[0].diameter,
- maktx: this.res.data.data[0].maktx,
- pattern: this.res.data.data[0].pattern,
- soldToPartyKunnr: this.res.data.data[0].soldToPartyKunnr,
- matnr: this.res.data.data[0].matnr,
- tireNumber: this.res.data.data[0].tirenumber,
- brand: this.res.data.data[0].brand,
- shippedDate: this.res.data.data[0].shippedDate,
- plyRating: this.res.data.data[0].plyRating,
- scanWay: '0'
- })
- },
- //获取扫码控件
- getScanCode(val) {
- uni.getNetworkType({
- success: function(res) {
- let none = res.networkType
- if (none == 'none') {
- uni.showToast({
- icon: 'none',
- title: '无网络,请连接网络后再试',
- position: "bottom"
- })
- const innerAudioContext = uni.createInnerAudioContext();
- innerAudioContext.autoplay = true;
- innerAudioContext.src = '../../../static/mp3/failure.mp3';
- innerAudioContext.onPlay(() => {
- });
- innerAudioContext.onError((res) => {
- });
- }
- }
- });
- this.number = val
- this.number_s = val
- if (val.length != 0) {
- this.tips = "胎号"
- }
- if (this.degree == undefined) {
- uni.showToast({
- icon: 'none',
- title: '正在转换坐标,请稍候~',
- position: "bottom"
- })
- return
- } else {
- request({
- url: '/storeScan/storeScanGetTyre',
- method: 'Post',
- data: {
- storeId: this.$store.state.storeInfo.storeId,
- userId: this.$store.state.storeInfo.userId,
- tyreNum: val,
- scanType: 1,
- scanWay: 0,
- longitude: this.degree.x,
- latitude: this.degree.y,
- scanAddress: this.address
- }
- }).then(res => {
- this.tips = "胎号"
- switch (res.data.code) {
- case 513:
- {
- let name = 'regular'
- this.tipss(res, name)
- break;
- }
- case 514:
- {
- let name = 'nonoperating'
- this.tipss(res, name)
- break
- }
- case 515:
- {
- let name = 'warehousing'
- this.tipss(res, name)
- break
- }
- case 517:
- {
- let name = 'atypism'
- this.tipss(res, name)
- break
- }
- case 518:
- {
- let name = 'gobeyond'
- this.tipss(res, name)
- break
- }
- case 519:
- {
- let name = 'notallow'
- this.tipss(res, name)
- break
- }
- case 520:
- {
- let name = 'repeat-out'
- this.tipss(res, name)
- break
- }
- case 500:
- {
- let name = 'error'
- this.tipss(res, name)
- break
- }
- case 0:
- {
- this.res = res
- for (let i = 0; i < this.lisi.length; i++) {
- if (this.lisi[i].tireNumber == res.data.data[0].tirenumber) {
- let err = {
- "data": {
- "msg": "请勿重复录入",
- }
- }
- let name = 'duplicateentry'
- this.tipss(err, name)
- return
- }
- }
- this.container()
- break
- }
- }
- // if (res.data.code == 513) {
- // let name = 'regular'
- // this.tipss(res, name)
- // return
- // }
- // if (res.data.code == 514) {
- // let name = 'nonoperating'
- // this.tipss(res, name)
- // return
- // }
- // if (res.data.code == 515) {
- // let name = 'warehousing'
- // this.tipss(res, name)
- // return
- // }
- // if (res.data.code == 517) {
- // let name = 'atypism'
- // this.tipss(res, name)
- // return
- // }
- // if (res.data.code == 518) {
- // let name = 'gobeyond'
- // this.tipss(res, name)
- // return
- // }
- // if (res.data.code == 519) {
- // let name = 'notallow'
- // this.tipss(res, name)
- // return
- // }
- // if (res.data.code == 500) {
- // let name = 'error'
- // this.tipss(res, name)
- // return
- // }
- // if (res.data.code == 0) {
- // this.res = res
- // for (let i = 0; i < this.lisi.length; i++) {
- // if (this.lisi[i].tireNumber == res.data.data[0].tirenumber) {
- // let err = {
- // "data": {
- // "msg": "请勿重复录入",
- // }
- // }
- // let name = 'duplicateentry'
- // this.tipss(err, name)
- // return
- // }
- // }
- // this.container()
- // }
- }).catch(err => {
- this.$refs.repeat.show({
- title: "网络繁忙,请稍后再试",
- type: 'default',
- position: 'bottom'
- })
- })
- .finally(() => {
- // Loading.close()
- })
- }
- },
- container_s() {
- this.show_d = false
- this.number_s = ''
- this.lisi.push({
- specs: this.res_s.data.data[0].specs,
- flagRegular: this.res_s.data.data[0].isRegular,
- diameter: this.res_s.data.data[0].diameter,
- maktx: this.res_s.data.data[0].maktx,
- pattern: this.res_s.data.data[0].pattern,
- soldToPartyKunnr: this.res_s.data.data[0].soldToPartyKunnr,
- matnr: this.res_s.data.data[0].matnr,
- tireNumber: this.res_s.data.data[0].tirenumber,
- brand: this.res_s.data.data[0].brand,
- shippedDate: this.res_s.data.data[0].shippedDate,
- plyRating: this.res_s.data.data[0].plyRating,
- scanWay: '1'
- })
- const innerAudioContext = uni.createInnerAudioContext();
- innerAudioContext.autoplay = true;
- innerAudioContext.src = '../../../static/mp3/scansuccess.mp3';
- innerAudioContext.onPlay(() => {
- });
- innerAudioContext.onError((res) => {
- });
- this.$refs.repeat.show({
- title: '扫码成功',
- type: 'success',
- position: 'bottom'
- })
- },
- confirm(index) {
- this.lisi.splice(index, 1)
- },
- scancodein() {
- if (this.lisi == '') {
- this.$refs.repeat.show({
- title: '请扫码或录入后再点击!',
- type: 'default',
- position: 'bottom'
- })
- } else {
- this.$u.route({
- type: 'redirectTo',
- url: 'pages/home/Scan-code-in/index'
- })
- uni.$emit('update', {
- materialList: this.lisi,
- address: this.address,
- degree: this.degree
- })
- }
- },
- repeated() {
- const innerAudioContext = uni.createInnerAudioContext();
- innerAudioContext.autoplay = true;
- innerAudioContext.src = '../../../static/mp3/rescan.mp3';
- innerAudioContext.onPlay(() => {
- });
- innerAudioContext.onError((res) => {
- });
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- .lnput>input {
- background-color: none;
- width: 60%;
- font-size: 42rpx;
- float: left;
- margin-top: 10rpx;
- margin-left: 20rpx;
- }
- .generate {
- width: 98%;
- height: 300rpx;
- overflow: auto;
- margin: 0 auto;
- margin-top: 120rpx;
- }
- .determine {
- width: 690rpx;
- margin-top: 30rpx;
- }
- .content {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- // background-color: #F29100;
- padding-top: 400px;
- }
- .content_s {
- padding: 24rpx;
- text-align: center;
- }
- .logo {
- height: 200rpx;
- width: 200rpx;
- margin-top: 200rpx;
- margin-left: auto;
- margin-right: auto;
- margin-bottom: 50rpx;
- }
- .stripe {
- width: 740rpx;
- height: 30rpx;
- background-color: #00A0EA;
- border-radius: 12rpx;
- margin: 0 auto;
- margin-top: -100rpx;
- }
- .text-area {
- width: 100%;
- display: flex;
- background-color: #000000;
- position: static;
- justify-content: center;
- padding-top: 180rpx;
- }
- .title {
- font-size: 36rpx;
- color: #8f8f94;
- }
- .roll {
- width: 710rpx;
- height: auto;
- background: #FFFFFF;
- margin: 0 auto;
- margin-top: -15rpx;
- box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(101, 176, 249, 0.3);
- border-bottom-left-radius: 10rpx;
- border-bottom-right-radius: 10rpx;
- padding-top: 50rpx;
- padding-bottom: 50rpx;
- }
- .roll>view:nth-child(1)>view:nth-child(2) {
- font-size: 42rpx;
- font-weight: bold;
- color: #0192FD;
- text-align: center;
- margin-bottom: 50rpx;
- }
- .roll>view:nth-child(1)>view:nth-child(1) {
- width: 200rpx;
- color: #0094FE;
- position: relative;
- top: -40rpx;
- left: 500rpx;
- font-size: 32rpx;
- text-align: center;
- }
- .roll>view:nth-child(2)>view {
- width: 40rpx;
- height: 40rpx;
- background-color: #F4F4F4;
- border-radius: 100%;
- float: right;
- margin-right: -20rpx;
- }
- .roll>view:nth-child(2)>view:nth-child(1) {
- float: left;
- margin-left: -20rpx;
- }
- .status_bar {
- height: var(--status-bar-height);
- width: 100%;
- background-color: #0095FF;
- }
- </style>
|