Browse Source

修改系统审批功能

lwx_dev
erdanergou 3 years ago
parent
commit
0cc9a0190b
  1. 6
      src/main/resources/templates/pages/depository/table-stock_mobile.html

6
src/main/resources/templates/pages/depository/table-stock_mobile.html

@ -157,7 +157,7 @@
brandItem = "";
}
lis.push('<li style="width:100%;margin-top: 10px;float:left;border: 1px solid #9999996e;"><div class="layui-card my-shadow my-card flow1" onclick="showDetail('
+ result[i].id + ')"><div class="layui-card-header"><h2>' + result[i].mname + '</h2></div>');
+ result[i].id + ')"><div class="layui-card-header"><h3>' + result[i].mname + '</h3></div>');
lis.push('<div class="layui-col-md4 my-info" style="margin-left: 15px; color: #999;font-size: 15px;">'
+ '<p>' + "物料编码:" + result[i].code + '</p>'
+ '<p>' + "物料型号:" + result[i].version + '</p>'
@ -282,13 +282,15 @@
brandItem = "";
}
lis.push('<li style="width:100%;margin-top: 10px;float:left;border: 1px solid #9999996e;"><div class="layui-card my-shadow my-card flow1" onclick="showDetail('
+ result[i].id + ')"><div class="layui-card-header"><h2>' + result[i].mname + '</h2></div>');
+ result[i].id + ')"><div class="layui-card-header"><h3>' + result[i].mname + '</h3></div>');
lis.push('<div class="layui-col-md4 my-info" style="margin-left: 15px; color: #999;font-size: 15px;">'
+ '<p>' + "物料编码:" + result[i].code + '</p>'
+ '<p>' + "物料型号:" + result[i].version + '</p>'
+ brandItem
+ '<p>' + "物料类型:" + result[i].typeName + '</p>'
+ '<p>' + "库存备注:" + result[i].iremark + '</p>'
+ '<p>' + "库存数量:" + result[i].quantity + '</p>'
+ '<p>' + "计量单位:" + result[i].unit + '</p>'
+ '</div></div></li>');
}
lis.push('</div>');

Loading…
Cancel
Save