...
|
...
|
@@ -31,7 +31,8 @@ module.exports={ |
|
|
{name:'skcOnsaleStatus', type:'string'},
|
|
|
{name:'factoryCode',type:'String'},
|
|
|
{name:'skuFactoryCode',type:'String'},
|
|
|
{name: 'appType', type: 'Number'}
|
|
|
{name: 'appType', type: 'Number'},
|
|
|
{name: 'salePlatform', type: 'Number'}
|
|
|
]
|
|
|
},
|
|
|
queryTabProductNum:{
|
...
|
...
|
@@ -58,7 +59,8 @@ module.exports={ |
|
|
{name:'skcOnsaleStatus', type:'string'},
|
|
|
{name:'factoryCode',type:'String'},
|
|
|
{name: 'appType', type: 'Number'},
|
|
|
{name:'skuFactoryCode',type:'String'}
|
|
|
{name:'skuFactoryCode',type:'String'},
|
|
|
{name: 'salePlatform', type: 'Number'}
|
|
|
]
|
|
|
},
|
|
|
updateProductSknTimingInfo:{
|
...
|
...
|
|