|
@@ -26,7 +26,7 @@
|
|
|
"
|
|
|
@selection="selection_change"
|
|
|
><template #table-header="{}">
|
|
|
- <div class="searchBox">
|
|
|
+ <div class="searchBox" style="width:100%">
|
|
|
<el-button
|
|
|
|
|
|
class="btn entry"
|
|
@@ -37,16 +37,28 @@
|
|
|
<el-form
|
|
|
ref="form"
|
|
|
:model="parmValue"
|
|
|
- label-width="80px"
|
|
|
+
|
|
|
size="medium "
|
|
|
class="form"
|
|
|
>
|
|
|
- <el-row>
|
|
|
- <el-col :span="5">
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="8" style="width: 313px">
|
|
|
+ <el-form-item>
|
|
|
+ <period-date-picker
|
|
|
+ :start="parmValue.platform_time_start"
|
|
|
+ :end="parmValue.platform_time_end"
|
|
|
+ :placeholder="'下单'"
|
|
|
+ :width="'135px'"
|
|
|
+ :size="searchSize"
|
|
|
+ @timeReturned="platformTime"
|
|
|
+ />
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="4">
|
|
|
<el-form-item
|
|
|
- label="销售方"
|
|
|
+
|
|
|
prop="status"
|
|
|
- label-width="100px"
|
|
|
+
|
|
|
>
|
|
|
<el-select
|
|
|
@change="
|
|
@@ -68,11 +80,11 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="5">
|
|
|
+ <el-col :span="6">
|
|
|
<el-form-item
|
|
|
- label="平台订单号"
|
|
|
+
|
|
|
prop="platform_code"
|
|
|
- label-width="110px"
|
|
|
+
|
|
|
>
|
|
|
<el-input
|
|
|
v-model="parmValue.platform_code"
|
|
@@ -85,18 +97,8 @@
|
|
|
></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="10">
|
|
|
- <el-form-item label="平台下单时间" label-width="120px">
|
|
|
- <period-date-picker
|
|
|
- :start="parmValue.platform_time_start"
|
|
|
- :end="parmValue.platform_time_end"
|
|
|
- :width="'135px'"
|
|
|
- :size="searchSize"
|
|
|
- @timeReturned="platformTime"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :span="3">
|
|
|
+
|
|
|
+ <el-col :span="3" class="fr" style="width:140px">
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="primary"
|
|
@@ -106,7 +108,7 @@
|
|
|
>批量关联库存</el-button
|
|
|
>
|
|
|
</el-col>
|
|
|
- <el-col :span="1">
|
|
|
+ <el-col :span="3" class="fr" style="width:66px">
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="primary"
|
|
@@ -121,16 +123,28 @@
|
|
|
<el-form
|
|
|
ref="form"
|
|
|
:model="parmValue"
|
|
|
- label-width="80px"
|
|
|
+
|
|
|
size="medium "
|
|
|
class="form"
|
|
|
>
|
|
|
- <el-row justify="space-around">
|
|
|
- <el-col :span="5">
|
|
|
+ <el-row justify="space-around" :gutter="20">
|
|
|
+ <el-col :span="8" style="width: 313px">
|
|
|
+ <el-form-item >
|
|
|
+ <period-date-picker
|
|
|
+ :start="parmValue.addtime_start"
|
|
|
+ :end="parmValue.addtime_end"
|
|
|
+ :placeholder="'导入'"
|
|
|
+ :width="'135px'"
|
|
|
+ :size="searchSize"
|
|
|
+ @timeReturned="addtime"
|
|
|
+ />
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="4">
|
|
|
<el-form-item
|
|
|
- label="PO编号"
|
|
|
+
|
|
|
prop="po_code"
|
|
|
- label-width="100px"
|
|
|
+
|
|
|
>
|
|
|
<el-input
|
|
|
v-model="parmValue.po_code"
|
|
@@ -143,11 +157,11 @@
|
|
|
></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="5">
|
|
|
+ <el-col :span="6">
|
|
|
<el-form-item
|
|
|
- label="平台商品编号"
|
|
|
+
|
|
|
prop="plat_code"
|
|
|
- label-width="110px"
|
|
|
+
|
|
|
>
|
|
|
<el-input
|
|
|
v-model="parmValue.plat_code"
|
|
@@ -160,18 +174,8 @@
|
|
|
></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="10">
|
|
|
- <el-form-item label="导入时间" label-width="120px">
|
|
|
- <period-date-picker
|
|
|
- :start="parmValue.addtime_start"
|
|
|
- :end="parmValue.addtime_end"
|
|
|
- :width="'135px'"
|
|
|
- :size="searchSize"
|
|
|
- @timeReturned="addtime"
|
|
|
- />
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :span="3">
|
|
|
+
|
|
|
+ <el-col :span="3" class="fr" style="width:140px">
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
icon="el-icon-download"
|
|
@@ -182,7 +186,7 @@
|
|
|
></el-button
|
|
|
>
|
|
|
</el-col>
|
|
|
- <el-col :span="1">
|
|
|
+ <el-col :span="3" class="fr" style="width:66px">
|
|
|
<el-button
|
|
|
icon="el-icon-refresh-right"
|
|
|
class="btn"
|
|
@@ -462,16 +466,16 @@ export default {
|
|
|
box-sizing: border-box;
|
|
|
// padding-top: 15px;
|
|
|
// margin-top: 20px;
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
+ // display: flex;
|
|
|
+ // flex-wrap: wrap;
|
|
|
}
|
|
|
.form {
|
|
|
width: 100%;
|
|
|
- padding-left: 50px;
|
|
|
+ padding-left: 90px;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.el-row {
|
|
|
- display: flex;
|
|
|
+ // display: flex;
|
|
|
}
|
|
|
/deep/ .el-input__inner {
|
|
|
height: 36px;
|
|
@@ -482,6 +486,7 @@ export default {
|
|
|
margin-left: 0px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
+ float: right;
|
|
|
}
|
|
|
.tableBox {
|
|
|
width: 100%;
|