Index: ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationInvoiceView.js =================================================================== diff -u -r16404 -r16509 --- ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationInvoiceView.js (.../operationReservationInvoiceView.js) (revision 16404) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationInvoiceView.js (.../operationReservationInvoiceView.js) (revision 16509) @@ -513,7 +513,8 @@ externalCode : goods.externalCode, isRoutine : goods.isRoutine }); - sendOutGoodsStore.add(record); +// sendOutGoodsStore.add(record); + sendOutGoodsStore.insert(0,record); speakBasket.addGoods('',record.data.showTousseName,record.data.count); // clearScanText(); updateAmount(goods.name,count);