+
-
- checkHanzi(val, form, 'username')" ref="username">
+
+ checkHanzi(val, form, 'username')" ref="username">
-
+
checkHanzi(val, form, 'password')" ref="password">
-
+
提交
-
+
@@ -121,9 +121,9 @@ export default {
padding: 24px 0 24px 24px;
}
- /deep/.el-input input {
- width: 420px;
- }
+ // /deep/.el-input input {
+ // // width: 420px;
+ // }
.body {
padding-top: 50px;
padding-left: 50px;
diff --git a/src/pages/manage/list/dayEnd/tellerCash.vue b/src/pages/manage/list/dayEnd/tellerCash.vue
index 3a56834..1a5a998 100644
--- a/src/pages/manage/list/dayEnd/tellerCash.vue
+++ b/src/pages/manage/list/dayEnd/tellerCash.vue
@@ -64,6 +64,7 @@
import { tableRowClassName, headerCellStyle } from '@/assets/js/myConfig'
import { myValidate, checkHanzi, inputListen } from '@/utils/utilFunction.js'
import { mapState, mapMutations, mapGetters } from 'vuex'
+import { addOperation, getOperation } from '@/api/http';
import MyTitle from '@/components/myTitle'
import MyDialog from '@/components/dialogTwo'
export default {