订单列表

This commit is contained in:
徐哼唧L
2023-12-07 16:03:30 +08:00
parent 3eb7b353e6
commit 9900524b67

View File

@@ -49,7 +49,7 @@
<el-input style="width:200px" v-model="MdDataForm.key" placeholder="订单编号/运单编号" clearable></el-input>
</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>
</div>
@@ -58,6 +58,9 @@
<el-form-item>
<el-input style="width:200px" v-model="dataForm.key" placeholder="订单编号/收件人姓名/手机号" clearable></el-input>
</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>
<div class="block">
@@ -557,7 +560,8 @@ export default {
orderInfo: {},
dataForm: {
key: '',
time: ''
time: '',
productName:''
},
PrintSheetList: [],//打印列表
sheetListLoading:false,
@@ -914,6 +918,7 @@ export default {
// }),
data:this.$http.adornData({
"searchKeyWord": this.dataForm.key,
"productName": this.dataForm.productName,
"startTime": this.dataForm.time[0],
"endTime": this.dataForm.time[1],
"orderStatus": this.tabChange.tabActiveName,