|
@@ -5,7 +5,7 @@
|
|
|
<view class="module-com input-line-wrap">
|
|
<view class="module-com input-line-wrap">
|
|
|
<view style="color:red;background-color: yellow;font-size:29upx;font-weight:bold;padding-top:20upx;padding-bottom:20upx;text-align:center;" v-if="productData.repeatId && productData.repeatId>0"
|
|
<view style="color:red;background-color: yellow;font-size:29upx;font-weight:bold;padding-top:20upx;padding-bottom:20upx;text-align:center;" v-if="productData.repeatId && productData.repeatId>0"
|
|
|
@click="pageTo({url: '/admin/item/detail?id='+productData.repeatId})">
|
|
@click="pageTo({url: '/admin/item/detail?id='+productData.repeatId})">
|
|
|
- 存在重复编号花材,点击查看,请务必删除其中一个
|
|
|
|
|
|
|
+ 存在重复编号花材,点击查看,请删除其中一个
|
|
|
</view>
|
|
</view>
|
|
|
<tui-list-cell class="line-cell" :hover="false" v-if="productData.id && productData.id>0">
|
|
<tui-list-cell class="line-cell" :hover="false" v-if="productData.id && productData.id>0">
|
|
|
<view class="tui-title">编号</view>
|
|
<view class="tui-title">编号</view>
|
|
@@ -365,7 +365,7 @@ export default {
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
getItemId(info){
|
|
getItemId(info){
|
|
|
- this.$msg('花材编号:'+info.id)
|
|
|
|
|
|
|
+ this.$msg('花材编号 '+info.id)
|
|
|
},
|
|
},
|
|
|
ptAuth(info){
|
|
ptAuth(info){
|
|
|
let that = this
|
|
let that = this
|