Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wms
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wuhao
wms
Commits
14d5c9ff
Commit
14d5c9ff
authored
Jul 25, 2023
by
krysent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
单边厚度
parent
9e0003e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
fields.js
src/pages/craft/Materiel/fields.js
+8
-8
index.jsx
src/pages/craft/Materiel/index.jsx
+5
-5
No files found.
src/pages/craft/Materiel/fields.js
View file @
14d5c9ff
...
...
@@ -101,14 +101,14 @@ export default {
required
:
false
,
precision
:
3
,
},
unilateralThickness
:
{
value
:
0
,
type
:
"inputnumber"
,
title
:
"单边厚度"
,
name
:
[
"unilateralThickness"
],
required
:
false
,
precision
:
3
,
},
//
unilateralThickness: {
//
value: 0,
//
type: "inputnumber",
//
title: "单边厚度",
//
name: ["unilateralThickness"],
//
required: false,
//
precision: 3,
//
},
shopSign
:
{
value
:
null
,
type
:
"input"
,
...
...
src/pages/craft/Materiel/index.jsx
View file @
14d5c9ff
...
...
@@ -254,11 +254,11 @@ const Materiel = (props) => {
valueType
:
"digit"
,
key
:
"sheetThickness"
,
},
{
title
:
"单边厚度"
,
dataIndex
:
"unilateralThickness"
,
key
:
"unilateralThickness"
,
},
//
{
//
title: "单边厚度",
//
dataIndex: "unilateralThickness",
//
key: "unilateralThickness",
//
},
{
title
:
"默认库区"
,
...
...
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