TH_blog
    Warning: Attempt to read property "before" on array in /usr/home/taohuadongle/domains/www.thdl.top/public_html/wp-content/themes/cx-multi/classes/menuwalker.class.php on line 68 Warning: Attempt to read property "link_before" on array in /usr/home/taohuadongle/domains/www.thdl.top/public_html/wp-content/themes/cx-multi/classes/menuwalker.class.php on line 74 Warning: Attempt to read property "link_after" on array in /usr/home/taohuadongle/domains/www.thdl.top/public_html/wp-content/themes/cx-multi/classes/menuwalker.class.php on line 74 Warning: Attempt to read property "after" on array in /usr/home/taohuadongle/domains/www.thdl.top/public_html/wp-content/themes/cx-multi/classes/menuwalker.class.php on line 76
    Warning: Attempt to read property "before" on array in /usr/home/taohuadongle/domains/www.thdl.top/public_html/wp-content/themes/cx-multi/classes/menuwalker.class.php on line 68 Warning: Attempt to read property "link_before" on array in /usr/home/taohuadongle/domains/www.thdl.top/public_html/wp-content/themes/cx-multi/classes/menuwalker.class.php on line 74 Warning: Attempt to read property "link_after" on array in /usr/home/taohuadongle/domains/www.thdl.top/public_html/wp-content/themes/cx-multi/classes/menuwalker.class.php on line 74 Warning: Attempt to read property "after" on array in /usr/home/taohuadongle/domains/www.thdl.top/public_html/wp-content/themes/cx-multi/classes/menuwalker.class.php on line 76
当前位置: 首页 未分类 正文

WMS系统【预出库单】添加胎号操作指南

thdl |
24

WMS系统【预出库单】添加胎号操作指南

前提条件

【预出库单】需要通过执行以下存储过程进行数据同步,同步后才会显示数据:

EXEC Prc_IF_DealOutStoreBillPre_WX_TMS;

操作步骤

1. 获取物料号

  • 打开【预出库单】
  • 选择对应单据,点击加载明细行
  • 复制"物料号"(示例:<code>330201541</code>)

2. 检查胎号信息

执行以下SQL查询检查胎号余量:

SELECT sts.BATCH,* 
FROM SPP_TYRE_STATE sts
WHERE TYRE_MATERIALID = &#039;330201541&#039; 
  AND sts.TYRE_STATE = &#039;08&#039;
ORDER BY sts.BATCH
BATCH OBJID TYRE_NO
202511 6827885 125A108303
202511 6827886 125A108304
202512 6827882 125B2G9345
202512 6827883 125B2G9346
202601 6827879 12611G9231

胎号编码规则:<code>1</code>开头为金宇品牌,<code>25</code>表示年份,后续为随机数字

4. 添加胎号

  • 在【预出库单】明细行中添加新行
  • 依次粘贴胎号,点击"正常添加"
  • 添加时,错误提示可忽略

5. 上传操作

  • 完成所有胎号录入后
  • 点击【单据编辑】→【确认上传】按钮

声明:原创文章请勿转载,如需转载请注明出处!