This commit is contained in:
2025-02-26 09:04:38 +08:00
parent 1dba642b53
commit 5f12165108
2 changed files with 4 additions and 2 deletions

View File

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

View File

@@ -57,6 +57,7 @@
<th>单据编码</th>
<th>载具号</th>
<th>批次号</th>
<th><view style="width: 150px;">出库进度</view></th>
</tr>
</thead>
<tbody>
@@ -73,6 +74,7 @@
<td>{{e.prd_ppbom_no}}</td>
<td>{{e.vehicle_code}}</td>
<td>{{e.pcsn}}</td>
<td style="width: 150px;line-height: 28rpx;white-space: unset;">{{e.remark}}</td>
</tr>
</tbody>
</table>