| | |
| | | |
| | | } |
| | | Double anfme = orderDetl.getAnfme(); |
| | | if ( anfme > (anfme - sum)) { |
| | | Double workQty = orderDetl.getWorkQty(); |
| | | if ( anfme - (workQty+sum) < 0) { |
| | | throw new CoolException("组托数量已超出订单需求量,请检查是否有其他的组托已完成"); |
| | | } |
| | | } |
| | |
| | | enabled: false |
| | | datasource: |
| | | driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | # url: jdbc:sqlserver://10.10.10.100:1433;databasename=stasrs |
| | | url: jdbc:sqlserver://192.168.4.15:1433;databasename=stasrs |
| | | url: jdbc:sqlserver://10.10.10.100:1433;databasename=stasrs |
| | | # url: jdbc:sqlserver://192.168.4.15:1433;databasename=stasrs |
| | | username: sa |
| | | password: sa@123 |
| | | mvc: |
| | |
| | | layer.closeAll(); |
| | | layer.load(1, {shade: [0.1,'#fff']}); |
| | | // location.href = "http://192.168.4.121:8082/stwms/orderCheck/printExport/auth?orderNo="+data.orderNo; |
| | | location.href = "http://10.10.10.100:58080/stwms/orderCheck/printExport/auth?orderNo="+data.orderNo; |
| | | location.href = "http://10.114.97.100:8080/stwms/orderCheck/printExport/auth?orderNo="+data.orderNo; |
| | | layer.closeAll('loading'); |
| | | }); |
| | | } |