Compare commits

...

5 Commits

Author SHA1 Message Date
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
1d50fbde4b Merge pull request '更新驾驶舱' (#21) from zwq into master
Reviewed-on: #21
2022-11-28 16:10:28 +08:00
5 changed files with 9 additions and 9 deletions

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
},