|
@@ -610,8 +610,9 @@ export default {
|
|
|
stockSn: row.stockSn
|
|
|
}).then(res => {
|
|
|
if (res.status == 200) {
|
|
|
+ this.resetForm()
|
|
|
// this.resetSearchForm(true) // 不刷新库存
|
|
|
- this.$refs.table.refresh(true)
|
|
|
+ // this.$refs.table.refresh(true)
|
|
|
this.getOrderDetail(false)
|
|
|
if (this.showShelfModal) {
|
|
|
this.$refs.chooseShelfProduct.reload()
|