Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
191bceab
Commit
191bceab
authored
Jul 10, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字段修改
parent
bd8c1972
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
index.vue
src/views/ecw/warehouse/index.vue
+4
-3
No files found.
src/views/ecw/warehouse/index.vue
View file @
191bceab
...
...
@@ -323,7 +323,8 @@
</el-select>
</el-form-item>
<el-form-item
:label=
"$t('是否支持控货')"
>
<el-radio-group
v-model=
"lineform.controlstatus"
>
<el-radio-group
v-model=
"lineform.controlStatus"
>
<el-radio
:label=
"0"
>
支持
</el-radio>
<el-radio
:label=
"1"
>
不支持
</el-radio>
</el-radio-group>
...
...
@@ -548,7 +549,7 @@ export default {
// 表单参数
form
:
{
checkList
:[],},
ladingform
:
{
prefixCounter
:
null
,
titleZh
:
null
,
contentZh
:
null
,
account
:
null
,
acctArr
:[]},
lineform
:
{
otherService
:[],
isClientShow
:
1
,
makeBillNode
:
'
2
'
,
control
s
tatus
:
0
,
currencyUnit
:
''
},
lineform
:
{
otherService
:[],
isClientShow
:
1
,
makeBillNode
:
'
2
'
,
control
S
tatus
:
0
,
currencyUnit
:
''
},
startName
:
''
,
destName
:
''
,
...
...
@@ -874,7 +875,7 @@ export default {
otherService
:
otherService
.
join
(
'
,
'
),
makeBillNode
:
this
.
lineform
.
makeBillNode
,
isClientShow
:
this
.
lineform
.
isClientShow
,
control
status
:
this
.
lineform
.
controls
tatus
,
control
Status
:
this
.
lineform
.
controlS
tatus
,
currencyUnit
:
this
.
lineform
.
currencyUnit
}).
then
(
res
=>
{
this
.
$modal
.
msgSuccess
(
this
.
$t
(
"
操作成功
"
));
...
...
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