工艺定额登录查询
This commit is contained in:
@@ -3,17 +3,17 @@ import axios from 'axios'
|
|||||||
// import store from '../store'
|
// import store from '../store'
|
||||||
// import { getToken } from '@/utils/auth'
|
// import { getToken } from '@/utils/auth'
|
||||||
|
|
||||||
export const wsuri = `ws://192.168.1.231:61101//WebMoudule//websocket`
|
export const wsuri = `ws://192.168.1.212:61101//WebMoudule//websocket`
|
||||||
export const name = `OP8888`
|
export const name = `OP8888`
|
||||||
|
|
||||||
// 创建axios实例
|
// 创建axios实例
|
||||||
export const readFile = `192.168.1.231:8411/webpage/file/` // invoice
|
export const readFile = `192.168.1.212:8411/webpage/file/` // invoice
|
||||||
export const readImg = `192.168.1.231:8411/webpage/img/` // delivery/MS/performancebond
|
export const readImg = `192.168.1.212:8411/webpage/img/` // delivery/MS/performancebond
|
||||||
export const upload = `192.168.1.231:8411/submit/uploadFile.ashx` // ContractInformationManagement
|
export const upload = `192.168.1.212:8411/submit/uploadFile.ashx` // ContractInformationManagement
|
||||||
export const upload2 = `192.168.1.231:8411/submit/upload2.ashx` // delivery
|
export const upload2 = `192.168.1.212:8411/submit/upload2.ashx` // delivery
|
||||||
export const upload3 = `192.168.1.231:8411/submit/upload3.ashx` // performancebond
|
export const upload3 = `192.168.1.212:8411/submit/upload3.ashx` // performancebond
|
||||||
export const uploadInvoiceScan = `192.168.1.231:8411/submit/uploadInvoiceScan.ashx` // invoice
|
export const uploadInvoiceScan = `192.168.1.212:8411/submit/uploadInvoiceScan.ashx` // invoice
|
||||||
export const download = `192.168.1.231:8411/submit/downloadFile.ashx` // ContractInformationManagement
|
export const download = `192.168.1.212:8411/submit/downloadFile.ashx` // ContractInformationManagement
|
||||||
const service = axios.create({
|
const service = axios.create({
|
||||||
|
|
||||||
// baseURL: `http://192.168.1.149:8411/submit/MESCommonBase.ashx`,
|
// baseURL: `http://192.168.1.149:8411/submit/MESCommonBase.ashx`,
|
||||||
|
|||||||
@@ -555,6 +555,7 @@ import {
|
|||||||
searchRecord
|
searchRecord
|
||||||
} from '@/api/ManufacturingCenter/ProcessPlanning'
|
} from '@/api/ManufacturingCenter/ProcessPlanning'
|
||||||
import elInput from 'element-ui/packages/input'
|
import elInput from 'element-ui/packages/input'
|
||||||
|
import { mapGetters } from 'vuex'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
@@ -667,6 +668,14 @@ export default {
|
|||||||
material2: ''
|
material2: ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
computed: {
|
||||||
|
...mapGetters([
|
||||||
|
'sidebar',
|
||||||
|
'avatar',
|
||||||
|
'name',
|
||||||
|
'id'
|
||||||
|
])
|
||||||
|
},
|
||||||
created() {
|
created() {
|
||||||
this.fetchData()
|
this.fetchData()
|
||||||
this.initPerson()
|
this.initPerson()
|
||||||
|
|||||||
@@ -98,6 +98,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { getPerson, mainTable, getPartnames1, getPartnames2, detailInfo, mainTable1, TableAddLi, TableAddLi1 } from '@/api/ManufacturingCenter/QuotaFormulation'
|
import { getPerson, mainTable, getPartnames1, getPartnames2, detailInfo, mainTable1, TableAddLi, TableAddLi1 } from '@/api/ManufacturingCenter/QuotaFormulation'
|
||||||
|
import { mapGetters } from 'vuex'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
@@ -171,6 +172,14 @@ export default {
|
|||||||
timeout: null
|
timeout: null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
computed: {
|
||||||
|
...mapGetters([
|
||||||
|
'sidebar',
|
||||||
|
'avatar',
|
||||||
|
'name',
|
||||||
|
'id'
|
||||||
|
])
|
||||||
|
},
|
||||||
created() {
|
created() {
|
||||||
this.fetchData()
|
this.fetchData()
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user