Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-vue
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
李苏
lxyl-vue
Commits
516ef695
Commit
516ef695
authored
Jul 31, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批号锁定
parent
0c2111d6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
51 deletions
+51
-51
edit.vue
src/views/ccgl/kngl/phsd/edit.vue
+51
-51
No files found.
src/views/ccgl/kngl/phsd/edit.vue
View file @
516ef695
...
@@ -27,10 +27,10 @@
...
@@ -27,10 +27,10 @@
</template>
</template>
<
script
>
<
script
>
import
ph
from
'./ph'
import
ph
from
'./ph'
import
{
//
import {
toFixed
,
//
toFixed,
doRkdChange
//
doRkdChange
}
from
'common/src/utils/blur.js'
//
} from 'common/src/utils/blur.js'
import
{
import
{
editMixin
,
editMixin
,
editMixin_expand
editMixin_expand
...
@@ -122,56 +122,56 @@
...
@@ -122,56 +122,56 @@
],
],
/* 从表编辑数据 */
/* 从表编辑数据 */
editTableTitle
:
[{
//
editTableTitle: [{
title
:
"序号"
,
//
title: "序号",
field
:
"xh"
,
//
field: "xh",
width
:
50
,
//
width: 50,
align
:
"center"
//
align: "center"
},
//
},
{
//
{
title
:
"物料编码"
,
//
title: "物料编码",
field
:
"wlxxCode"
,
//
field: "wlxxCode",
width
:
160
//
width: 160
},
//
},
{
//
{
title
:
"物料名称"
,
//
title: "物料名称",
field
:
"wlxxName"
,
//
field: "wlxxName",
width
:
160
//
width: 160
},
//
},
{
//
{
title
:
"规格"
,
//
title: "规格",
field
:
"wlxxGg"
,
//
field: "wlxxGg",
width
:
140
//
width: 140
},
//
},
{
//
{
title
:
"物料批号"
,
//
title: "物料批号",
field
:
"wlph"
,
//
field: "wlph",
width
:
200
,
//
width: 200,
},
//
},
{
//
{
title
:
"唯一码"
,
//
title: "唯一码",
field
:
"packCode"
,
//
field: "packCode",
width
:
200
,
//
width: 200,
},
//
},
{
//
{
title
:
"容器"
,
//
title: "容器",
field
:
"rqCode"
,
//
field: "rqCode",
width
:
200
,
//
width: 200,
},
//
},
{
//
{
title
:
"工厂"
,
//
title: "工厂",
field
:
"hzName"
,
//
field: "hzName",
width
:
200
,
//
width: 200,
},
//
},
{
//
{
title
:
"制令号"
,
//
title: "制令号",
field
:
"zlh"
,
//
field: "zlh",
width
:
180
,
//
width: 180,
}
//
}
]
//
]
}
}
}
}
}
}
...
...
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