Browse Source

add 页面刷新

dev_pda
李俊城 2 years ago
parent
commit
e001141e66
  1. 2
      fe/PDA/mycomponents/comItem/comJobScanDetail.vue
  2. 6
      fe/PDA/pages.js
  3. 16
      fe/PDA/pages.json
  4. 2
      fe/PDA/pages/inventory/createTP.vue
  5. 2
      fe/PDA/pages/inventory/hold.vue
  6. 2
      fe/PDA/pages/inventory/merge.vue
  7. 2
      fe/PDA/pages/inventory/productionReturn.vue
  8. 2
      fe/PDA/pages/inventory/productionReturn_detail.vue
  9. 2
      fe/PDA/pages/inventory/scrap.vue
  10. 2
      fe/PDA/pages/inventory/transferByLocation.vue
  11. 2
      fe/PDA/pages/inventory/transferDiffLocation.vue
  12. 2
      fe/PDA/pages/inventory/transferIssue.vue
  13. 2
      fe/PDA/pages/inventory/transferIssue_detail.vue
  14. 2
      fe/PDA/pages/inventory/transferNoLocation.vue
  15. 2
      fe/PDA/pages/inventory/transferReceipt.vue
  16. 2
      fe/PDA/pages/inventory/transferReceipt_detail.vue
  17. 2
      fe/PDA/pages/inventory/unissue.vue
  18. 2
      fe/PDA/pages/inventory/unpick.vue
  19. 2
      fe/PDA/pages/inventory/unreceipt.vue
  20. 2
      fe/PDA/pages/message/details.vue
  21. 2
      fe/PDA/pages/message/index.vue
  22. 2
      fe/PDA/pages/putaway/dyPutaway.vue
  23. 2
      fe/PDA/pages/putaway/purchasePutaway.vue
  24. 2
      fe/PDA/pages/putaway/putaway.vue
  25. 2
      fe/PDA/pages/putaway/rapReceipt.vue
  26. 2
      fe/PDA/pages/putaway/rapTansfer.vue
  27. 2
      fe/PDA/pages/putaway/semiPutaway.vue
  28. 2
      fe/PDA/pages/query/item.vue
  29. 2
      fe/PDA/pages/query/location.vue
  30. 2
      fe/PDA/pages/return/productionReturn.vue
  31. 2
      fe/PDA/pages/return/productionReturn_detail.vue
  32. 2
      fe/PDA/pages/return/purchaseReturn.vue
  33. 2
      fe/PDA/pages/return/purchaseReturn_detail.vue
  34. 2
      fe/PDA/pages/return/returnBeforPutaway.vue
  35. 2
      fe/PDA/pages/return/returnToWarehouse.vue
  36. 2
      fe/PDA/pages/setter/setterDetail.vue
  37. 2
      fe/PDA/pages/store/deliverAll.vue
  38. 2
      fe/PDA/pages/store/deliverFG.vue
  39. 2
      fe/PDA/pages/store/deliverMany.vue
  40. 2
      fe/PDA/pages/store/deliverRaw.vue
  41. 2
      fe/PDA/pages/store/deliverTF.vue
  42. 2
      fe/PDA/pages/store/issueDirect.vue
  43. 2
      fe/PDA/pages/store/receipt.vue
  44. 2
      fe/PDA/pages/store/receiptOrder.vue
  45. 2
      fe/PDA/pages/store/receiptRandom.vue
  46. 2
      fe/PDA/pages/store/recycle.vue
  47. 4
      fe/PDA/pages/store/tjDeliver_detail.vue
  48. 2
      fe/PDA/pages/store/tjReceipt.vue
  49. 2
      fe/PDA/pages/store/tjRecycle.vue
  50. 2
      fe/PDA/pages/task/Inspect.vue
  51. 2
      fe/PDA/pages/task/Inspect_detail.vue
  52. 2
      fe/PDA/pages/task/Inspect_summary.vue
  53. 2
      fe/PDA/pages/task/count.vue
  54. 2
      fe/PDA/pages/task/countByItem.vue
  55. 2
      fe/PDA/pages/task/countByLocation.vue
  56. 2
      fe/PDA/pages/task/count_detail.vue
  57. 2
      fe/PDA/pages/task/deliveFg.vue
  58. 2
      fe/PDA/pages/task/deliver.vue
  59. 2
      fe/PDA/pages/task/deliver_detail.vue
  60. 2
      fe/PDA/pages/task/issueByFIFO.vue
  61. 2
      fe/PDA/pages/task/issueNoFIFO.vue
  62. 2
      fe/PDA/pages/task/issue_detail.vue
  63. 2
      fe/PDA/pages/task/putaway.vue
  64. 2
      fe/PDA/pages/task/putawayByLocation.vue
  65. 2
      fe/PDA/pages/task/putawayNoLocation.vue
  66. 2
      fe/PDA/pages/task/putaway_detail.vue
  67. 2
      fe/PDA/pages/task/putawayjob.vue
  68. 2
      fe/PDA/pages/task/receipt.vue
  69. 2
      fe/PDA/pages/task/receipt_detail.vue
  70. 2
      fe/PDA/pages/task/receipt_result.vue
  71. 2
      fe/PDA/pages/task/replen.vue

