|
@@ -28,7 +28,7 @@
|
|
|
</template>
|
|
|
{{ (basicInfoData&&basicInfoData.customerEntity&&basicInfoData.customerEntity.customerName) || '--' }}
|
|
|
</a-descriptions-item>
|
|
|
- <a-descriptions-item>
|
|
|
+ <!-- <a-descriptions-item>
|
|
|
<template slot="label">
|
|
|
<a-tooltip placement="top">
|
|
|
<template slot="title">
|
|
@@ -40,7 +40,7 @@
|
|
|
</a-tooltip>
|
|
|
</template>
|
|
|
非铺货产品——{{ showPrice == '1' ? '显示': '不显示' }}价格
|
|
|
- </a-descriptions-item>
|
|
|
+ </a-descriptions-item> -->
|
|
|
</a-descriptions>
|
|
|
</a-collapse-panel>
|
|
|
</a-collapse>
|
|
@@ -155,7 +155,8 @@ import bindProductModal from './bindProductModal.vue'
|
|
|
import ImportGuideModal from './importGuideModal.vue'
|
|
|
import basicInfoModal from './basicInfoModal.vue'
|
|
|
import importHuoweiModal from './importHuoweiModal.vue'
|
|
|
-import { shelfDetail, shelfProductList, shelfProductBatchInsert, delShelfPlaceSn, getShelfPriceShow } from '@/api/shelf'
|
|
|
+// , getShelfPriceShow
|
|
|
+import { shelfDetail, shelfProductList, shelfProductBatchInsert, delShelfPlaceSn } from '@/api/shelf'
|
|
|
export default {
|
|
|
name: 'ShelfMonitoringWarehousing',
|
|
|
components: { STable, VSelect, commonModal, bindProductModal, addHwModal, ImportGuideModal, basicInfoModal, importHuoweiModal },
|
|
@@ -212,14 +213,14 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
// 获取价格显示设置
|
|
|
- getShelfPriceShow () {
|
|
|
- getShelfPriceShow({ shelfSn: this.$route.params.sn }).then(res => {
|
|
|
- if (res.status == 200) {
|
|
|
- this.basicInfoData.showPrice = res.data.paramValue
|
|
|
- this.showPrice = res.data.paramValue
|
|
|
- }
|
|
|
- })
|
|
|
- },
|
|
|
+ // getShelfPriceShow () {
|
|
|
+ // getShelfPriceShow({ shelfSn: this.$route.params.sn }).then(res => {
|
|
|
+ // if (res.status == 200) {
|
|
|
+ // this.basicInfoData.showPrice = res.data.paramValue
|
|
|
+ // this.showPrice = res.data.paramValue
|
|
|
+ // }
|
|
|
+ // })
|
|
|
+ // },
|
|
|
// 导入或新增货位
|
|
|
addHW (type) {
|
|
|
// 导入货位
|
|
@@ -249,7 +250,7 @@ export default {
|
|
|
shelfDetail({ sn: this.$route.params.sn }).then(res => {
|
|
|
if (res.status == 200) {
|
|
|
this.basicInfoData = res.data
|
|
|
- this.getShelfPriceShow()
|
|
|
+ // this.getShelfPriceShow()
|
|
|
} else {
|
|
|
this.basicInfoData = null
|
|
|
}
|