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