|
@@ -29,16 +29,6 @@
|
|
|
<el-row style="padding: 0 0 0 80px">
|
|
|
<el-col :span="24">
|
|
|
<!-- 时间区间 -->
|
|
|
- <!-- <el-col :span="6" style="width: 303px; padding: 0 0 0 0px">
|
|
|
- <period-date-picker
|
|
|
- :type="1"
|
|
|
- :width="'135px'"
|
|
|
- :size="searchSize"
|
|
|
- :start="parmValue.start"
|
|
|
- :end="parmValue.end"
|
|
|
- @timeReturned="handleTime"
|
|
|
- />
|
|
|
- </el-col> -->
|
|
|
|
|
|
<el-col :span="4" style="margin-right:10px">
|
|
|
<el-input v-model="parmValue.saleReturnChildCode" placeholder="售前退货工单编号" size="mini" clearable @change="pageInfo.curr=1;parmValue.page=1;searchList()" />
|