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

dev_unify
chenhc 7 months ago
parent f2d6e079b3
commit 1cf1d9f03b

@ -182,10 +182,8 @@ export default {
data() {
return {
orderQuery: {
bill_code: '',
bill_type: 'A',
begin_date:'',
ens_date:'',
beginDate:null,
ensDate:null,
page: 1,
limit: 10
},
@ -223,6 +221,15 @@ export default {
}
},
methods: {
onReset() {
this.orderQuery = {
beginDate: null,
ensDate: null,
page: 1,
limit: 10
},
this.getList()
},
confirmSelect() {
if (this.currentRow == null) {
this.$message.error('请选择要选入的单据!')

Loading…
Cancel
Save