modified: .env.development
modified: .env.production
modified: .env.staging
modified: src/api/rawMaterials/reportForInspection.js
modified: src/views/experiment/nonConformingFeedback/index.vue
| | |
| | | ENV = 'development' |
| | | |
| | | # base api |
| | | VUE_APP_BASE_API = 'http://192.168.110.167:1234/' |
| | | VUE_APP_BASE_API = 'http://192.168.110.254:1234/' |
| | |
| | | |
| | | # base api |
| | | # VUE_APP_BASE_API = '/prod-api' |
| | | VUE_APP_BASE_API = 'http://192.168.110.167:1234/' |
| | | VUE_APP_BASE_API = 'http://192.168.110.254:1234/' |
| | | |
| | |
| | | |
| | | # base api |
| | | # VUE_APP_BASE_API = '/stage-api' |
| | | VUE_APP_BASE_API = 'http://192.168.110.167:1234/' |
| | | VUE_APP_BASE_API = 'http://192.168.110.254:1234/' |
| | | |
| | | |
| | |
| | | // 查询所有申请单列表 |
| | | export function getInspectionList(params) { |
| | | return request({ |
| | | url: '/inspection/selectAllInspection', |
| | | url: '/inspection/selectInspectsList', |
| | | method: 'get', |
| | | params |
| | | }) |
| | |
| | | <template> |
| | | <div>不合格反馈</div> |
| | | <div> |
| | | |
| | | 不符合品评审 |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |