代码更新

This commit is contained in:
ludj
2022-11-21 10:41:39 +08:00
parent 923fd2f8d5
commit 4de2a26081
4 changed files with 16 additions and 14 deletions

View File

@@ -112,7 +112,7 @@
</div>
<!--如果想在工具栏加入更多按钮可以使用插槽方式 slot = 'left' or 'right'-->
<crudOperation :permission="permission">
<el-button
<!-- <el-button
slot="right"
class="filter-item"
type="info"
@@ -122,7 +122,7 @@
@click="sync()"
>
仓位同步
</el-button>
</el-button>-->
</crudOperation>
<!--表单组件-->
<el-dialog

View File

@@ -175,8 +175,8 @@ export default {
this.hand()
},
handleChangepcsn(value) {
this.query.formula = value[0]
this.query.pcsn = value[1]
this.query.customer = value
this.hand()
},
hand(value) {