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
c0137d6c
Commit
c0137d6c
authored
Oct 16, 2023
by
zhoutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
空运搜索去掉柜号
清关文件显示错误
parent
c3bc9647
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
17 deletions
+3
-17
indexAir.vue
src/views/ecw/box/indexAir.vue
+0
-3
clrDocument.vue
src/views/ecw/box/shippingAir/nodePage/clrDocument.vue
+2
-4
utils.js
src/views/ecw/box/shippingAir/utils.js
+1
-10
No files found.
src/views/ecw/box/indexAir.vue
View file @
c0137d6c
...
@@ -5,9 +5,6 @@
...
@@ -5,9 +5,6 @@
<el-form-item
:label=
"$t('自编号')"
prop=
"selfNo"
>
<el-form-item
:label=
"$t('自编号')"
prop=
"selfNo"
>
<el-input
v-model=
"queryParams.selfNo"
:placeholder=
"$t('请输入自编号')"
clearable
@
keyup.enter.native=
"handleQuery"
/>
<el-input
v-model=
"queryParams.selfNo"
:placeholder=
"$t('请输入自编号')"
clearable
@
keyup.enter.native=
"handleQuery"
/>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('柜号')"
prop=
"cubNo"
>
<el-input
v-model=
"queryParams.cubNo"
:placeholder=
"$t('请输入柜号')"
clearable
@
keyup.enter.native=
"handleQuery"
/>
</el-form-item>
<el-form-item
:label=
"$t('出货渠道')"
prop=
"shippingChannelId"
>
<el-form-item
:label=
"$t('出货渠道')"
prop=
"shippingChannelId"
>
<el-select
v-model=
"queryParams.shippingChannelId"
:placeholder=
"$t('请选择出货渠道')"
>
<el-select
v-model=
"queryParams.shippingChannelId"
:placeholder=
"$t('请选择出货渠道')"
>
<el-option
v-for=
"item in channelList"
:label=
"$l(item, 'name')"
:value=
"item.channelId"
:key=
"item.channelId"
></el-option>
<el-option
v-for=
"item in channelList"
:label=
"$l(item, 'name')"
:value=
"item.channelId"
:key=
"item.channelId"
></el-option>
...
...
src/views/ecw/box/shippingAir/nodePage/clrDocument.vue
View file @
c0137d6c
...
@@ -15,12 +15,10 @@
...
@@ -15,12 +15,10 @@
</
template
>
</
template
>
<
template
v-if=
"cDocObj.cdOutBillType === '2'"
>
<
template
v-if=
"cDocObj.cdOutBillType === '2'"
>
<el-form-item
:label=
"$t('
寄送
时间')"
>
<el-form-item
:label=
"$t('
清关
时间')"
>
<el-date-picker
type=
"datetime"
:placeholder=
"$t('请选择日期')"
v-model=
"cDocObj.cdSendTime"
value-format=
"yyyy-MM-dd HH:mm:ss"
></el-date-picker>
<el-date-picker
type=
"datetime"
:placeholder=
"$t('请选择日期')"
v-model=
"cDocObj.cdSendTime"
value-format=
"yyyy-MM-dd HH:mm:ss"
></el-date-picker>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('快递单号')"
>
<el-input
v-model=
"cDocObj.cdBillNo"
:placeholder=
"$t('请输入快递单号')"
></el-input>
</el-form-item>
</
template
>
</
template
>
<el-form-item
label=
"agent list"
>
<el-form-item
label=
"agent list"
>
...
...
src/views/ecw/box/shippingAir/utils.js
View file @
c0137d6c
...
@@ -758,21 +758,12 @@ function getColmnMapping() {
...
@@ -758,21 +758,12 @@ function getColmnMapping() {
key
:
"
cdAgentlistType
"
,
key
:
"
cdAgentlistType
"
,
type
:
"
isFile
"
,
type
:
"
isFile
"
,
},
},
{
title
:
"
soncap
"
,
key
:
"
cdSoncapType
"
,
type
:
"
isFile
"
,
},
{
{
title
:
i18n
.
$t
(
"
出单方式
"
),
title
:
i18n
.
$t
(
"
出单方式
"
),
key
:
"
cdOutBillType
"
,
key
:
"
cdOutBillType
"
,
type
:
"
billingMethod
"
,
type
:
"
billingMethod
"
,
},
},
{
title
:
i18n
.
$t
(
"
寄送时间
"
),
key
:
"
cdSendTime
"
,
type
:
"
date
"
,
},
{
{
title
:
i18n
.
$t
(
"
业务员
"
),
title
:
i18n
.
$t
(
"
业务员
"
),
key
:
"
operator
"
,
key
:
"
operator
"
,
...
...
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