Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
weiqiao-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
金民
weiqiao-vue
Commits
3fa94ff2
Commit
3fa94ff2
authored
Mar 25, 2026
by
齐伟伦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
关闭官网代码
修改实收数量应收数量不显示的问题 新增捆号字段
parent
f893bed0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
6 deletions
+19
-6
xjrsoft-vue3/.env.production
+1
-1
xjrsoft-vue3/.env.test
+1
-1
xjrsoft-vue3/src/views/ckgl/cgdh/components/config.ts
+4
-4
xjrsoft-vue3/src/views/scgl/bgjl/components/config.ts
+13
-0
No files found.
xjrsoft-vue3/.env.production
View file @
3fa94ff2
...
...
@@ -44,7 +44,7 @@ VITE_GLOB_API_URL_PREFIX =
VITE_USE_PWA = false
# 是否启用官网代码
VITE_GLOB_PRODUCTION =
tru
e
VITE_GLOB_PRODUCTION =
fals
e
# 帆软服务地址
VITE_GLOB_FINE_REPORT_URL = http://127.0.0.1:8075
xjrsoft-vue3/.env.test
View file @
3fa94ff2
...
...
@@ -44,7 +44,7 @@ VITE_GLOB_API_URL_PREFIX =
VITE_USE_PWA
=
false
# 是否启用官网代码
VITE_GLOB_PRODUCTION
=
tru
e
VITE_GLOB_PRODUCTION
=
fals
e
# 帆软服务地址
VITE_GLOB_FINE_REPORT_URL
=
http
://
127.0
.
0.1
:
8075
xjrsoft-vue3/src/views/ckgl/cgdh/components/config.ts
View file @
3fa94ff2
...
...
@@ -1200,7 +1200,7 @@ export const formProps: FormProps = {
key
:
'36635cbf40d14baf96358f8fa129ce0f'
,
title
:
'实收数量'
,
dataIndex
:
'sssl'
,
componentType
:
'
Computation
'
,
componentType
:
'
Input
'
,
defaultValue
:
0
,
componentProps
:
{
span
:
''
,
...
...
@@ -1229,7 +1229,7 @@ export const formProps: FormProps = {
key
:
'5e4377f941cd450ba40bbc1f9d26ff27'
,
title
:
'应收数量'
,
dataIndex
:
'yssl'
,
componentType
:
'
Computation
'
,
componentType
:
'
Input
'
,
defaultValue
:
0
,
componentProps
:
{
span
:
''
,
...
...
@@ -1614,7 +1614,7 @@ export const formButtons = [
index
:
2
,
type
:
1
,
},
{
/*
{
key: 'cancel',
code: 'cancel',
name: '取消',
...
...
@@ -1623,7 +1623,7 @@ export const formButtons = [
isShow: true,
index: 1,
type: 1,
},
},
*/
{
key
:
'reset'
,
code
:
'reset'
,
...
...
xjrsoft-vue3/src/views/scgl/bgjl/components/config.ts
View file @
3fa94ff2
...
...
@@ -112,6 +112,19 @@ export const columns: BasicColumn[] = [
{
resizable
:
true
,
dataIndex
:
'kh'
,
title
:
'捆号'
,
componentType
:
'input'
,
fixed
:
false
,
sorter
:
true
,
styleConfig
:
undefined
,
listStyle
:
''
,
},
{
resizable
:
true
,
dataIndex
:
'bgsl'
,
title
:
'报工数量'
,
componentType
:
'number'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment