|
|
@@ -175,7 +175,7 @@ Page({
|
|
|
})
|
|
|
// 库区
|
|
|
list.push({
|
|
|
- title: mixins.$t('reservoirArea'),
|
|
|
+ title: mixins.$t('reservoirArea'),
|
|
|
value: item.whName ? item.whName : '',
|
|
|
copyValue: item.whName ? item.whName : '',
|
|
|
})
|
|
|
@@ -193,8 +193,8 @@ Page({
|
|
|
})
|
|
|
// 库存量
|
|
|
list.push({
|
|
|
- title: mixins.$t('storageNum'),
|
|
|
- value: (item.invQty ? item.invQty : '0') + item.unitName,
|
|
|
+ title: mixins.$t('storageNum'),
|
|
|
+ value: (item.invQty ? item.invQty : '0') + item.unitName,
|
|
|
copyValue: item.invQty ? item.invQty : '0',
|
|
|
})
|
|
|
// 可售包装
|
|
|
@@ -207,7 +207,7 @@ Page({
|
|
|
value: item.packageBox,
|
|
|
copyValue: item.packageBox,
|
|
|
})
|
|
|
- }
|
|
|
+ }
|
|
|
item.list = list
|
|
|
if (item.skuImages && item.skuImages.length > 0) {
|
|
|
item.skuImages.forEach(it => {
|
|
|
@@ -227,7 +227,6 @@ Page({
|
|
|
*/
|
|
|
getGoodsBrandNoPage() {
|
|
|
return this.excute(this.data.commonService, this.data.commonService.getGoodsBrandNoPage, {}).then(res => {
|
|
|
- console.log('getGoodsBrandNoPage', res.data.data)
|
|
|
this.setData({
|
|
|
typeList: this.data.typeList.concat(res.data.data)
|
|
|
})
|