fix:出库、取货

This commit is contained in:
2026-01-14 20:37:40 +08:00
parent f585da58d1
commit d39f071c38
5 changed files with 74 additions and 168 deletions

View File

@@ -56,10 +56,9 @@
<rrOperation />
</el-form>
</div>
<rrOperation />
<!--如果想在工具栏加入更多按钮可以使用插槽方式 slot = 'left' or 'right'-->
<crudOperation :permission="permission">
<!-- <el-button
<!-- <el-button
slot="right"
class="filter-item"
type="success"
@@ -186,7 +185,7 @@ export default {
this.crud.toQuery()
},
printTable() {
let row = this.$refs.table.selection[0]
const row = this.$refs.table.selection[0]
var bake_num = row.bake_num
if (row.out_type === '1004') {
bake_num += 1