Browse Source

入库管理

zhanglei
Zhao Qiqi 3 years ago
parent
commit
e66a20e55c
  1. 6
      anrui-scm/anrui-scm-ui/src/views/supplychain/rukuguanli/rukuguanliAlready.vue
  2. 1
      anrui-scm/anrui-scm-ui/src/views/supplychain/rukuguanli/rukuguanliAwait.vue

6
anrui-scm/anrui-scm-ui/src/views/supplychain/rukuguanli/rukuguanliAlready.vue

@ -121,7 +121,7 @@ export default {
vin: '', vin: '',
model: '', model: '',
purchaseType: '', purchaseType: '',
type:'1', type:'2',
userSid: window.sessionStorage.getItem('userSid') userSid: window.sessionStorage.getItem('userSid')
} }
}, },
@ -177,6 +177,8 @@ export default {
// }, // },
handleInvoiceList() { handleInvoiceList() {
this.$parent.viewState = 1 this.$parent.viewState = 1
this.$parent.getList()
}, },
getList() { getList() {
this.listQuery.current = 1 this.listQuery.current = 1
@ -191,7 +193,7 @@ export default {
vin: '', vin: '',
model: '', model: '',
purchaseType: '', purchaseType: '',
type:'1', type:'2',
userSid: window.sessionStorage.getItem('userSid') userSid: window.sessionStorage.getItem('userSid')
} }
} }

1
anrui-scm/anrui-scm-ui/src/views/supplychain/rukuguanli/rukuguanliAwait.vue

@ -183,6 +183,7 @@ export default {
}, },
handleInvoiceList() { handleInvoiceList() {
this.viewState = 5 this.viewState = 5
this.$refs['divalready'].getList()
}, },
getList() { getList() {
this.listQuery.current = 1 this.listQuery.current = 1

Loading…
Cancel
Save