2
fe/PDA/mycomponents/comItem/comJobScanDetail.vue

@ -164,6 +164,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
//

6
fe/PDA/pages.js

@ -507,6 +507,12 @@ module.exports = () => ({
"text": "\ue7c6",
"fontSrc": "/static/icon/iconfont.ttf",
"fontSize": "22px"
},
{
"float": "right",
"text": "刷新",
"fontSrc": "/static/icon/iconfont.ttf",
"fontSize": "18px"
}]
},
"softinputMode": "adjustPan" //adjustResize

16
fe/PDA/pages.json

@ -478,6 +478,22 @@
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F1F1F1"
},
//
"titleNView": {
"autoBackButton": "true",
"buttons": [{
"float": "right",
"text": "\ue7c6",
"fontSrc": "/static/icon/iconfont.ttf",
"fontSize": "22px"
},
{
"float": "right",
"text": "刷新",
"fontSrc": "/static/icon/iconfont.ttf",
"fontSize": "18px"
}]
},
"softinputMode": "adjustPan" //adjustResize
},

2
fe/PDA/pages/inventory/createTP.vue

@ -81,6 +81,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
filters: {

2
fe/PDA/pages/inventory/hold.vue

@ -111,6 +111,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
filters: {},

2
fe/PDA/pages/inventory/merge.vue

@ -80,6 +80,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
filters: {

2
fe/PDA/pages/inventory/productionReturn.vue

@ -69,6 +69,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
filters: {

2
fe/PDA/pages/inventory/productionReturn_detail.vue

@ -145,6 +145,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
//

2
fe/PDA/pages/inventory/scrap.vue

@ -105,6 +105,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
filters: {

2
fe/PDA/pages/inventory/transferByLocation.vue

@ -24,6 +24,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
mounted: function() {

2
fe/PDA/pages/inventory/transferDiffLocation.vue

@ -24,6 +24,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
mounted: function() {

2
fe/PDA/pages/inventory/transferIssue.vue

@ -70,6 +70,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
filters: {

2
fe/PDA/pages/inventory/transferIssue_detail.vue

@ -137,6 +137,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
//

2
fe/PDA/pages/inventory/transferNoLocation.vue

@ -23,6 +23,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
mounted: function() {

2
fe/PDA/pages/inventory/transferReceipt.vue

@ -70,6 +70,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
filters: {

2
fe/PDA/pages/inventory/transferReceipt_detail.vue

@ -137,6 +137,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
//

2
fe/PDA/pages/inventory/unissue.vue

@ -98,6 +98,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
filters: {},

2
fe/PDA/pages/inventory/unpick.vue

@ -65,6 +65,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
filters: {

2
fe/PDA/pages/inventory/unreceipt.vue

@ -111,6 +111,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
filters: {

2
fe/PDA/pages/message/details.vue

@ -25,6 +25,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
data() {

2
fe/PDA/pages/message/index.vue

@ -90,6 +90,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},

2
fe/PDA/pages/putaway/dyPutaway.vue

@ -85,6 +85,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {

2
fe/PDA/pages/putaway/purchasePutaway.vue

@ -108,6 +108,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
mounted: function() {

2
fe/PDA/pages/putaway/putaway.vue

@ -84,6 +84,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {

2
fe/PDA/pages/putaway/rapReceipt.vue

@ -91,6 +91,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
mounted: function() {

2
fe/PDA/pages/putaway/rapTansfer.vue

@ -27,6 +27,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {},

2
fe/PDA/pages/putaway/semiPutaway.vue

@ -108,6 +108,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
mounted: function() {

2
fe/PDA/pages/query/item.vue

@ -123,6 +123,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
mounted() {

2
fe/PDA/pages/query/location.vue

@ -99,6 +99,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
filters: {

2
fe/PDA/pages/return/productionReturn.vue

@ -84,6 +84,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
filters: {

2
fe/PDA/pages/return/productionReturn_detail.vue

@ -135,6 +135,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
//

2
fe/PDA/pages/return/purchaseReturn.vue

@ -85,6 +85,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
filters: {

2
fe/PDA/pages/return/purchaseReturn_detail.vue

@ -121,6 +121,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
//

2
fe/PDA/pages/return/returnBeforPutaway.vue

@ -87,6 +87,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
filters: {

2
fe/PDA/pages/return/returnToWarehouse.vue

@ -137,6 +137,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
mounted: function() {

2
fe/PDA/pages/setter/setterDetail.vue

@ -23,6 +23,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {

2
fe/PDA/pages/store/deliverAll.vue

@ -34,6 +34,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {}

2
fe/PDA/pages/store/deliverFG.vue

@ -102,6 +102,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {

2
fe/PDA/pages/store/deliverMany.vue

@ -33,6 +33,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {

2
fe/PDA/pages/store/deliverRaw.vue

@ -114,6 +114,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
watch: {

2
fe/PDA/pages/store/deliverTF.vue

@ -91,6 +91,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {

2
fe/PDA/pages/store/issueDirect.vue

@ -125,6 +125,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
watch: {

2
fe/PDA/pages/store/receipt.vue

@ -93,6 +93,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {

2
fe/PDA/pages/store/receiptOrder.vue

@ -26,6 +26,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {}

2
fe/PDA/pages/store/receiptRandom.vue

@ -24,6 +24,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {}

2
fe/PDA/pages/store/recycle.vue

@ -98,6 +98,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {

4
fe/PDA/pages/store/tjDeliver_detail.vue

@ -98,6 +98,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
filters: {
@ -144,6 +146,8 @@
} else {
goHome();
}
}else if(e.index === 1){
window.location.reload();
}
},
methods: {

2
fe/PDA/pages/store/tjReceipt.vue

@ -133,6 +133,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {

2
fe/PDA/pages/store/tjRecycle.vue

@ -82,6 +82,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {

2
fe/PDA/pages/task/Inspect.vue

@ -90,6 +90,8 @@
uni.reLaunch({
url: '../index/index'
})
}else if(e.index === 1){
window.location.reload();
}
},
methods: {

2
fe/PDA/pages/task/Inspect_detail.vue

@ -192,6 +192,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
//

2
fe/PDA/pages/task/Inspect_summary.vue

@ -230,6 +230,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
//

2
fe/PDA/pages/task/count.vue

@ -56,6 +56,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
data() {

2
fe/PDA/pages/task/countByItem.vue

@ -92,6 +92,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
onLoad() {

2
fe/PDA/pages/task/countByLocation.vue

@ -103,6 +103,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
onLoad() {

2
fe/PDA/pages/task/count_detail.vue

@ -246,6 +246,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
//

2
fe/PDA/pages/task/deliveFg.vue

@ -78,6 +78,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {

2
fe/PDA/pages/task/deliver.vue

@ -87,6 +87,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {

2
fe/PDA/pages/task/deliver_detail.vue

@ -173,6 +173,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
//

2
fe/PDA/pages/task/issueByFIFO.vue

@ -42,6 +42,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {}

2
fe/PDA/pages/task/issueNoFIFO.vue

@ -30,6 +30,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {}

2
fe/PDA/pages/task/issue_detail.vue

@ -198,6 +198,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
//

2
fe/PDA/pages/task/putaway.vue

@ -81,6 +81,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {

2
fe/PDA/pages/task/putawayByLocation.vue

@ -31,6 +31,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {

2
fe/PDA/pages/task/putawayNoLocation.vue

@ -31,6 +31,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {

2
fe/PDA/pages/task/putaway_detail.vue

@ -180,6 +180,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
//

2
fe/PDA/pages/task/putawayjob.vue

@ -90,6 +90,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
onLoad() {

2
fe/PDA/pages/task/receipt.vue

@ -107,6 +107,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
filters: {

2
fe/PDA/pages/task/receipt_detail.vue

@ -152,6 +152,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
//

2
fe/PDA/pages/task/receipt_result.vue

@ -136,6 +136,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
onLoad: function(e) {

2
fe/PDA/pages/task/replen.vue

@ -75,6 +75,8 @@
onNavigationBarButtonTap(e) {
if (e.index === 0) {
goHome();
}else if(e.index === 1){
window.location.reload();
}
},
methods: {

Loading…
Cancel
Save