fix:出库、取货
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user