订单列表
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
<el-input style="width:200px" v-model="MdDataForm.key" placeholder="订单编号/运单编号" clearable></el-input>
|
<el-input style="width:200px" v-model="MdDataForm.key" placeholder="订单编号/运单编号" clearable></el-input>
|
||||||
</el-form-item> -->
|
</el-form-item> -->
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-button @click="getPrintSheetList()">查询</el-button>
|
<el-button @click="pageIndex = 1;getPrintSheetList()">查询</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
@@ -58,6 +58,9 @@
|
|||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-input style="width:200px" v-model="dataForm.key" placeholder="订单编号/收件人姓名/手机号" clearable></el-input>
|
<el-input style="width:200px" v-model="dataForm.key" placeholder="订单编号/收件人姓名/手机号" clearable></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
<!-- <el-form-item>
|
||||||
|
<el-input style="width:100px" v-model="dataForm.productName" placeholder="商品名称" clearable></el-input>
|
||||||
|
</el-form-item> -->
|
||||||
<!-- 按时间筛选 -->
|
<!-- 按时间筛选 -->
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<div class="block">
|
<div class="block">
|
||||||
@@ -557,7 +560,8 @@ export default {
|
|||||||
orderInfo: {},
|
orderInfo: {},
|
||||||
dataForm: {
|
dataForm: {
|
||||||
key: '',
|
key: '',
|
||||||
time: ''
|
time: '',
|
||||||
|
productName:''
|
||||||
},
|
},
|
||||||
PrintSheetList: [],//打印列表
|
PrintSheetList: [],//打印列表
|
||||||
sheetListLoading:false,
|
sheetListLoading:false,
|
||||||
@@ -914,6 +918,7 @@ export default {
|
|||||||
// }),
|
// }),
|
||||||
data:this.$http.adornData({
|
data:this.$http.adornData({
|
||||||
"searchKeyWord": this.dataForm.key,
|
"searchKeyWord": this.dataForm.key,
|
||||||
|
"productName": this.dataForm.productName,
|
||||||
"startTime": this.dataForm.time[0],
|
"startTime": this.dataForm.time[0],
|
||||||
"endTime": this.dataForm.time[1],
|
"endTime": this.dataForm.time[1],
|
||||||
"orderStatus": this.tabChange.tabActiveName,
|
"orderStatus": this.tabChange.tabActiveName,
|
||||||
|
|||||||
Reference in New Issue
Block a user