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
zhouhui.jiang
2025-02-11 09:58:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c41f04d0c61ff508a90f8a4c7ed025a38020423d
c41f04d0
1 parent
fa6ceca8
将运单编号,更改为物流运单编号
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
15 deletions
src/views/exportTransportBillQuery/index.vue
src/views/exportTransportDetail/index.vue
src/views/reportingData/index.vue
src/views/exportTransportBillQuery/index.vue
View file @
c41f04d
...
...
@@ -10,7 +10,7 @@
<el-row class="row-border">
<!-- 运单编号 -->
<el-col :span="5">
<Formitem label="运单编号" prop="logisticsNo">
<Formitem label="
物流
运单编号" prop="logisticsNo">
<FormTextareaInput
:formData="sreachFormData"
dataKey="logisticsNo"
...
...
@@ -133,7 +133,7 @@
@popoverClose="popoverClose"
>
<div slot="title">
<span style="font-weight: 700; color: #515a6e">运单编号:</span
<span style="font-weight: 700; color: #515a6e">
物流
运单编号:</span
>{{ scope.row.logisticsNo }}
</div>
<div slot="buttonLabel">
...
...
@@ -181,7 +181,7 @@ export default {
slot: true,
},
{
name: "运单编号",
name: "
物流
运单编号",
value: "logisticsNo",
width: "",
align: "left",
...
...
src/views/exportTransportDetail/index.vue
View file @
c41f04d
...
...
@@ -17,7 +17,7 @@
<el-row :gutter="5">
<!-- 运单编号 -->
<el-col :span="3">
<Formitem label="运单编号" prop="logisticsNo">
<Formitem label="
物流
运单编号" prop="logisticsNo">
<el-input
type="text"
class="inputShadow"
...
...
src/views/reportingData/index.vue
View file @
c41f04d
...
...
@@ -23,6 +23,16 @@
></el-input>
</Formitem>
</el-col>
<!-- 物流运单编号 -->
<el-col :span="5">
<Formitem label="物流运单编号" prop="logisticsNo">
<FormTextareaInput
:formData="sreachFormData"
dataKey="logisticsNo"
@formChange="formChange"
/>
</Formitem>
</el-col>
<!-- 订单编号 -->
<el-col :span="5">
<Formitem label="订单编号" prop="orderNo">
...
...
@@ -37,16 +47,7 @@
></el-input>
</Formitem>
</el-col>
<!-- 运单编号 -->
<el-col :span="5">
<Formitem label="运单编号" prop="logisticsNo">
<FormTextareaInput
:formData="sreachFormData"
dataKey="logisticsNo"
@formChange="formChange"
/>
</Formitem>
</el-col>
<!-- 创建时间 -->
<el-col :span="5">
<Formitem label="创建时间" prop="createTime" :activeType="true">
...
...
@@ -404,7 +405,7 @@ export default {
align: "left",
},
{
name: "物流运单号",
name: "物流运单
编
号",
value: "logisticsWaybillNumber",
width: "",
align: "left",
...
...
Please
register
or
login
to post a comment