Browse Source

入库管理

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

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

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

Loading…
Cancel
Save