h5_standard/src/views/needToBeDealtWith/addWarehousing.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
h5_standard/src/views/needToBeDealtWith/outbound.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
h5_standard/src/views/requisition/scrapped.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
minipro_standard/pages_adjust/pages/addReceipt/addReceipt.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
server/src/main/java/doumeemes/config/shiro/ShiroSessionManager.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
server/src/main/resources/application.yml | 补丁 | 查看 | 原始文档 | blame | 历史 |
h5_standard/src/views/needToBeDealtWith/addWarehousing.vue
@@ -272,7 +272,8 @@ // 删除 const dele = (index: any) => { if (list.value.length === 1) { Toast('至少保留一条工装信息') // Toast('至少保留一条工装信息') Toast('至少保留一条物流清单信息') return } list.value.splice(index, 1) h5_standard/src/views/needToBeDealtWith/outbound.vue
@@ -172,7 +172,8 @@ // 删除 const dele = (index: any) => { if (list.value.length === 1) { Toast('至少保留一条工装信息') // Toast('至少保留一条工装信息') Toast('至少保留一条物流清单信息!') return } list.value.splice(index, 1) h5_standard/src/views/requisition/scrapped.vue
@@ -122,7 +122,8 @@ // 删除 const dele = (index: any) => { if (list.value.length === 1) { Toast('至少保留一条工装信息') // Toast('至少保留一条工装信息') Toast('至少保留一条物流清单信息') return } list.value.splice(index, 1) minipro_standard/pages_adjust/pages/addReceipt/addReceipt.vue
@@ -170,7 +170,7 @@ // 删除 dele(index) { if (this.list.length === 1) { this.$refs.uToast.show({ type: 'default', message: "至少保留一条工装信息" }) this.$refs.uToast.show({ type: 'default', message: "至少保留一条物流清单信息" }) return } this.list.splice(index, 1) server/src/main/java/doumeemes/config/shiro/ShiroSessionManager.java
@@ -65,7 +65,6 @@ } return sessionId; } @Override public boolean isServletContainerSessions() { return false; server/src/main/resources/application.yml