Browse Source

客户月台

master_hella_20240701
yufei0306 5 months ago
parent
commit
032ab53a24
  1. 30
      .env.wyf
  2. 8
      src/views/wms/basicDataManage/customerManage/customerdock/customerdock.data.ts

30
.env.wyf

@ -3,16 +3,16 @@ NODE_ENV=test
VITE_DEV=false VITE_DEV=false
# 请求路径 # # # 请求路径
VITE_BASE_URL='http://192.168.0.108:12080' # VITE_BASE_URL='http://192.168.0.110:12080'
# 上传路径 # # 上传路径
VITE_UPLOAD_URL='http://192.168.0.108:12080/admin-api/infra/file/upload' # VITE_UPLOAD_URL='http://192.168.0.110:12080/admin-api/infra/file/upload'
# # 请求路径 # 请求路径
# VITE_BASE_URL='http://dev.ccwin-in.com:25300/api' VITE_BASE_URL='http://dev.ccwin-in.com:25300/api'
# # 上传路径 # 上传路径
# VITE_UPLOAD_URL='http://dev.ccwin-in.com:25300/api/admin-api/infra/file/upload' VITE_UPLOAD_URL='http://dev.ccwin-in.com:25300/api/admin-api/infra/file/upload'
# 接口前缀 # 接口前缀
VITE_API_BASEPATH= VITE_API_BASEPATH=
@ -35,17 +35,17 @@ VITE_BASE_PATH=/
# 输出路径 # 输出路径
VITE_OUT_DIR=sfms3.0 VITE_OUT_DIR=sfms3.0
# # 自定义接口路径
# VITE_INTERFACE_URL='http://192.168.0.108:12080/magic/web/index.html'
# # 积木报表请求路径
# VITE_JMREPORT_BASE_URL='http://192.168.0.108:12080'
# 自定义接口路径 # 自定义接口路径
VITE_INTERFACE_URL='http://192.168.0.108:12080/magic/web/index.html' VITE_INTERFACE_URL='http://dev.ccwin-in.com:25310/magic/web/index.html'
# 积木报表请求路径 # 积木报表请求路径
VITE_JMREPORT_BASE_URL='http://192.168.0.108:12080' VITE_JMREPORT_BASE_URL='http://192.168.0.108:12080'
# # 自定义接口路径
# VITE_INTERFACE_URL='http://dev.ccwin-in.com:25310/magic/web/index.html'
# # 积木报表请求路径
# VITE_JMREPORT_BASE_URL='http://dev.ccwin-in.com:25310'
# 租户配置 # 租户配置
VITE_TENANT='["长春","成都"]' VITE_TENANT='["长春","成都"]'

8
src/views/wms/basicDataManage/customerManage/customerdock/customerdock.data.ts

@ -142,7 +142,7 @@ export const Customerdock = useCrudSchemas(reactive<CrudSchema[]>([
form: { form: {
// // labelMessage: '信息提示说明!!!', // // labelMessage: '信息提示说明!!!',
componentProps: { componentProps: {
disabled:true // disabled:true
// isSearchList: true, // 开启查询弹窗 // isSearchList: true, // 开启查询弹窗
// searchListPlaceholder: '请选择库位代码', // 输入框占位文本 // searchListPlaceholder: '请选择库位代码', // 输入框占位文本
// searchField: 'code', // 查询弹窗赋值字段 // searchField: 'code', // 查询弹窗赋值字段
@ -285,9 +285,9 @@ export const CustomerdockRules = reactive({
{ max: 50, message: '不得超过50个字符', trigger: 'blur' }, { max: 50, message: '不得超过50个字符', trigger: 'blur' },
{ validator:validateYS, message: '请输入正确的代码', trigger: 'blur'} { validator:validateYS, message: '请输入正确的代码', trigger: 'blur'}
], ],
defaultLocationCode:[ // defaultLocationCode:[
{ required: true, message: '请选择库位代码', trigger: 'blur' }, // { required: true, message: '请选择库位代码', trigger: 'blur' },
], // ],
name: [ name: [
{ max: 50, message: '不得超过50个字符', trigger: 'blur' } { max: 50, message: '不得超过50个字符', trigger: 'blur' }
], ],

Loading…
Cancel
Save