Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
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
fukai
vue-gjjs
Commits
f036f19a
Commit
f036f19a
authored
Jul 20, 2022
by
Eivi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
betdcr表格完善
parent
5477032e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
4 deletions
+19
-4
Betdcrd.vue
src/views/Business/Betdcr/Betdcrd.vue
+18
-4
index.vue
src/views/Business/Betdcr/index.vue
+1
-0
No files found.
src/views/Business/Betdcr/Betdcrd.vue
View file @
f036f19a
...
...
@@ -130,7 +130,18 @@
</c-col>
<!-- next part -->
<c-col
:span=
"24"
style=
"height: 24px; margin-top: -10px"
>
<c-col>
<c-docpre
:model=
"model"
:argadr=
"{
path:'bedgrp.blk.prsdoc',
grp:'betp',
}"
>
</c-docpre>
</c-col>
<!-- <c-col :span="24" style="height: 24px; margin-top: -10px">
<el-form-item :label="model.betp.docgrdm.docdsclab" class="messageLabel">
<c-button style="float: right" @click="addTableValue" type="primary"
>新增单据</c-button
...
...
@@ -160,7 +171,7 @@
</el-table-column>
<el-table-column label="Document" prop="docnam" width="auto">
<template slot-scope="scope">
<!--
{{
scope
.
row
.
docnam
}}
-->
{{scope.row.docnam}}
<c-select
style="width: 100%"
placeholder="请选择"
...
...
@@ -184,7 +195,7 @@
</template>
</el-table-column>
</c-table>
</c-col>
</c-col>
-->
<!-- <c-col :span="12">
<el-form-item label="Internal Discrepancies" prop="bedgrp.blk.intdis">
<c-input type="textarea" v-model="model.bedgrp.blk.intdis" maxlength="65" show-word-limit placeholder="请输入Internal Discrepancies" ></c-input>
...
...
@@ -251,10 +262,13 @@ import Api from "~/service/Api";
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Betdcr/Event"
;
import
Utils
from
"~/utils"
;
import
Docpre
from
"~/views/Public/Docpre"
;
export
default
{
components
:{
"c-docpre"
:
Docpre
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
props
:
[
"model"
,
"codes"
,
"argadr"
],
mixins
:
[
commonProcess
],
data
()
{
return
{
...
...
src/views/Business/Betdcr/index.vue
View file @
f036f19a
...
...
@@ -104,6 +104,7 @@ export default {
codes
:
{
...
CodeTable
,
},
argadr
:
"argadr"
,
}
},
methods
:{
...
...
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