20240205
yujialong 4 months ago
parent e5ff0cf593
commit 92a9475c60
  1. 9
      src/main.js.rej
  2. 9
      src/pages/counter/list/index.vue
  3. 2
      src/pages/manage/list/agent/electricRate.vue

@ -1,9 +0,0 @@
diff a/src/main.js b/src/main.js (rejected hunks)
@@ -42,6 +42,7 @@
}
})
}
+});
Vue.use(plugins);

@ -2509,17 +2509,18 @@ export default {
}
.goods-dia {
position: fixed;
bottom: 0;
left: -100%;
width: 100%;
min-height: 140px;
text-align: center;
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
position: fixed;
bottom: 0;
left: -100%;
padding: 20px 300px 20px 300px;
transition: all 0.5s;
background-color: rgba(255, 255, 255, 0.95);
min-height: 140px;
.file {
position: relative;

@ -328,7 +328,7 @@ export default {
return
}
if (!this.form.voucherNumber) {
messageCard('请填写凭证号码')
messageCard('请填写账号')
return
}

Loading…
Cancel
Save