代码更新

This commit is contained in:
2022-11-17 18:05:43 +08:00
parent 5dc73a6832
commit 63e75dc8fe
8 changed files with 45 additions and 21 deletions

View File

@@ -56,7 +56,7 @@
clearable
style="width: 220px"
size="mini"
placeholder="货位编码、名称或载具号"
placeholder="货位编码"
prefix-icon="el-icon-search"
class="filter-item"
/>
@@ -150,9 +150,12 @@ export default {
},
methods: {
open() {
crudSectattr.getSect({ is_materialstore: '1' }).then(res => {
crudSectattr.getSect({ is_productstore: '1' }).then(res => {
debugger
this.sects = res.content
})
this.query.source_bill_code = this.queryrow.source_bill_code
this.query.material_id = this.queryrow.material_id
},
queryStruct() {
this.queryrow.unassign_qty = parseFloat(this.queryrow.unassign_qty) + parseFloat(this.queryrow.assign_qty)