| | |
| | | */
 |
| | | query = function(){
 |
| | | view.get("#dataSetdepot").flushAsync();
 |
| | | }
 |
| | | //打印货位卡
 |
| | | printBill = function (htmlStr) {
 |
| | | var LODOP = CLODOP;
 |
| | | LODOP.PRINT_INIT("货位卡");
 |
| | | LODOP.SET_PRINT_PAGESIZE(1, 0, 0, "A4");
 |
| | | //LODOP.SET_PRINT_PAGESIZE(1, 0, '90mm', "A4");
 |
| | | LODOP.ADD_PRINT_HTM(0, 0, "96%", "100%", htmlStr);
 |
| | | LODOP.PREVIEW();
 |
| | | };</ClientEvent> |
| | | }
</ClientEvent> |
| | | <Property name="packages">font-awesome,css-common</Property> |
| | | <Property name="javaScriptFile">./static/js/plugins/lodop/LodopFuncs.js</Property> |
| | | <DataSet id="dataSetdepot"> |
| | | <Property name="dataProvider">depotPR#getData</Property> |
| | | <Property name="dataType">[dtDepot]</Property> |