1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
| <template>
| <view class="content">
| <view class="header">
| <view class="switch-button">
| <uni-icons type="loop" @click="switchIconsModeHandler"></uni-icons>
| </view>
| </view>
| <view class="mains">
| <view v-if="!canEdit" :hidden="item.hidden" class="box" v-for="(item,index) in itemData" :key="index"
| @tap="toUrl(item)">
| <image :src="item.img" mode=""></image>
| <view class="texts">
| {{item.text}}
| </view>
| </view>
| <view :enable-hidden="item.hidden" v-if="canEdit" class="box edit" v-for="(item,index) in itemData"
| :key="index" @tap="switchHidden(index)">
| <uni-icons class="edit-mark" color="red" type="closeempty"></uni-icons>
| <image :src="item.img" mode=""></image>
| <view class="texts">
| {{item.text}}
| </view>
| </view>
| </view>
| </view>
| </template>
|
| <script>
| export default {
| data() {
| return {
| canEdit: false,
| serverUrl: uni.getStorageSync('serverUrl') || 'http://47.96.97.237/API',
| itemData: [{
| img: '../../static/icon/icon17.png',
| text: '采购入库暂存列表',
| url: '/pages/caigouruku/table',
| id: 1,
| hidden: false,
| }, {
| img: '../../static/icon/icon18.png',
| text: '采购退料暂存列表',
| url: '/pages/caigoutuiliao/table',
| id: 2,
| hidden: false,
| }, {
| img: '../../static/icon/icon17.png',
| text: '其他入库暂存列表',
| url: '/pages/qitaruku_v2/table',
| id: 3,
| hidden: false,
| }, {
| img: '../../static/icon/icon18.png',
| text: '其他出库暂存列表',
| url: '/pages/qitachuku_v2/table',
| id: 4,
| hidden: false,
| }, {
| img: '../../static/icon/icon32.png',
| text: '直接调拨暂存列表',
| url: '/pages/zhijiediaobo/table',
| id: 5,
| hidden: false,
| }, {
| img: '../../static/icon/icon30.png',
| text: '生产领料暂存列表',
| url: '/pages/shengchanlingliaoshengdan/table',
| id: 6,
| hidden: false,
| }, {
| img: '../../static/icon/icon31.png',
| text: '生产补料暂存列表',
| url: '/pages/shengchanbuliao/table',
| // url: '',
| id: 7,
| hidden: false,
| }, {
| img: '../../static/icon/icon17.png',
| text: '生产入库暂存列表',
| url: '/pages/shengchanrukushengdan/table',
| // url:'',
| id: 8,
| hidden: false,
| }, {
| img: '../../static/icon/icon30.png',
| text: '委外领料暂存列表',
| // url:'',
| url: '/pages/weiwailingliao/table',
| id: 9,
| hidden: false,
| }, {
| img: '../../static/icon/icon18.png',
| text: '销售出库暂存列表',
| url: '/pages/xiaoshouchuku/table',
| id: 10,
| hidden: false,
| }, {
| img: '../../static/icon/icon20.png',
| text: '销售退货暂存列表',
| url: '/pages/xiaoshoutuihuo/table',
| id: 11,
| hidden: false,
| }, {
| img: '../../static/icon/icon30.png',
| text: '生产领料校验暂存列表',
| url: '/pages/shengchanlingliao/table',
| id: 12,
| hidden: false,
| }, {
| img: '../../static/icon/icon31.png',
| text: '生产补料校验暂存列表',
| url: '/pages/shengchanbuliaojiaoyan/CacheList',
| id: 13,
| hidden: false,
| }, {
| img: '../../static/icon/icon32.png',
| text: '生产调拨校验暂存列表',
| url: '/pages/shengchandiaobo/table',
| id: 14,
| hidden: false,
| }, {
| img: '../../static/icon/icon18.png',
| text: '其他出库校验暂存列表',
| url: '/pages/qitachuku/qitachuku',
| id: 15,
| hidden: false,
| }, {
| img: '../../static/icon/icon17.png',
| text: '生产入库校验暂存列表',
| url: '/pages/shengchanruku/table',
| id: 16,
| hidden: false,
| }, {
| img: '../../static/icon/icon18.png',
| text: '销售出库校验暂存列表',
| url: '/pages/xiaoshouchukujiaoyan/table',
| id: 17,
| hidden: false,
| }, {
| img: '../../static/icon/icon30.png',
| text: '委外领料校验暂存列表',
| url: '/pages/weiwailingliaojiaoyan/table',
| id: 18,
| hidden: false,
| }, {
| img: '../../static/icon/icon3.png',
| text: '设备保养记录单',
| url: '/pages/baoyangjilu/table',
| id: 19,
| hidden: false,
| }, {
| img: '../../static/icon/icon5.png',
| text: '设备点检记录单',
| url: '',
| id: 20,
| hidden: false,
| }, {
| img: '../../static/icon/icon6.png',
| text: '设备故障登记表',
| url: '/pages/guzhangdengji/table',
| id: 21,
| hidden: false,
| }, {
| img: '../../static/icon/icon7.png',
| text: '设备维修记录单',
| url: '/pages/shebeiweixiu/table',
| id: 22,
| hidden: false,
| }, {
| img: '../../static/icon/icon15.png',
| text: '异常反馈单',
| url: '/pages/yichang/table',
| id: 23,
| hidden: false,
| }, {
| img: '../../static/icon/icon16.png',
| text: '异常反馈处理单',
| url: '/pages/yichang/list',
| id: 24,
| hidden: false,
| }, {
| img: '../../static/icon/icon21.png',
| text: '标签打印',
| url: '/pages/labelPrinter/index',
| id: 25,
| hidden: false,
| }, {
| img: '../../static/icon/icon21.png',
| text: '条码拆码',
| url: '/pages/tiaomachaima/tiaomachaima',
| id: 26,
| hidden: false,
| }]
| }
| },
| onLoad() {
| this.getHiddenItem()
| },
| methods: {
| getHiddenItem() {
| let itemCache = uni.getStorageSync('HTab2ItemData') || ''
| console.log('itemCache: ', itemCache);
| if (itemCache !== '') {
| this.itemData = itemCache
| }
| },
| switchHidden(index) {
| this.itemData[index].hidden = !this.itemData[index].hidden
| },
| switchIconsModeHandler() {
| this.canEdit = !this.canEdit
| if (this.canEdit == false) {
| this.$nextTick(() => {
| uni.setStorageSync("HTab2ItemData", this.itemData)
| })
| }
| this.$forceUpdate()
| },
| toUrl(item) {
| if (item.url) {
| uni.navigateTo({
| url: item.url
| })
| } else {
| uni.showToast({
| title: '功能开发中。。。',
| icon: 'none'
| })
| }
| }
| }
| }
| </script>
|
| <style lang="scss" scoped>
| // .mains{
| // width: 720rpx;
| // margin: 0 auto;
| // display: flex;
| // flex-wrap: wrap;
| // margin-top: 10rpx;
| // padding-bottom: 80rpx;
| // .box{
| // width: 100%;
| // margin: 26rpx 26rpx 0 26rpx;
| // padding: 0 0 16rpx 10rpx;
| // display: flex;
| // align-items: center;
| // border-bottom: 1px solid #f0f0f0;
| // image{
| // width: 52rpx;
| // height: 52rpx;
| // }
| // .texts{
| // font-size: 30rpx;
| // color: #333333;
| // margin-left: 30rpx;
| // }
| // }
| // }
|
| .header {
| width: 100%;
| height: 2em;
| position: relative;
|
| .switch-button {
| position: absolute;
| right: 10rpx;
| bottom: 0;
| }
| }
|
| .mains {
| width: 720rpx;
| margin: 0 auto;
| display: flex;
| flex-wrap: wrap;
| padding-bottom: 80rpx;
|
| .box {
| width: 25%;
| margin-top: 2.5vh;
| text-align: center;
|
| image {
| width: 18vw;
| height: 18vw;
| }
|
| .texts {
| width: 120rpx;
| margin: 0 auto;
| font-size: 29rpx;
| font-weight: normal;
| color: #333333;
| margin-top: .2vh;
| }
| }
|
| .edit {
| position: relative;
| }
|
| .edit-mark {
| position: absolute;
| top: 0;
| right: 0;
| }
|
| view[enable-hidden] {
| opacity: .4 !important;
| }
|
| view[hidden] {
| display: none;
| }
| }
| </style>
|
|