diff --git a/src/App.vue b/src/App.vue index b8d089c..4e28a94 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,10 +1,9 @@ diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index cb1af08..bcd85ee 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -8,7 +8,7 @@ - +
@@ -17,84 +17,84 @@
- +
- +
- +
- +
- +
- +
- +
- +
- -
- + +
+
- +

资料

- +
- +
@@ -297,7 +297,7 @@
- + @@ -325,14 +325,14 @@ import { addOperation, getOperation } from '@/api/http'; import backButton from '@/components/backButton' import { myConfig } from './myConfig.js' import saveSystemModule from '@/mixins/saveSystemModule' -import TipDialog from '@/components/tipDialog' +// import TipDialog from '@/components/tipDialog' export default { name: 'index', components: { manage: manage, backButton, - TipDialog + // TipDialog }, mixins: [saveSystemModule], data() { @@ -3038,6 +3038,8 @@ export default { position: absolute; bottom: 0; width: 100%; + overflow-x: hidden; + text-overflow: ellipsis; line-height: 40px; text-align: center; font-size: 18px; diff --git a/src/store/modules/system.js b/src/store/modules/system.js index d48b80f..2638662 100644 --- a/src/store/modules/system.js +++ b/src/store/modules/system.js @@ -2524,6 +2524,10 @@ export default { }).catch((error)=>{ }) }else { + + this.commit('system/pushThingsGoods', [...state.businessSelect[state.businessKey].sealBox]) + state.businessSelect[state.businessKey].sealBox.splice(0, 1) + this.commit('system/setTipsOperate', '该证不能改这种章哦!') } // Message.success({ // center: true,