其他入库

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

@ -62,7 +62,7 @@
> >
<el-input <el-input
v-model="searchForm.goodNo" v-model="searchForm.goodNo"
placeholder="请输入商品编码" placeholder="请输入物料编码"
clearable clearable
></el-input> ></el-input>
</el-form-item> </el-form-item>
@ -71,7 +71,7 @@
> >
<el-input <el-input
v-model="searchForm.goodName" v-model="searchForm.goodName"
placeholder="请输入商品名称" placeholder="请输入物料名称"
clearable clearable
></el-input> ></el-input>
</el-form-item> </el-form-item>
@ -151,13 +151,13 @@ export default {
// //
{ label: "复选框", type: "selection", prop: "selection", istrue: true }, { label: "复选框", type: "selection", prop: "selection", istrue: true },
{ {
label: '商品编号', label: '物料编号',
prop: 'goodNo', prop: 'goodNo',
width: 160, width: 160,
istrue: true istrue: true
}, },
{ {
label: '商品名称', label: '物料名称',
prop: 'goodName', prop: 'goodName',
width: 150, width: 150,
istrue: true istrue: true
@ -215,7 +215,7 @@ export default {
this.queryTable() this.queryTable()
}, },
methods: { methods: {
// //
handleNodeClick(data) { handleNodeClick(data) {
this.searchForm.classify=data.value this.searchForm.classify=data.value
this.paging.page=1 this.paging.page=1
@ -227,7 +227,7 @@ export default {
this.WarehousingList=res.rows this.WarehousingList=res.rows
}) })
}, },
// //
async queryTable() { async queryTable() {
this.loading = true this.loading = true
const request = { const request = {
@ -285,7 +285,7 @@ export default {
} }
this.dialogVisible = true this.dialogVisible = true
}, },
// //
choose(){ choose(){
this.chooselist=[] this.chooselist=[]
this.handleSelect.forEach((item)=>{ this.handleSelect.forEach((item)=>{
@ -306,7 +306,7 @@ export default {
this.searchForm={} this.searchForm={}
this.dialogVisible = false this.dialogVisible = false
}, },
// //
searchList(){ searchList(){
this.paging.page=1 this.paging.page=1
this.queryTable() this.queryTable()

Loading…
Cancel
Save