记得上下班打卡 | git大法好,push需谨慎

Commit 734fb536 authored by sangchunxi's avatar sangchunxi

文案

parent 2e981154
......@@ -329,7 +329,8 @@
_params['status'] = '(3,6,7,8,9,10)'
_params['title'] = val
} else if (activeTypeChangeVal == 4) { // 商品
_params['name'] = val
_params['type'] = 0
_params['title'] = val
}
console.log('searchSelect', activeTypeChangeVal, _params)
$.ajax({
......@@ -552,8 +553,8 @@
_params['status'] = '(3,6,7,8,9,10)'
_params['title'] = val
} else if (_selectVal == 4) { // 商品
_params['name'] = val
// _params['title'] = val
_params['type'] = 0
_params['title'] = val
}
$.ajax({
type: 'get',
......
......@@ -277,7 +277,8 @@
let prefix2 = ctx + "local";
let itemId = Number(getUrlParms('id'))
let affiliatedUrl = ['goblin/common/sku', 'goblin/common/mix', 'kylin/performances/roadShow/performance/status', 'compilations/goodsList']
// 'compilations/goodsList'
let affiliatedUrl = ['goblin/common/sku', 'goblin/common/mix', 'kylin/performances/roadShow/performance/status', 'goblin/common/goods']
let currentUrl = 'goblin/common/sku'
let activeTypeChangeVal = 1
let listData = []
......@@ -325,7 +326,8 @@
_params['title'] = val
_params['status'] = '(3,6,7,8,9,10)'
} else if (activeTypeChangeVal == 4) { // 商品
_params['name'] = val
_params['type'] = 0
_params['title'] = val
}
$.ajax({
......@@ -389,7 +391,7 @@
currentUrl = affiliatedUrl[res.activeType - 1]
$('#search input').attr('value', res.name)
$('#search input').attr('value', res.sellName)
$('#search input').attr('data-id', res.activeBindId)
......@@ -604,7 +606,8 @@
_params['status'] = '(3,6,7,8,9,10)'
_params['title'] = val
} else if (_selectVal == 4) { // 商品
_params['name'] = val
_params['type'] = 0
_params['title'] = val
}
$.ajax({
type: 'get',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment