see999 3 years ago
parent
commit
9dbef0e648

+ 2 - 0
src/lang/zh.js View File

@@ -189,6 +189,8 @@ export default {
189 189
     stockDamaged:'耗材报损',
190 190
     stockWarning:'耗材预警',
191 191
     drugModifyPrice:'药品调价',
192
+    drugDamaged:'药品报损',
193
+    drugWarning:'药品预警',
192 194
 
193 195
     showconfig: '显示配置',
194 196
     user_detail: '使用明细',

+ 20 - 0
src/router/modules/drugs.js View File

@@ -36,6 +36,26 @@ export default {
36 36
       name: 'drugModifyPrice',
37 37
       meta: { title: 'drugModifyPrice', noCache: true }
38 38
     },
39
+    {
40
+      path: '/stock/drugs/drugModifyPricePrint',
41
+      component: () => import('@/xt_pages/stock/drugs/drugModifyPricePrint'),
42
+      name: 'drugModifyPricePrint',
43
+      hidden: true,
44
+      is_menu: false,
45
+      meta: { title: 'drugModifyPricePrint', noCache: true }
46
+    },
47
+    {
48
+      path: '/stock/drugs/drugDamaged',
49
+      component: () => import('@/xt_pages/stock/drugs/drugDamaged'),
50
+      name: 'drugDamaged',
51
+      meta: { title: 'drugDamaged', noCache: true }
52
+    },
53
+    {
54
+      path: '/stock/drugs/drugWarning',
55
+      component: () => import('@/xt_pages/stock/drugs/drugWarning'),
56
+      name: 'drugWarning',
57
+      meta: { title: 'drugWarning', noCache: true }
58
+    },
39 59
     // {
40 60
     //   path: '/stock/drugs/stock/return',
41 61
     //   component: () => import('@/xt_pages/stock/drugs/drugSalesReturnOrder'),

+ 5 - 5
src/xt_pages/outpatientCharges/newTreatTemplate/printTwo.vue View File

@@ -46,26 +46,26 @@
46 46
                   </div>
47 47
                   <tr>
48 48
                     <td colspan="7">
49
-                      <div style="display:flex;flez-wrap:wrap;">
49
+                      <div style="display:flex;flez-wrap:wrap;font-size:16px;">
50 50
                         <div style="width:33%;" v-for="(item,index) in info.transBody.outputlist2" :key="index">{{getValue(item)}}</div>
51 51
                       </div>
52 52
                     </td>
53
-                    <td>合计: {{info.transBody.akc264?info.transBody.akc264:0}}元</td>
53
+                    <td style="font-size:16px;">合计: {{info.transBody.akc264?info.transBody.akc264:0}}元</td>
54 54
                   </tr>
55 55
                   <tr>
56 56
                       <td colspan="7">
57
-                          <div style="display:flex;flez-wrap:wrap;">
57
+                          <div style="display:flex;flez-wrap:wrap;margin-bottom:10px;font-size:16px;">
58 58
                               <div style="width:33%;">医疗费总额:{{info.transBody.akc264?info.transBody.akc264:0}}元</div>
59 59
                               <div style="width:33%;">基金支付金额:{{info.transBody.akb068?info.transBody.akb068:0}}元</div>
60 60
                               <div style="width:33%;">个人账户支付金额:{{info.transBody.akb066?info.transBody.akb066:0}}元</div>
61 61
 
62 62
                           </div>
63
-                          <div style="display:flex;flez-wrap:wrap;">
63
+                          <div style="display:flex;flez-wrap:wrap;font-size:16px;">
64 64
                               <div style="width:33%;">个人支付金额:{{info.transBody.akb067?info.transBody.akb067:0}}元</div>
65 65
                               <div style="width:33%;">个人账户金额:{{info.after_money}}元</div>
66 66
                           </div>
67 67
                       </td>
68
-                      <td>合计:{{info.transBody.akc264?info.transBody.akc264:0}}元</td>
68
+                      <td style="font-size:16px;">合计:{{info.transBody.akc264?info.transBody.akc264:0}}元</td>
69 69
                   </tr>
70 70
 
71 71
               </table>

+ 305 - 0
src/xt_pages/stock/drugs/drugDamaged.vue View File

@@ -0,0 +1,305 @@
1
+<template>
2
+  <div class="main-contain">
3
+    <div class="position">
4
+      <bread-crumb :crumbs="crumbs"></bread-crumb>
5
+    </div>
6
+    <div class="app-container">
7
+        <div style="display: flex;align-items: center;justify-content: space-between;margin-bottom:10px;">
8
+            <div>
9
+                <el-input
10
+                size="small"
11
+                style="width: 200px;"
12
+                class="filter-item"
13
+                v-model.trim="searchKey"
14
+                placeholder=""
15
+                />
16
+                <el-button
17
+                size="small"
18
+                class="filter-item"
19
+                type="primary"
20
+                icon="el-icon-search"
21
+                @click="search"
22
+                >搜索</el-button
23
+                >
24
+                <el-date-picker
25
+                size="small"
26
+                v-model="value1"
27
+                type="date"
28
+                style="margin-left:5px;width:140px;"
29
+                placeholder="选择日期">
30
+                </el-date-picker>
31
+                <el-date-picker
32
+                size="small"
33
+                v-model="value2"
34
+                type="date"
35
+                style="margin-left:5px;width:140px;"
36
+                placeholder="选择日期">
37
+                </el-date-picker>
38
+            </div>
39
+            <div>
40
+                <el-button size="small" type="primary" @click="dialogVisible = true">新增</el-button>
41
+                <el-button size="small" type="primary">核对</el-button>
42
+                <el-button size="small" type="primary" @click="print">打印</el-button>
43
+                <el-button size="small" type="primary">导出</el-button>
44
+            </div>
45
+        </div>
46
+        <el-table :data="tableData" border :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)' }">
47
+            <el-table-column
48
+            prop="date"
49
+            label="报损编码">
50
+            </el-table-column>
51
+            <el-table-column
52
+            prop="date"
53
+            label="报损日期">
54
+            </el-table-column>
55
+            <el-table-column
56
+            prop="name"
57
+            label="操作人">
58
+            </el-table-column>
59
+            <el-table-column
60
+            prop="name"
61
+            label="审核日期">
62
+            </el-table-column>
63
+            <el-table-column
64
+            prop="name"
65
+            label="核对人">
66
+            </el-table-column>
67
+            <el-table-column
68
+            prop="name"
69
+            label="状态">
70
+            </el-table-column>
71
+            <el-table-column
72
+            label="操作">
73
+                <template slot-scope="scope">
74
+                    <el-button type="text" size="small">删除</el-button>
75
+                    <el-button type="text" size="small">编辑</el-button>
76
+                </template>
77
+            </el-table-column>
78
+        </el-table>
79
+        <el-pagination
80
+            @size-change="handleSizeChange"
81
+            @current-change="handleCurrentChange"
82
+            :page-sizes="[5, 10, 50, 100]"
83
+            :page-size="5"
84
+            background
85
+            style="margin-top:20px;text-align: right"
86
+            layout="total, sizes, prev, pager, next, jumper"
87
+            :total="total"
88
+        >
89
+        </el-pagination>
90
+    </div>
91
+    <el-dialog
92
+        title="库房调价"
93
+        :visible.sync="dialogVisible"
94
+        width="1200px"
95
+        :before-close="handleClose">
96
+        <el-form :model="form" class="modifyDialog" label-width="120px">
97
+            <el-form-item label="耗材ID">
98
+                <el-input v-model="form.name"></el-input>
99
+            </el-form-item>
100
+            <el-form-item label="药品名称">
101
+                <el-input v-model="form.name"></el-input>
102
+            </el-form-item>
103
+            <el-form-item label="规格">
104
+                <el-input v-model="form.name"></el-input>
105
+            </el-form-item>
106
+            <el-form-item label="单位">
107
+                <el-input v-model="form.name"></el-input>
108
+            </el-form-item>
109
+            <el-form-item label="进货价">
110
+                <el-input v-model="form.name"></el-input>
111
+            </el-form-item>
112
+            <el-form-item label="零售价">
113
+                <el-input v-model="form.name"></el-input>
114
+            </el-form-item>
115
+            <el-form-item label="报损数量">
116
+                <el-input v-model="form.name"></el-input>
117
+            </el-form-item>
118
+            <el-form-item label="库存">
119
+                <el-input v-model="form.name"></el-input>
120
+            </el-form-item>
121
+            <el-form-item label="产地">
122
+                <el-input v-model="form.name"></el-input>
123
+            </el-form-item>
124
+            <el-form-item label="批准文号">
125
+                <el-input v-model="form.name"></el-input>
126
+            </el-form-item>
127
+            <el-form-item label="生产厂商">
128
+                <el-input v-model="form.name"></el-input>
129
+            </el-form-item>
130
+            <el-form-item label="备注">
131
+                <div style="display:flex;">
132
+                    <el-input v-model="form.name"></el-input>
133
+                    <el-button style="margin-left:5px;" type="primary">添加</el-button>
134
+                </div>
135
+            </el-form-item>
136
+        </el-form>
137
+        <el-table :data="tableData" border :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)' }">
138
+            <el-table-column
139
+            prop="date"
140
+            label="耗材ID"
141
+            width="100">
142
+            </el-table-column>
143
+            <el-table-column
144
+            prop="date"
145
+            label="耗材名称"
146
+            width="100">
147
+            </el-table-column>
148
+            <el-table-column
149
+            prop="name"
150
+            label="规格"
151
+            width="100">
152
+            </el-table-column>
153
+            <el-table-column
154
+            prop="name"
155
+            label="单位"
156
+            width="100">
157
+            </el-table-column>
158
+            <el-table-column
159
+            prop="name"
160
+            label="调价数量"
161
+            width="100">
162
+            </el-table-column>
163
+            <el-table-column
164
+            prop="name"
165
+            label="原进货价"
166
+            width="100">
167
+            </el-table-column>
168
+            <el-table-column
169
+            prop="name"
170
+            label="原零售价"
171
+            width="100">
172
+            </el-table-column>
173
+            <el-table-column
174
+            prop="name"
175
+            label="新零售价"
176
+            width="100">
177
+            </el-table-column>
178
+            <el-table-column
179
+            prop="name"
180
+            label="生产厂商"
181
+            width="100">
182
+            </el-table-column>
183
+            <el-table-column
184
+            prop="name"
185
+            label="产地"
186
+            width="100">
187
+            </el-table-column>
188
+            <el-table-column
189
+            prop="name"
190
+            label="批准文号"
191
+            width="100">
192
+            </el-table-column>
193
+            <el-table-column
194
+            prop="name"
195
+            label="备注"
196
+            width="100">
197
+            </el-table-column>
198
+            <el-table-column
199
+            fixed="right"
200
+            width="100"
201
+            label="操作">
202
+                <template slot-scope="scope">
203
+                    <el-button type="text" size="small">删除</el-button>
204
+                    <el-button type="text" size="small">编辑</el-button>
205
+                </template>
206
+            </el-table-column>
207
+        </el-table>
208
+        <span slot="footer" class="dialog-footer">
209
+            <el-button @click="dialogVisible = false">取 消</el-button>
210
+            <el-button type="primary" @click="dialogVisible = false">确 定</el-button>
211
+        </span>
212
+    </el-dialog>
213
+  
214
+  </div>
215
+</template>
216
+
217
+<script>
218
+import BreadCrumb from "../../components/bread-crumb";
219
+
220
+export default {
221
+    name: "stockModifyPrice",
222
+    components:{
223
+        BreadCrumb
224
+    },
225
+    data() {
226
+        return{
227
+            crumbs: [
228
+                { path: false, name: "库存管理" },
229
+                { path: false, name: "耗材管理" },
230
+                { path: false, name: "药品报损" }
231
+            ],
232
+            searchKey:'',
233
+            value1:'',
234
+            value2:'',
235
+            tableData: [{
236
+                date: '2016-05-02',
237
+                name: '王小虎',
238
+                address: '上海市普陀区金沙江路 1518 弄'
239
+                }, {
240
+                date: '2016-05-04',
241
+                name: '王小虎',
242
+                address: '上海市普陀区金沙江路 1517 弄'
243
+                }, {
244
+                date: '2016-05-01',
245
+                name: '王小虎',
246
+                address: '上海市普陀区金沙江路 1519 弄'
247
+                }, {
248
+                date: '2016-05-03',
249
+                name: '王小虎',
250
+                address: '上海市普陀区金沙江路 1516 弄'
251
+            }],
252
+            dialogVisible:false,
253
+            form: {
254
+                name: '',
255
+            },
256
+            total: 0,
257
+        }
258
+    },
259
+    methods:{
260
+        search(){
261
+
262
+        },
263
+        print(){
264
+            this.$router.push({path:'/stock/stockModifyPricePrint'})
265
+            
266
+        },
267
+        handleSizeChange(){},
268
+        handleCurrentChange(){}
269
+
270
+    },
271
+    created(){
272
+    },
273
+    mounted() {
274
+    },
275
+};
276
+</script>
277
+
278
+<style rel="stylesheet/scss" lang="scss">
279
+.app-container {
280
+  // margin: 20px;
281
+  font-size: 15px;
282
+}
283
+.modifyDialog{
284
+    display: flex;
285
+    flex-wrap: wrap;
286
+    margin-bottom: 10px;
287
+    .el-form-item{
288
+        width: 33%;
289
+    }
290
+}
291
+.el-table td,
292
+.el-table th.is-leaf,
293
+.el-table--border,
294
+.el-table--group {
295
+  border-color: #d0d3da;
296
+}
297
+.el-table--border::after,
298
+.el-table--group::after,
299
+.el-table::before {
300
+  background-color: #d0d3da;
301
+}
302
+::-webkit-scrollbar{
303
+    height: 20px !important;
304
+}
305
+</style>

