Showing
4 changed files
with
8 additions
and
8 deletions
| @@ -153,7 +153,7 @@ | @@ -153,7 +153,7 @@ | ||
| 153 | </template> | 153 | </template> |
| 154 | 154 | ||
| 155 | <script> | 155 | <script> |
| 156 | -import { createApi, loadOrderApi } from '@/api/change_list.js' | 156 | +import { createApi, loadOrderApi } from '@/api/revoke_list.js' |
| 157 | import Product from './product.vue' | 157 | import Product from './product.vue' |
| 158 | import SingleSelectSheet from '@/components/single-select/index.vue' | 158 | import SingleSelectSheet from '@/components/single-select/index.vue' |
| 159 | import RelateSelectSheet from '@/components/relate-select/index.vue' | 159 | import RelateSelectSheet from '@/components/relate-select/index.vue' |
| @@ -161,7 +161,7 @@ import { getDicName } from '@/utils/dic.js' | @@ -161,7 +161,7 @@ import { getDicName } from '@/utils/dic.js' | ||
| 161 | import { getDicByCodes } from '@/utils/dic' | 161 | import { getDicByCodes } from '@/utils/dic' |
| 162 | 162 | ||
| 163 | export default { | 163 | export default { |
| 164 | - name: 'ChangeListAdd', | 164 | + name: 'RevokeListAdd', |
| 165 | components: { Product, SingleSelectSheet, RelateSelectSheet }, | 165 | components: { Product, SingleSelectSheet, RelateSelectSheet }, |
| 166 | data() { | 166 | data() { |
| 167 | return { | 167 | return { |
| @@ -55,7 +55,7 @@ | @@ -55,7 +55,7 @@ | ||
| 55 | </template> | 55 | </template> |
| 56 | 56 | ||
| 57 | <script> | 57 | <script> |
| 58 | -import { getDetailApi, cancelApi, confirmApi } from '@/api/change_list.js' | 58 | +import { getDetailApi, cancelApi, confirmApi } from '@/api/revoke_list.js' |
| 59 | import Product from './product.vue' | 59 | import Product from './product.vue' |
| 60 | import DetailButtons from '@/components/detail-buttons/index.vue' | 60 | import DetailButtons from '@/components/detail-buttons/index.vue' |
| 61 | import { | 61 | import { |
| @@ -66,7 +66,7 @@ import { | @@ -66,7 +66,7 @@ import { | ||
| 66 | } from '@/utils/dic' | 66 | } from '@/utils/dic' |
| 67 | 67 | ||
| 68 | export default { | 68 | export default { |
| 69 | - name: 'ChangeListDetail', | 69 | + name: 'RevokeListDetail', |
| 70 | components: { Product, DetailButtons }, | 70 | components: { Product, DetailButtons }, |
| 71 | data() { | 71 | data() { |
| 72 | return { | 72 | return { |
| @@ -149,14 +149,14 @@ | @@ -149,14 +149,14 @@ | ||
| 149 | </template> | 149 | </template> |
| 150 | 150 | ||
| 151 | <script> | 151 | <script> |
| 152 | -import { getDetailApi, updateApi } from '@/api/change_list.js' | 152 | +import { getDetailApi, updateApi } from '@/api/revoke_list.js' |
| 153 | import Product from './product.vue' | 153 | import Product from './product.vue' |
| 154 | import SingleSelectSheet from '@/components/single-select/index.vue' | 154 | import SingleSelectSheet from '@/components/single-select/index.vue' |
| 155 | import { getDicName } from '@/utils/dic.js' | 155 | import { getDicName } from '@/utils/dic.js' |
| 156 | import { getDicByCodes } from '@/utils/dic' | 156 | import { getDicByCodes } from '@/utils/dic' |
| 157 | 157 | ||
| 158 | export default { | 158 | export default { |
| 159 | - name: 'ChangeListModify', | 159 | + name: 'RevokeListModify', |
| 160 | components: { Product, SingleSelectSheet }, | 160 | components: { Product, SingleSelectSheet }, |
| 161 | data() { | 161 | data() { |
| 162 | return { | 162 | return { |
| @@ -53,7 +53,7 @@ | @@ -53,7 +53,7 @@ | ||
| 53 | </template> | 53 | </template> |
| 54 | 54 | ||
| 55 | <script> | 55 | <script> |
| 56 | -import { getDetailApi } from '@/api/change_list.js' | 56 | +import { getDetailApi } from '@/api/revoke_list.js' |
| 57 | import Product from './product.vue' | 57 | import Product from './product.vue' |
| 58 | import { | 58 | import { |
| 59 | getDicName | 59 | getDicName |
| @@ -63,7 +63,7 @@ import { | @@ -63,7 +63,7 @@ import { | ||
| 63 | } from '@/utils/dic' | 63 | } from '@/utils/dic' |
| 64 | 64 | ||
| 65 | export default { | 65 | export default { |
| 66 | - name: 'ChangeListViewer', | 66 | + name: 'RevokeListViewer', |
| 67 | components: { Product }, | 67 | components: { Product }, |
| 68 | props: { id: { type: [String, Number], default: '' } }, | 68 | props: { id: { type: [String, Number], default: '' } }, |
| 69 | data() { | 69 | data() { |