Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
zhanbo.xu
2025-06-18 16:10:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
301983ab493a1485f952451bc4522c6e258cda28
301983ab
1 parent
cb1db431
feat: 新增字段
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
src/views/reportingData/index.vue
src/views/reportingData/index.vue
View file @
301983a
...
...
@@ -156,6 +156,25 @@
</el-select>
</Formitem>
</el-col>
<el-col :span="5">
<Formitem label="申报业务类型" prop="declareBusinessType">
<el-select
type="text"
id="inputInner--declareBusinessType"
v-model="sreachFormData.declareBusinessType"
clearable
placeholder=""
>
<el-option
v-for="(item, index) in $store.getters.dict
.DECLARE_STATISTICS_FLAG"
:key="index"
:label="item.itemChineseName"
:value="item.itemValue"
></el-option>
</el-select>
</Formitem>
</el-col>
</el-row>
</el-form>
</div>
...
...
@@ -364,6 +383,10 @@
</el-tooltip>
</template>
</vxe-column>
<vxe-column
field="declareBusinessType"
title="申报业务类型"
></vxe-column>
<vxe-column field="createTime" title="创建时间"></vxe-column>
<vxe-column
field="orderReceiptStatus"
...
...
Please
register
or
login
to post a comment