修改
This commit is contained in:
parent
d12738722c
commit
7e2ee20628
@ -47,8 +47,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -215,13 +215,13 @@ const routes: RouteRecordRaw[] = [
|
|||||||
component: () => import('@/views/biz/device/board.vue'),
|
component: () => import('@/views/biz/device/board.vue'),
|
||||||
meta: { title: '设备状态监控', icon: 'PulseOutline' }
|
meta: { title: '设备状态监控', icon: 'PulseOutline' }
|
||||||
},
|
},
|
||||||
// 入库管理
|
// 入库 管理
|
||||||
// {
|
{
|
||||||
// path: 'biz/stockIn',
|
path: 'biz/stockIn',
|
||||||
// name: 'BizStockIn',
|
name: 'BizStockIn',
|
||||||
// component: () => import('@/views/biz/stockIn/index.vue'),
|
component: () => import('@/views/biz/stockIn/index.vue'),
|
||||||
// meta: { title: '入库管理', icon: 'ArchiveOutline' }
|
meta: { title: '入库管理', icon: 'ArchiveOutline' }
|
||||||
// },
|
},
|
||||||
// 甘特图排产
|
// 甘特图排产
|
||||||
{
|
{
|
||||||
path: 'biz/orderProject/gantt',
|
path: 'biz/orderProject/gantt',
|
||||||
|
|||||||
@ -925,7 +925,8 @@ function issuehand(row:any) {
|
|||||||
function isssavehand() {
|
function isssavehand() {
|
||||||
if(issarr.length > 0){
|
if(issarr.length > 0){
|
||||||
batchIssue({
|
batchIssue({
|
||||||
ncCode:ncid,
|
//ncCode:ncid,
|
||||||
|
id:ncid,
|
||||||
ncCodeList:issarr
|
ncCodeList:issarr
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
message.success('操作成功')
|
message.success('操作成功')
|
||||||
|
|||||||
@ -20,11 +20,12 @@ export default defineConfig({
|
|||||||
port: 3000,
|
port: 3000,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
|
target:'http://192.168.12.12:8888/',
|
||||||
//target:'http://192.168.12.4:8888/',
|
//target:'http://192.168.12.4:8888/',
|
||||||
// target:'http://192.168.12.4:8888/',
|
// target:'http://192.168.12.4:8888/',
|
||||||
//target:'http://192.168.12.230:8888',
|
//target:'http://192.168.12.230:8888',
|
||||||
//target:'http://192.168.5.230:8888',
|
//target:'http://192.168.5.230:8888',
|
||||||
target:'http://192.168.5.232:8888/',
|
//target:'http://192.168.5.232:8888/',
|
||||||
//target:'http://localhost:8888',
|
//target:'http://localhost:8888',
|
||||||
changeOrigin: true
|
changeOrigin: true
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user