qymljy hace 3 años
padre
commit
48e2e88948
Se han modificado 1 ficheros con 18 adiciones y 0 borrados
  1. 18 0
      src/HDrpManagement/payvoucher/index.vue

+ 18 - 0
src/HDrpManagement/payvoucher/index.vue

@@ -2,6 +2,11 @@
   <div>
     <basicLayout ref="list" formPath="payvoucher" tableName="payvoucherTable" idName="sa_cashbillid" :apiId="{query:20221010102903,del:20221009103203}" :options="options">
       <div slot="custom" style="display:flex">
+        <label class="search__label " style="margin: auto;width: 90px;">营销账户类型:</label>
+        <el-select class="inline-16" @change="selectChange" v-model="selectParam.status" placeholder="请选择状态" size="small" clearable>
+          <el-option :key="1" :value="0" label="新建"></el-option>
+          <el-option :key="2" :value="1" label="审核"></el-option>
+        </el-select>
         <label class="search__label " style="margin: auto;width: 35px;">状态:</label>
         <el-select class="inline-16" @change="selectChange" v-model="selectParam.status" placeholder="请选择状态" size="small" clearable>
           <el-option :key="1" :value="0" label="新建"></el-option>
@@ -59,6 +64,19 @@ export default {
         this.$refs.list.listData()
       })
     },
+    /*营销账户类型*/
+    async accountList(){
+      const res = await this.$api.requested({
+        "id": 20220901092401,
+        "content": {
+          "pageNumber": 1,
+          "pageSize": 20,
+          "where":{
+            "condition":"accountname"
+          }
+        }
+      })
+    },
     selectChange(){
       console.log(this.selectParam)
       if (this.selectParam.status === 0){