其他入库

master
zhaoxiaomin 2 years ago
parent a625398404
commit 5965b95c83
  1. 16
      src/views/warehousing/otherStore/index.vue

@ -62,7 +62,7 @@
>
<el-input
v-model="searchForm.goodNo"
placeholder="请输入商品编码"
placeholder="请输入物料编码"
clearable
></el-input>
</el-form-item>
@ -71,7 +71,7 @@
>
<el-input
v-model="searchForm.goodName"
placeholder="请输入商品名称"
placeholder="请输入物料名称"
clearable
></el-input>
</el-form-item>
@ -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()

Loading…
Cancel
Save