Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
Project
Project
Details
Activity
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
ximai
mes-pad
Commits
72eea060
Commit
72eea060
authored
Aug 03, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
把这个报工人挪到打印那里,把是否打印挪下来
parent
f28be2a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
13 deletions
+18
-13
index.vue
pages/mes/prodReport/index.vue
+18
-13
No files found.
pages/mes/prodReport/index.vue
View file @
72eea060
...
@@ -414,8 +414,8 @@
...
@@ -414,8 +414,8 @@
v-model=
"feedback.feedbackTime"
/>
v-model=
"feedback.feedbackTime"
/>
</u-form-item>
</u-form-item>
</u-col>
</u-col>
<u-col
span=
"6"
>
<u-col
span=
"6"
v-if=
"feedback.taskType&&feedback.taskType===3"
>
<u-form-item
label=
"是否关单:"
prop=
"closeType"
v-if=
"feedback.taskType&&feedback.taskType===3"
>
<u-form-item
label=
"是否关单:"
prop=
"closeType"
>
<view
class=
"uni-list-item__extra"
>
<view
class=
"uni-list-item__extra"
>
<u-radio-group
v-model=
"feedback.closeType"
>
<u-radio-group
v-model=
"feedback.closeType"
>
<u-radio
:name=
"1"
>
是
</u-radio>
<u-radio
:name=
"1"
>
是
</u-radio>
...
@@ -423,7 +423,15 @@
...
@@ -423,7 +423,15 @@
</u-radio-group>
</u-radio-group>
</view>
</view>
</u-form-item>
</u-form-item>
<u-form-item
label=
"打印:"
prop=
"whether"
v-else
>
</u-col>
<u-col
:span=
"6"
v-if=
"!feedback.taskType || feedback.taskType!==3"
>
<u-form-item
label=
"报工人:"
prop=
"nickName"
>
<u-input
v-model=
"feedback.nickName"
></u-input>
<u-button
@
tap=
"getCode(feedback)"
type=
"success"
size=
"mini"
>
报工人员
</u-button>
</u-form-item>
</u-col>
<u-col
span=
"6"
v-if=
"!feedback.taskType || feedback.taskType!==3"
>
<u-form-item
label=
"打印:"
prop=
"whether"
>
<view
class=
"uni-list-item__extra"
>
<view
class=
"uni-list-item__extra"
>
<u-radio-group
v-model=
"feedback.whether"
>
<u-radio-group
v-model=
"feedback.whether"
>
<u-radio
:name=
"1"
>
是
</u-radio>
<u-radio
:name=
"1"
>
是
</u-radio>
...
@@ -432,15 +440,7 @@
...
@@ -432,15 +440,7 @@
</view>
</view>
</u-form-item>
</u-form-item>
</u-col>
</u-col>
</u-row>
<u-row
v-if=
"!feedback.taskType || feedback.taskType!==3"
>
<u-col
:span=
"6"
>
<u-form-item
label=
"报工人:"
prop=
"nickName"
>
<u-input
v-model=
"feedback.nickName"
></u-input>
<u-button
@
tap=
"getCode(feedback)"
type=
"success"
size=
"mini"
>
报工人员
</u-button>
</u-form-item>
</u-col>
</u-row>
<!-- <u-row> -->
<!-- <u-row> -->
<!-- <u-col span="3" width: max-content>
<!-- <u-col span="3" width: max-content>
...
@@ -462,7 +462,7 @@
...
@@ -462,7 +462,7 @@
</view> -->
</view> -->
<
!-- </u-row> --
>
<
/u-row
>
</u-form>
</u-form>
</view>
</view>
</view>
</view>
...
@@ -2467,6 +2467,11 @@ export default {
...
@@ -2467,6 +2467,11 @@ export default {
this
.
$set
(
this
.
feedbackForms
[
index
],
'mergePack'
,
this
.
copyFeedBackForms
[
index
].
mergePack
);
this
.
$set
(
this
.
feedbackForms
[
index
],
'mergePack'
,
this
.
copyFeedBackForms
[
index
].
mergePack
);
console
.
log
(
this
.
feedbackForms
[
index
],
'889row'
);
console
.
log
(
this
.
feedbackForms
[
index
],
'889row'
);
}
}
row
.
tableDirectiveData
=
[];
row
.
tableSizeData
=
[]
row
.
tableOrderData
=
[];
row
.
listTabPro
=
[
];
console
.
log
(
88999
);
console
.
log
(
88999
);
}
}
});
});
...
...
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