feat 更新到货单状态
This commit is contained in:
parent
d696782f59
commit
4f67296af2
@ -151,7 +151,9 @@ let state = reactive({
|
||||
// 开始时间
|
||||
fromDate: '',
|
||||
// 结束时间
|
||||
toDate: ''
|
||||
toDate: '',
|
||||
// 类型
|
||||
deliveryType: ''
|
||||
},
|
||||
pageNum: 1,
|
||||
pageSize: 10
|
||||
@ -207,7 +209,8 @@ function queryInfo() {
|
||||
async function handleQuery() {
|
||||
state.loading = true
|
||||
state.receiveList = []
|
||||
await getReceiveList({...state.queryParams, deliveryType: props.deliveryType}).then((res: any) => {
|
||||
state.queryParams.params.deliveryType = props.deliveryType
|
||||
await getReceiveList(state.queryParams).then((res: any) => {
|
||||
state.dataList = res.resultObj.list
|
||||
state.total = res.resultObj.total
|
||||
state.loading = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user