@@ -1,5 +1,5 @@
<template>
- <div>
+ <div>
<el-dialog :visible.sync="visible" append-to-body width="50%">
<div class="flex-align-center flex-between mt-10">
<el-input style="width:200px" size="small" suffix-icon="el-icon-search" v-model="param.content.where.condition" placeholder="搜索" @keyup.enter.native="listData(param.content.pageNumber = 1)" @clear="listData(param.content.pageNumber = 1)" clearable></el-input>
@@ -23,6 +23,10 @@
prop="tradefield"
label="领域">
</el-table-column>
+ <el-table-column
+ prop="typemx"
+ label="订单子类型">
+ </el-table-column>
<el-table-column
label="操作"
width="90">
@@ -76,7 +80,7 @@ export default {
this.tableData = res.data
this.total = res.total
this.currentPage = res.pageNumber
-
+
},
handleSizeChange(val) {
// console.log(`每页 ${val} 条`);
@@ -98,4 +102,4 @@ export default {
</script>
<style>
-</style>
+</style>
@@ -114,6 +114,7 @@ export default {
this.form = Object.assign({},this.form,this.data)
this.$nextTick(() => {
this.$refs.order.param.content.sys_enterpriseid = this.form.sys_enterpriseid
+ this.$refs.agent.param.content.where.condition = this.form.enterprisename
})
onSubmit(){
prop="remarks"
label="备注">
@@ -11,7 +11,6 @@
:detailPath="{
path:'/orderdetail'
}"
- :autoQuery="false"
@listData="list">
<template #custom>
<div class="mt-10">
@@ -138,7 +137,7 @@ export default {
tradefieldList:'',
where: {
"condition":"",
- "status" : '提交',
+ "status" : '',
"type" : '',
"tradefield": '',
"writeoffstatus":"",//未核销,已核销,部分核销"invoicestatus":"未开票",//未开票,已开票,部分开票"isreturn":",//是否退回:0,1"ischange":.".//是否变更:0,1
@@ -194,7 +193,7 @@ export default {
this.$refs.basicLayout.listData()
listData(){
- this.$refs.basicLayout.param.content.where.status = '提交'
+ /* this.$refs.basicLayout.param.content.where.status = '提交'*/
}