mirror of
https://gitee.com/ShopeX/OMS
synced 2026-08-09 04:55:57 +08:00
[TBID:opensource]
1、支持天猫加急发货功能 2、支持京东厂直售后 3、优化视频号订单金额 4、优化失败订单恢复逻辑
This commit is contained in:
@@ -1,19 +1,4 @@
|
||||
<?php
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
|
||||
define('WAIT_TIME', 5); //finder中的数据多长时间重复展示(队列失败的情况),单位 分
|
||||
define('TIP_INFO', '部分回传'); //再次展示时的提示信息
|
||||
@@ -359,7 +344,12 @@ class omevirtualwms_ctl_admin_wms extends desktop_controller
|
||||
if ($_POST['i_type'] == 'purchase_return') {
|
||||
$iostocktype = 'H';
|
||||
}
|
||||
|
||||
|
||||
// 修复售后换货单:HUAN202605201013003918 无法获取信息
|
||||
if($iostocktype == 'H' && $method == 'reship'){
|
||||
$iostocktype = 'HUAN';
|
||||
}
|
||||
|
||||
switch ($iostocktype) {
|
||||
case 'VOP':
|
||||
$type = 'vopstockout';
|
||||
|
||||
Reference in New Issue
Block a user