单据编号拉长

master
Mr.sun 2 years ago
parent 930b59141a
commit a4ff493251
  1. 2
      .env.production
  2. 3
      src/views/libraryManage/inventory/config.js
  3. 1
      vue.config.js

@ -5,4 +5,4 @@ VUE_APP_TITLE = 管理系统
ENV = 'production'
# 管理系统/生产环境
VUE_APP_BASE_API = 'http://120.77.94.227:8030'
VUE_APP_BASE_API = 'http://192.168.7.4:8030'

@ -99,6 +99,7 @@ export function tableConfig() {
{
label: "单据编号",
prop: "invOrderNo",
width:'160px',
istrue: true,
},
// {
@ -452,6 +453,7 @@ export function tableConfig() {
{
label: "单据编号",
prop: "invOrderNo",
width:'160px',
istrue: true,
},
{
@ -582,6 +584,7 @@ export function tableConfig() {
{
label: "单据编号",
prop: "invOrderNo",
width:'160px',
istrue: true,
},
{

@ -35,6 +35,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://127.0.0.1:8031`,
target: `http://127.0.0.1:8031`,
// target: `http://192.168.0.110:8030`,
// target: `http://192.168.0.105:8030`,

Loading…
Cancel
Save