Browse Source

接收对账site 2022年12月27日 sxm

master
[li_she] 3 years ago
parent
commit
8abd71ac47
  1. 3
      src/views/modules/knifemold/tool-receipt.vue

3
src/views/modules/knifemold/tool-receipt.vue

@ -600,7 +600,8 @@ export default {
startDate: this.queryTool.startDate,
endDate: this.queryTool.endDate,
transNo: this.queryTool.transNo,
transTypes: this.queryTool.transTypes
transTypes: this.queryTool.transTypes,
site: this.$store.state.user.site
}
await getPoReceiptList(queryTool).then(({data}) => {
if (data.code == 0) {

Loading…
Cancel
Save