|
@@ -525,7 +525,7 @@ export default {
|
|
|
async forData() {
|
|
|
for (let item in this.selection) {
|
|
|
let res = await getApplyAmount({ srcBillId: this.selection[item].id, billType: "申请" })
|
|
|
- if (this.selection[item].orderAmount >= res.data.data) {
|
|
|
+ if (this.selection[item].orderAmount <= res.data.data) {
|
|
|
return this.selection[item].orderNo
|
|
|
}
|
|
|
}
|