合并冲突

master
guoshuang 3 years ago
parent ed7abdb01e
commit 68c857a073

@ -131,7 +131,6 @@ export default class dnReceiptDom extends BasePage {
poNo: any = null; poNo: any = null;
// //
requestAmount: number = null; requestAmount: number = null;
<<<<<<< HEAD
//receiptAmount = (this.receiptAmount.match(/\d+(.\d{0,2})?/) || [''])[0]; //receiptAmount = (this.receiptAmount.match(/\d+(.\d{0,2})?/) || [''])[0];
async onReady() { async onReady() {
this.model.DNReceivingList = []; this.model.DNReceivingList = [];
@ -141,8 +140,6 @@ export default class dnReceiptDom extends BasePage {
input() { input() {
this.receiptAmount = (this.receiptAmount.match(/\d+(.\d{0,2})?/) || [''])[0]; this.receiptAmount = (this.receiptAmount.match(/\d+(.\d{0,2})?/) || [''])[0];
} }
=======
>>>>>>> e06fba98009bdb7923f4a67091d1f3e4224bdb07
// //
// //
async initLocation(condition): Promise<LocationDetail[]> { async initLocation(condition): Promise<LocationDetail[]> {

Loading…
Cancel
Save