Commit 40a75f67 by 胡懿

Merge branches 'hy' and 'master' of 47.92.228.5:huyi/warehouse into hy

parents bd28d5a2 ce789f96
...@@ -303,6 +303,7 @@ $(document).ready(function() { ...@@ -303,6 +303,7 @@ $(document).ready(function() {
<th>货架</th> <th>货架</th>
<th>仓库</th> <th>仓库</th>
<th>数量</th> <th>数量</th>
<th>总价</th>
</tr> </tr>
</thead> </thead>
<tbody id="ledgerChild-{{idx}}-1-List"> <tbody id="ledgerChild-{{idx}}-1-List">
...@@ -330,6 +331,9 @@ $(document).ready(function() { ...@@ -330,6 +331,9 @@ $(document).ready(function() {
{{row.warehouseNames}} {{row.warehouseNames}}
</td> </td>
<td> <td>
{{row.num}}
</td>
<td>
{{row.sum}} {{row.sum}}
</td> </td>
</tr>//--> </tr>//-->
......
...@@ -297,12 +297,12 @@ $(document).ready(function() { ...@@ -297,12 +297,12 @@ $(document).ready(function() {
initLodop(); initLodop();
} }
if(LODOP){ if(LODOP){
jp.loading('loading...');
if(qrCodeStr){ if(qrCodeStr){
var qrCode = JSON.parse(qrCodeStr); var qrCode = JSON.parse(qrCodeStr);
preview_LODOP(qrCode); preview_LODOP(qrCode);
jp.close(); jp.close();
}else{ }else{
jp.loading('loading...');
jp.get("${ctx}/warehouse/profitwarehousing/profitWarehousing/printQr?profitWarehousingInfoId="+id, function (res) { jp.get("${ctx}/warehouse/profitwarehousing/profitWarehousing/printQr?profitWarehousingInfoId="+id, function (res) {
if(res.success){ if(res.success){
var profitWarehousingInfo = res.body.profitWarehousingInfo; var profitWarehousingInfo = res.body.profitWarehousingInfo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment