|
@@ -95,6 +95,11 @@
|
|
|
|
|
|
|
|
<template v-if="!$util.isEmpty(supplierList)">
|
|
<template v-if="!$util.isEmpty(supplierList)">
|
|
|
|
|
|
|
|
|
|
+ <view style="background-color:white;margin-bottom:20upx;">
|
|
|
|
|
+ <button class="admin-button-com middle blue" style="margin-left:35upx;" @click="pageTo({url:'/admin/stat/cgItem'})">采购统计</button>
|
|
|
|
|
+ <button class="admin-button-com middle blue" style="margin-left:40upx;" @click="suggest()">改进建议</button>
|
|
|
|
|
+ </view>
|
|
|
|
|
+
|
|
|
<view class="ghs_box flex-col justify-end" v-for="(ghsInfo, index) in supplierList" :key="index">
|
|
<view class="ghs_box flex-col justify-end" v-for="(ghsInfo, index) in supplierList" :key="index">
|
|
|
<view class="image-text_7 flex-row justify-between">
|
|
<view class="image-text_7 flex-row justify-between">
|
|
|
<view class="section_1 flex-col">
|
|
<view class="section_1 flex-col">
|
|
@@ -238,6 +243,17 @@ export default {
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
|
|
+ suggest(){
|
|
|
|
|
+ let that = this
|
|
|
|
|
+ that.$util.confirmModal({content:'请添加管理员微信反馈:15280215347',okText:'复制'},() => {
|
|
|
|
|
+ uni.setClipboardData({
|
|
|
|
|
+ data: '15280215347',
|
|
|
|
|
+ success: function() {
|
|
|
|
|
+ that.$msg("复制成功")
|
|
|
|
|
+ }
|
|
|
|
|
+ })
|
|
|
|
|
+ })
|
|
|
|
|
+ },
|
|
|
bookItem(item){
|
|
bookItem(item){
|
|
|
const { id } = item
|
|
const { id } = item
|
|
|
this.pageTo({url: '/pagesPurchase/bookProduct?id='+id})
|
|
this.pageTo({url: '/pagesPurchase/bookProduct?id='+id})
|