+ 1 - 1
src/xt_pages/stock/drugs/drugModifyPrice.vue View File

@@ -228,7 +228,7 @@ export default {
228 228
 
229 229
         },
230 230
         print(){
231
-            this.$router.push({path:'/stock/stockModifyPricePrint'})
231
+            this.$router.push({path:'/stock/drugs/drugModifyPricePrint'})
232 232
             
233 233
         }
234 234
     },

+ 119 - 0
src/xt_pages/stock/drugs/drugModifyPricePrint.vue View File

@@ -0,0 +1,119 @@
1
+<template>
2
+    <div class="main-contain">
3
+        <div class="position">
4
+        <bread-crumb :crumbs="crumbs"></bread-crumb>
5
+        <el-row style="float:right;">
6
+            <el-col :span="24">
7
+            <el-button size="small" icon="el-icon-printer" type="primary" @click="printAction">打印</el-button>
8
+            </el-col>
9
+        </el-row>
10
+        </div>
11
+        <div class="app-container" style="background-color: white;">
12
+            <div id="print_content">
13
+                <div class="printTitle">药品调价登记单</div>
14
+                <div class="flex">
15
+                    <div>药库类别:</div>
16
+                    <div>调价日期:</div>
17
+                </div>
18
+                <div class="flex">
19
+                    <div>单据编号:</div>
20
+                    <div>打印日期:</div>
21
+                </div>
22
+                <div class="tableTitle">
23
+                    <div style="width:8%">货号</div>
24
+                    <div style="width:8%">药品名称</div>
25
+                    <div style="width:8%">规格</div>
26
+                    <div style="width:8%">单位</div>
27
+                    <div style="width:8%">批次</div>
28
+                    <div style="width:8%">调价数量</div>
29
+                    <div style="width:8%">原进货价</div>
30
+                    <div style="width:8%">新进货价</div>
31
+                    <div style="width:8%">进货差价</div>
32
+                    <div style="width:8%">原零售价</div>
33
+                    <div style="width:8%">新零售价</div>
34
+                    <div style="width:8%">零售差价</div>
35
+                </div>
36
+                <div class="tableTr" v-for="item in 3">
37
+                    <div style="width:8%">上三</div>
38
+                    <div style="width:8%">上三名称</div>
39
+                    <div style="width:8%">上三</div>
40
+                    <div style="width:8%">上三</div>
41
+                    <div style="width:8%">上三</div>
42
+                    <div style="width:8%">上三数量</div>
43
+                    <div style="width:8%">上三货价</div>
44
+                    <div style="width:8%">上三货价</div>
45
+                    <div style="width:8%">上三差价</div>
46
+                    <div style="width:8%">上三售价</div>
47
+                    <div style="width:8%">上三售价</div>
48
+                    <div style="width:8%">上三差价</div>
49
+                </div>
50
+                <div class="tableBottom">
51
+                    <div style="width:8%">合计:</div>
52
+                    <div style="width:8%"></div>
53
+                    <div style="width:8%"></div>
54
+                    <div style="width:8%"></div>
55
+                    <div style="width:8%"></div>
56
+                    <div style="width:8%"></div>
57
+                    <div style="width:8%"></div>
58
+                    <div style="width:8%"></div>
59
+                    <div style="width:8%">上三差价</div>
60
+                    <div style="width:8%"></div>
61
+                    <div style="width:8%"></div>
62
+                    <div style="width:8%">上三差价</div>
63
+                </div>
64
+                <div style="display:flex;margin-top:1px;float:right;margin-top:10px;">
65
+                    <div style="width:80px;">审批:</div><div style="width:100px;"></div>
66
+                    <div style="width:100px;">药材主任:</div><div style="width:60px;"></div>
67
+                    <div style="width:50px;">会计:</div><div style="width:100px;"></div>
68
+                    <div style="width:50px;">审核:</div><div style="width:100px;"></div>
69
+                    <div style="width:70px;">制单人:</div><div style="width:100px;"></div>
70
+                </div>
71
+            </div>
72
+        </div>
73
+    </div>
74
+</template>
75
+
76
+<script>
77
+import BreadCrumb from '@/xt_pages/components/bread-crumb'
78
+const moment = require('moment');
79
+import { uParseTime } from '@/utils/tools'
80
+export default {
81
+    components:{
82
+        BreadCrumb
83
+    },
84
+    data(){
85
+        return{
86
+          crumbs: [
87
+            { path: false, name: '库存管理' },
88
+            { path: false, name: '耗材管理' },
89
+            { path: false, name: '药品调价打印' },
90
+          ],
91
+        }
92
+    },
93
+    methods:{
94
+        printAction: function() {
95
+            const style = '@media print { .printTitle{font-size: 22px;text-align: center;}.flex{display: flex;justify-content: space-between;}.tableTitle{display: flex;border-top:1px solid #000;border-bottom: 1px solid #000;padding: 10px 0;}.tableTr{display: flex;border-bottom: 1px dashed #000;padding: 10px 0;}.tableBottom{display: flex;border-bottom: 1px solid #000;padding: 10px 0;} }';
96
+            printJS({
97
+            printable: 'print_content',
98
+            type: 'html',
99
+            documentTitle: '  ',
100
+            style: style,
101
+            scanStyles: false
102
+            })
103
+        },
104
+
105
+
106
+    },
107
+    created(){
108
+    }
109
+}
110
+</script>
111
+
112
+
113
+<style rel="stylesheet/scss" lang="scss" scoped>
114
+.printTitle{font-size: 22px;text-align: center;}
115
+.flex{display: flex;justify-content: space-between;}
116
+.tableTitle{display: flex;border-top:1px solid #000;border-bottom: 1px solid #000;padding: 10px 0;}
117
+.tableTr{display: flex;border-bottom: 1px dashed #000;padding: 10px 0;}
118
+.tableBottom{display: flex;border-bottom: 1px solid #000;padding: 10px 0;}
119
+</style>

+ 234 - 0
src/xt_pages/stock/drugs/drugWarning.vue View File

@@ -0,0 +1,234 @@
1
+<template>
2
+  <div class="main-contain">
3
+    <div class="position">
4
+      <bread-crumb :crumbs="crumbs"></bread-crumb>
5
+    </div>
6
+    <div class="app-container">
7
+        <div style="display: flex;align-items: center;justify-content: space-between;margin-bottom:10px;">
8
+            <div>
9
+                <el-select v-model="value" size="small" placeholder="请选择">
10
+                    <el-option
11
+                    v-for="item in options"
12
+                    :key="item.value"
13
+                    :label="item.label"
14
+                    :value="item.value">
15
+                    </el-option>
16
+                </el-select>
17
+                <el-input
18
+                size="small"
19
+                style="width: 200px;"
20
+                class="filter-item"
21
+                v-model.trim="searchKey"
22
+                placeholder=""
23
+                />
24
+                <el-button
25
+                size="small"
26
+                class="filter-item"
27
+                type="primary"
28
+                icon="el-icon-search"
29
+                @click="search"
30
+                >搜索</el-button
31
+                >
32
+                <el-select v-model="value" size="small" placeholder="请选择">
33
+                    <el-option
34
+                    v-for="item in options"
35
+                    :key="item.value"
36
+                    :label="item.label"
37
+                    :value="item.value">
38
+                    </el-option>
39
+                </el-select>
40
+            </div>
41
+            <div>
42
+                <el-button size="small" type="primary">导出</el-button>
43
+            </div>
44
+        </div>
45
+        <el-table :data="tableData" border :header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)' }">
46
+            <el-table-column
47
+            type="selection"
48
+            width="55">
49
+            </el-table-column>
50
+            <el-table-column
51
+            type="index"
52
+            width="50">
53
+            </el-table-column>
54
+            <el-table-column
55
+            fixed="left"
56
+            prop="date"
57
+            label="耗材ID"
58
+            width="80">
59
+            </el-table-column>
60
+            <el-table-column
61
+            prop="date"
62
+            label="耗材名称"
63
+            width="100">
64
+            </el-table-column>
65
+            <el-table-column
66
+            prop="name"
67
+            label="规格型号"
68
+            width="100">
69
+            </el-table-column>
70
+            <el-table-column
71
+            prop="name"
72
+            label="单位"
73
+            width="100">
74
+            </el-table-column>
75
+            <el-table-column
76
+            prop="name"
77
+            label="零售价"
78
+            width="100">
79
+            </el-table-column>
80
+            <el-table-column
81
+            prop="name"
82
+            label="进货价"
83
+            width="100">
84
+            </el-table-column>
85
+            <el-table-column
86
+            prop="name"
87
+            label="库存数量"
88
+            width="100">
89
+            </el-table-column>
90
+            <el-table-column
91
+            prop="name"
92
+            label="库存预警"
93
+            width="100">
94
+            </el-table-column>
95
+            <el-table-column
96
+            prop="name"
97
+            label="生产厂商"
98
+            width="100">
99
+            </el-table-column>
100
+            <el-table-column
101
+            prop="name"
102
+            label="产地"
103
+            width="100">
104
+            </el-table-column>
105
+            <el-table-column
106
+            prop="name"
107
+            label="批准文号"
108
+            width="100">
109
+            </el-table-column>
110
+            <el-table-column
111
+            prop="name"
112
+            label="供应商"
113
+            width="100">
114
+            </el-table-column>
115
+            <el-table-column
116
+            prop="name"
117
+            label="状态"
118
+            width="80">
119
+            </el-table-column>
120
+            <el-table-column
121
+            label="备注">
122
+            </el-table-column>
123
+        </el-table>
124
+        <el-pagination
125
+            @size-change="handleSizeChange"
126
+            @current-change="handleCurrentChange"
127
+            :page-sizes="[5, 10, 50, 100]"
128
+            :page-size="5"
129
+            background
130
+            style="margin-top:20px;text-align: right"
131
+            layout="total, sizes, prev, pager, next, jumper"
132
+            :total="total"
133
+        >
134
+        </el-pagination>
135
+    </div>
136
+  
137
+  </div>
138
+</template>
139
+
140
+<script>
141
+import BreadCrumb from "../../components/bread-crumb";
142
+
143
+export default {
144
+    name: "stockModifyPrice",
145
+    components:{
146
+        BreadCrumb
147
+    },
148
+    data() {
149
+        return{
150
+            crumbs: [
151
+                { path: false, name: "库存管理" },
152
+                { path: false, name: "耗材管理" },
153
+                { path: false, name: "药品预警" }
154
+            ],
155
+            searchKey:'',
156
+            tableData: [{
157
+                date: '2016-05-02',
158
+                name: '王小虎',
159
+                address: '上海市普陀区金沙江路 1518 弄'
160
+                }, {
161
+                date: '2016-05-04',
162
+                name: '王小虎',
163
+                address: '上海市普陀区金沙江路 1517 弄'
164
+                }, {
165
+                date: '2016-05-01',
166
+                name: '王小虎',
167
+                address: '上海市普陀区金沙江路 1519 弄'
168
+                }, {
169
+                date: '2016-05-03',
170
+                name: '王小虎',
171
+                address: '上海市普陀区金沙江路 1516 弄'
172
+            }],
173
+            total: 0,
174
+            options: [{
175
+                value: '选项1',
176
+                label: '黄金糕'
177
+                }, {
178
+                value: '选项2',
179
+                label: '双皮奶'
180
+                }, {
181
+                value: '选项3',
182
+                label: '蚵仔煎'
183
+                }, {
184
+                value: '选项4',
185
+                label: '龙须面'
186
+                }, {
187
+                value: '选项5',
188
+                label: '北京烤鸭'
189
+            }],
190
+        }
191
+    },
192
+    methods:{
193
+        search(){
194
+
195
+        },
196
+        handleSizeChange(){},
197
+        handleCurrentChange(){}
198
+
199
+    },
200
+    created(){
201
+    },
202
+    mounted() {
203
+    },
204
+};
205
+</script>
206
+
207
+<style rel="stylesheet/scss" lang="scss">
208
+.app-container {
209
+  // margin: 20px;
210
+  font-size: 15px;
211
+}
212
+.modifyDialog{
213
+    display: flex;
214
+    flex-wrap: wrap;
215
+    margin-bottom: 10px;
216
+    .el-form-item{
217
+        width: 33%;
218
+    }
219
+}
220
+.el-table td,
221
+.el-table th.is-leaf,
222
+.el-table--border,
223
+.el-table--group {
224
+  border-color: #d0d3da;
225
+}
226
+.el-table--border::after,
227
+.el-table--group::after,
228
+.el-table::before {
229
+  background-color: #d0d3da;
230
+}
231
+::-webkit-scrollbar{
232
+    height: 20px !important;
233
+}
234
+</style>

+ 1 - 1
src/xt_pages/stock/stockWarning.vue View File

@@ -150,7 +150,7 @@ export default {
150 150
             crumbs: [
151 151
                 { path: false, name: "库存管理" },
152 152
                 { path: false, name: "耗材管理" },
153
-                { path: false, name: "耗材报损" }
153
+                { path: false, name: "耗材预警" }
154 154
             ],
155 155
             searchKey:'',
156 156
             tableData: [{