Compare commits

7 Commits

Author SHA1 Message Date
3aa4572ed4 改地址2 2022-12-15 18:28:14 +08:00
76483bb4b8 改地址 2022-12-15 16:52:00 +08:00
ec92abe1bf Merge pull request '更新驾驶舱叉车' (#23) from zwq into master
Reviewed-on: #23
2022-12-01 10:33:13 +08:00
zwq
4f60cbdd52 更新驾驶舱叉车 2022-12-01 10:32:30 +08:00
f3cab73116 Merge pull request '11-wms-zjl' (#22) from 11-wms-zjl into master
Reviewed-on: #22
2022-11-28 16:49:46 +08:00
864bdac590 merge master 2022-11-28 16:48:38 +08:00
bdf53317c3 品名 2022-11-28 16:44:07 +08:00
6 changed files with 10 additions and 10 deletions

View File

@@ -219,7 +219,7 @@ export default {
// this.$router.push('/')
if (sessionStorage.getItem('param')) {
const param = JSON.parse(window.atob(sessionStorage.getItem('param')))
window.location = 'http://192.168.1.103:9527/#/?' + param
window.location = 'http://main.cnbmai.picaiba.com?' + param
}
},
handleAlarm() {},

View File

@@ -189,7 +189,7 @@ export function getPhoneList() {
}
// 物品名称
const goodsList = ['钢化玻璃', '磨砂玻璃', '喷砂玻璃', '压花玻璃', '夹丝玻璃', '夹层玻璃']
const goodsList = ['盖板玻璃', '背板玻璃']
export function getGoodsList() {
let name = ''
name = goodsList[parseInt(Math.random() * (goodsList.length))]

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-07-19 15:18:30
* @LastEditors: zwq
* @LastEditTime: 2022-11-28 16:07:41
* @LastEditTime: 2022-12-01 10:31:37
* @Description:
-->
<template>
@@ -69,7 +69,7 @@
<el-col :span="12">
<div class="inTest" :style="{ padding: 9 * beilv + 'px' }">
<span class="leftText">执行叉车:</span>
<span class="rightText">叉车</span>
<span class="rightText">2-03</span>
</div>
</el-col>
<el-col :span="12">
@@ -137,7 +137,7 @@
<el-col :span="12">
<div class="outTest" :style="{ padding: 7 * beilv + 'px' }">
<span class="leftText">执行叉车:</span>
<span class="rightText">叉车</span>
<span class="rightText">1-01</span>
</div>
</el-col>
</el-row>

View File

@@ -26,7 +26,7 @@ import { getMaterialCodeList, getKQList, getProductSpecList, getGoodsList } from
const tableProps = [
{
prop: 'productName',
label: '盖板玻璃或背板玻璃'
label: '品名'
},
{
prop: 'spec',
@@ -54,7 +54,7 @@ export default {
{
type: 'input',
label: '关键字',
placeholder: '盖板玻璃或背板玻璃,物料编码,库区',
placeholder: '品名,物料编码,库区',
param: 'name',
width: 250
},

View File

@@ -27,7 +27,7 @@ import moment from 'moment'
const tableProps = [
{
prop: 'productName',
label: '盖板玻璃或背板玻璃'
label: '品名'
},
{
prop: 'spec',

View File

@@ -33,7 +33,7 @@ const tableProps = [
},
{
prop: 'productName',
label: '盖板玻璃或背板玻璃'
label: '品名'
},
{
prop: 'spec',
@@ -73,7 +73,7 @@ export default {
{
type: 'input',
label: '关键字',
placeholder: '盘点单号,盖板玻璃或背板玻璃,物料编码',
placeholder: '盘点单号,品名,物料编码',
param: 'name',
width: 250
},