...
|
...
|
@@ -81,7 +81,8 @@ module.exports={ |
|
|
{name: 'middleSortId', type: 'Number'},
|
|
|
{name: 'smallSortId', type: 'Number'},
|
|
|
{name: 'seasons', type: 'String'},
|
|
|
{name: 'productStandardRelationStr', type: 'String'}
|
|
|
{name: 'productStandardRelationStr', type: 'String'},
|
|
|
{name: 'appType', type: 'Number'}
|
|
|
]
|
|
|
},
|
|
|
queryProductColors:{
|
...
|
...
|
@@ -131,7 +132,8 @@ module.exports={ |
|
|
{name: 'vipSetting', type: 'String'},
|
|
|
{name: 'stock', type: 'Number'},
|
|
|
{name: 'isAuditing', type: 'Number'},
|
|
|
{name: 'productStandardRelationStr', type: 'String'}
|
|
|
{name: 'productStandardRelationStr', type: 'String'},
|
|
|
{name: 'appType', type: 'Number'}
|
|
|
]
|
|
|
},
|
|
|
getBaseProduct:{
|
...
|
...
|
|