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

Commit 734fb536 authored by sangchunxi's avatar sangchunxi

文案

parent 2e981154
...@@ -329,7 +329,8 @@ ...@@ -329,7 +329,8 @@
_params['status'] = '(3,6,7,8,9,10)' _params['status'] = '(3,6,7,8,9,10)'
_params['title'] = val _params['title'] = val
} else if (activeTypeChangeVal == 4) { // 商品 } else if (activeTypeChangeVal == 4) { // 商品
_params['name'] = val _params['type'] = 0
_params['title'] = val
} }
console.log('searchSelect', activeTypeChangeVal, _params) console.log('searchSelect', activeTypeChangeVal, _params)
$.ajax({ $.ajax({
...@@ -552,8 +553,8 @@ ...@@ -552,8 +553,8 @@
_params['status'] = '(3,6,7,8,9,10)' _params['status'] = '(3,6,7,8,9,10)'
_params['title'] = val _params['title'] = val
} else if (_selectVal == 4) { // 商品 } else if (_selectVal == 4) { // 商品
_params['name'] = val _params['type'] = 0
// _params['title'] = val _params['title'] = val
} }
$.ajax({ $.ajax({
type: 'get', type: 'get',
......
...@@ -277,7 +277,8 @@ ...@@ -277,7 +277,8 @@
let prefix2 = ctx + "local"; let prefix2 = ctx + "local";
let itemId = Number(getUrlParms('id')) 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 currentUrl = 'goblin/common/sku'
let activeTypeChangeVal = 1 let activeTypeChangeVal = 1
let listData = [] let listData = []
...@@ -325,7 +326,8 @@ ...@@ -325,7 +326,8 @@
_params['title'] = val _params['title'] = val
_params['status'] = '(3,6,7,8,9,10)' _params['status'] = '(3,6,7,8,9,10)'
} else if (activeTypeChangeVal == 4) { // 商品 } else if (activeTypeChangeVal == 4) { // 商品
_params['name'] = val _params['type'] = 0
_params['title'] = val
} }
$.ajax({ $.ajax({
...@@ -389,7 +391,7 @@ ...@@ -389,7 +391,7 @@
currentUrl = affiliatedUrl[res.activeType - 1] currentUrl = affiliatedUrl[res.activeType - 1]
$('#search input').attr('value', res.name) $('#search input').attr('value', res.sellName)
$('#search input').attr('data-id', res.activeBindId) $('#search input').attr('data-id', res.activeBindId)
...@@ -604,7 +606,8 @@ ...@@ -604,7 +606,8 @@
_params['status'] = '(3,6,7,8,9,10)' _params['status'] = '(3,6,7,8,9,10)'
_params['title'] = val _params['title'] = val
} else if (_selectVal == 4) { // 商品 } else if (_selectVal == 4) { // 商品
_params['name'] = val _params['type'] = 0
_params['title'] = val
} }
$.ajax({ $.ajax({
type: 'get', 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