huangfuli 3 anni fa
parent
commit
2bb2f11102

+ 0 - 15
src/views/purchasingManagement/purchaseOrderList.vue

@@ -287,13 +287,6 @@
 
 
       <el-table-column prop="status" label="状态">
       <el-table-column prop="status" label="状态">
         <template slot-scope="scope">
         <template slot-scope="scope">
-          <el-popover
-            placement="left"
-            :width="285"
-            trigger="click"
-            visible-arrow="false"
-            @show="history(scope.row)"
-          >
             <template>
             <template>
               <span slot="reference">
               <span slot="reference">
                 <span
                 <span
@@ -308,7 +301,6 @@
                 {{ scope.row.status }}
                 {{ scope.row.status }}
               </span>
               </span>
             </template>
             </template>
-          </el-popover>
         </template>
         </template>
       </el-table-column>
       </el-table-column>
       <el-table-column
       <el-table-column
@@ -1867,13 +1859,6 @@ export default {
     handleCloe() {
     handleCloe() {
       this.dialogViewSpareMoney = false
       this.dialogViewSpareMoney = false
     },
     },
-    history(row) {
-      billoperatehis({ id: row.id })
-        .toPromise()
-        .then((response) => {
-          this.historyList = response
-        })
-    },
     //查找
     //查找
     find() {
     find() {
       this.currentPage = 1
       this.currentPage = 1

+ 0 - 15
src/views/salesManagement/salesPlanOrderList.vue

@@ -285,13 +285,6 @@
       </el-table-column>
       </el-table-column>
       <el-table-column prop="status" label="状态">
       <el-table-column prop="status" label="状态">
         <template slot-scope="scope">
         <template slot-scope="scope">
-          <el-popover
-            placement="left"
-            :width="285"
-            trigger="click"
-            visible-arrow="false"
-            @show="history(scope.row)"
-          >
             <template>
             <template>
               <span slot="reference">
               <span slot="reference">
                 <span
                 <span
@@ -306,7 +299,6 @@
                 {{ scope.row.status }}
                 {{ scope.row.status }}
               </span>
               </span>
             </template>
             </template>
-          </el-popover>
         </template>
         </template>
       </el-table-column>
       </el-table-column>
       <el-table-column
       <el-table-column
@@ -1824,13 +1816,6 @@ export default {
     handleCloe() {
     handleCloe() {
       this.dialogViewSpareMoney = false
       this.dialogViewSpareMoney = false
     },
     },
-    history(row) {
-      billoperatehis({ id: row.id })
-        .toPromise()
-        .then((response) => {
-          this.historyList = response
-        })
-    },
     async exportlist() {
     async exportlist() {
       const { data } = await export1(
       const { data } = await export1(
         {
         {