This commit is contained in:
2022-11-28 16:44:07 +08:00
parent 988b4ce47b
commit bdf53317c3
4 changed files with 6 additions and 6 deletions

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