feat: 阿里采购送货单的业务对接

dev_unify
chenhc 7 months ago
parent 191b896606
commit f2d6e079b3

@ -270,8 +270,10 @@ export default {
},
getList() {
if (this.actDateRange !== null) {
this.orderQuery.begin_date = this.actDateRange[0]
this.orderQuery.ens_date = this.actDateRange[1]
this.orderQuery.beginDate = this.actDateRange[0]
this.orderQuery.ensDate = this.actDateRange[1]
}else {
this.$message.error('请先选择查询日期范围!')
}
aliYljgSearchbillPage(this.orderQuery).then(res => {
if (res.code == 20000) {

Loading…
Cancel
Save