Compare commits
9 Commits
1d50fbde4b
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| ef9203ddb8 | |||
| 3aa4572ed4 | |||
| be84eb46ea | |||
| 76483bb4b8 | |||
| ec92abe1bf | |||
| 4f60cbdd52 | |||
| f3cab73116 | |||
| 864bdac590 | |||
| bdf53317c3 |
@@ -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() {},
|
||||
|
||||
@@ -189,7 +189,7 @@ export function getPhoneList() {
|
||||
}
|
||||
|
||||
// 物品名称
|
||||
const goodsList = ['钢化玻璃', '磨砂玻璃', '喷砂玻璃', '压花玻璃', '夹丝玻璃', '夹层玻璃']
|
||||
const goodsList = ['盖板玻璃', '背板玻璃']
|
||||
export function getGoodsList() {
|
||||
let name = ''
|
||||
name = goodsList[parseInt(Math.random() * (goodsList.length))]
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
@@ -27,7 +27,7 @@ import moment from 'moment'
|
||||
const tableProps = [
|
||||
{
|
||||
prop: 'productName',
|
||||
label: '盖板玻璃或背板玻璃'
|
||||
label: '品名'
|
||||
},
|
||||
{
|
||||
prop: 'spec',
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user