单据列表114

This commit is contained in:
2025-03-11 16:30:08 +08:00
parent 5f12165108
commit c10d81def8
2 changed files with 4 additions and 2 deletions

View File

@@ -2,8 +2,8 @@
"name" : "恒森",
"appid" : "__UNI__8D175E0",
"description" : "恒森WMS手持系统",
"versionName" : "1.1.3",
"versionCode" : 113,
"versionName" : "1.1.4",
"versionCode" : 114,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@@ -38,6 +38,7 @@
<th>申请数量</th>
<th>计划数量</th>
<th>已分配数量</th>
<th>已领数量</th>
<th>批次号</th>
<th>单位</th>
</tr>
@@ -53,6 +54,7 @@
<td>{{e.qty}}</td>
<td>{{e.plan_qty}}</td>
<td>{{e.assign_qty}}</td>
<td>{{e.actual_qty}}</td>
<td>{{e.pcsn}}</td>
<td>{{e.unit_name}}</td>
</tr>