mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-01 05:26:43 +08:00
28 lines
1.7 KiB
HTML
28 lines
1.7 KiB
HTML
<!--
|
|
Copyright 2012-2026 ShopeX (https://www.shopex.cn)
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<div class="tableform">
|
|
<h3>所有回传状态列表</h3>
|
|
<div class="division">
|
|
<ul>
|
|
<li><a href="javascript:void(0);" onclick="new Dialog('index.php?app=omevirtualwms&ctl=admin_wms&act=show&flag=reship&t=1',{title:'退货单状态回传',width:800,height:400})">退货单状态回传</a></li>
|
|
<li><a href="javascript:void(0);" onclick="new Dialog('index.php?app=omevirtualwms&ctl=admin_wms&act=show&flag=stockin&t=1',{title:'入库单状态回传',width:800,height:400})">入库单状态回传</a></li>
|
|
<li><a href="javascript:void(0);" onclick="new Dialog('index.php?app=omevirtualwms&ctl=admin_wms&act=show&flag=stockout&t=1',{title:'出库单状态回传',width:800,height:400})">出库单状态回传</a></li>
|
|
<li><a href="javascript:void(0);" onclick="new Dialog('index.php?app=omevirtualwms&ctl=admin_wms&act=show&flag=delivery&t=1',{title:'发货单状态回传',width:800,height:500})">发货单状态回传</a></li>
|
|
<li><a href="javascript:void(0);" onclick="new Dialog('index.php?app=omevirtualwms&ctl=admin_wms&act=show&flag=inventory&t=1',{title:'盘点结果回传',width:800,height:300})">盘点结果回传</a></li>
|
|
</ul>
|
|
</div>
|
|
</div> |