mirror of
https://gitee.com/ShopeX/OMS
synced 2026-05-01 12:45:42 +08:00
【新增】抖店优先发货对接
【新增】抖店优质快递对接 【新增】抖店加价发顺丰对接 【新增】抖店顺丰包邮支持协商更换物流
This commit is contained in:
@@ -14,16 +14,11 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
class omeanalysts_finder_ome_goods{
|
||||
var $detail_basic = '基础物料详情';
|
||||
|
||||
/**
|
||||
* detail_basic
|
||||
* @param mixed $goods_id ID
|
||||
* @return mixed 返回值
|
||||
*/
|
||||
public function detail_basic($goods_id) {
|
||||
public function detail_basic($goods_id) {
|
||||
$filter = array(
|
||||
'goods_id'=>$goods_id,
|
||||
'time_from' => $_GET['time_from'],
|
||||
|
||||
Reference in New Issue
Block a user