From 5965b95c83ff962e214ad5d088ac0a6564e76cad Mon Sep 17 00:00:00 2001
From: zhaoxiaomin <1912125868@qq.com>
Date: Thu, 30 May 2024 16:42:52 +0800
Subject: [PATCH] =?UTF-8?q?=E5=85=B6=E4=BB=96=E5=85=A5=E5=BA=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/warehousing/otherStore/index.vue | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/warehousing/otherStore/index.vue b/src/views/warehousing/otherStore/index.vue
index 4517d33..99ab6ba 100644
--- a/src/views/warehousing/otherStore/index.vue
+++ b/src/views/warehousing/otherStore/index.vue
@@ -62,7 +62,7 @@
>
@@ -71,7 +71,7 @@
>
@@ -151,13 +151,13 @@ export default {
// 表头数据
{ label: "复选框", type: "selection", prop: "selection", istrue: true },
{
- label: '商品编号',
+ label: '物料编号',
prop: 'goodNo',
width: 160,
istrue: true
},
{
- label: '商品名称',
+ label: '物料名称',
prop: 'goodName',
width: 150,
istrue: true
@@ -215,7 +215,7 @@ export default {
this.queryTable()
},
methods: {
- //商品分类点击某个(树)
+ //物料分类点击某个(树)
handleNodeClick(data) {
this.searchForm.classify=data.value
this.paging.page=1
@@ -227,7 +227,7 @@ export default {
this.WarehousingList=res.rows
})
},
- // 商品列表
+ // 物料列表
async queryTable() {
this.loading = true
const request = {
@@ -285,7 +285,7 @@ export default {
}
this.dialogVisible = true
},
- // 选择商品
+ // 选择物料
choose(){
this.chooselist=[]
this.handleSelect.forEach((item)=>{
@@ -306,7 +306,7 @@ export default {
this.searchForm={}
this.dialogVisible = false
},
- // 商品列表条件查询
+ // 物料列表条件查询
searchList(){
this.paging.page=1
this.queryTable()