diff --git a/pages.json b/pages.json
index 944a5a2..e4a21da 100644
--- a/pages.json
+++ b/pages.json
@@ -208,14 +208,6 @@
"navigationStyle": "custom"
}
- }
- ,{
- "path" : "pages/SecondPhase/slitting/ZjSave",
- "style" :
- {
- "navigationStyle": "custom"
- }
-
}
,{
"path" : "pages/SecondPhase/slitting/StockingArea",
diff --git a/pages/SecondPhase/slitting/Cutaxis.vue b/pages/SecondPhase/slitting/Cutaxis.vue
index 3c8aa02..112195a 100644
--- a/pages/SecondPhase/slitting/Cutaxis.vue
+++ b/pages/SecondPhase/slitting/Cutaxis.vue
@@ -47,14 +47,12 @@
- | {{$t('grid.sub-roll-number')}} |
- {{$t('grid.axisposition')}} |
- {{$t('grid.operate')}} |
+ {{$t('grid.axisposition')}} |
+ {{$t('grid.operate')}} |
- | {{e.container_name}} |
{{ options1 | findByValue(e.site)}} |
|
@@ -91,7 +89,6 @@
options1: [{value: '1', text: this.$t('select.uppershaft')}, {value: '2', text: this.$t('select.lowershaft')}],
index1: '1',
current: 0,
- val1: '',
dataList: [],
disabled: false
};
@@ -127,15 +124,7 @@
this.index1 = e.detail.value
},
handleAdd () {
- if (!this.val1.trim()) {
- return
- }
- const index = this.dataList.findIndex(item => item === this.val1)
- if (index !== -1) {
- this.dataList.splice(index, 1)
- }
- this.dataList.push({container_name: this.val1, site: this.index1})
- this.val1 = ''
+ this.dataList.push({site: this.index1})
},
handleDelete (index) {
this.dataList.splice(index, 1)
@@ -164,7 +153,6 @@
this.index = ''
this.index2 = ''
this.options = []
- this.val1 = ''
this.dataList = []
}
}
diff --git a/pages/SecondPhase/slitting/ZjSave.vue b/pages/SecondPhase/slitting/ZjSave.vue
deleted file mode 100644
index d531502..0000000
--- a/pages/SecondPhase/slitting/ZjSave.vue
+++ /dev/null
@@ -1,161 +0,0 @@
-
-
-
-
-
-
-
- {{$t('filter.area')}}
-
-
-
-
-
-
- {{$t('filter.device')}}
-
-
-
-
-
-
- {{$t('filter.point')}}
-
-
-
-
-
-
- {{$t('grid.sub-roll-number')}}
-
-
-
-
-
- {{$t('grid.tip')}}:{{msg}}
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/utils/mork2.js b/utils/mork2.js
index d882fa3..dc6ed29 100644
--- a/utils/mork2.js
+++ b/utils/mork2.js
@@ -37,7 +37,7 @@ export const allAuthority = () => {
{menu_id: '8', title: '分切暂存下料', path: '/pages/SecondPhase/slitting/CacheCut'},
{menu_id: '8', title: '分切暂存管理', path: '/pages/SecondPhase/slitting/CacheClean'},
{menu_id: '8', title: '气胀轴库维护', path: '/pages/SecondPhase/slitting/ShaftSave'},
- {menu_id: '8', title: '分切子卷维护', path: '/pages/SecondPhase/slitting/ZjSave'},
+ // {menu_id: '8', title: '分切子卷维护', path: '/pages/SecondPhase/slitting/ZjSave'},
{menu_id: '8', title: '备货区管理', path: '/pages/SecondPhase/slitting/StockingArea'},
{menu_id: '8', title: 'AGV放行', path: '/pages/SecondPhase/slitting/AGVPass'},
{menu_id: '8', title: '子卷管重维护', path: '/pages/SecondPhase/slitting/SubRollWeight'},