ysy hai 1 ano
pai
achega
8a493b0b37
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      src/views/saleOrder/index.vue

+ 4 - 4
src/views/saleOrder/index.vue

@@ -62,7 +62,7 @@
         <template v-slot:action="{ row }">
           <template>
             <el-link
-              v-if="row.orderSource != 1"
+              v-if="row.orderSource != 1 && row.activeName == 'first'"
               type="primary"
               :underline="false"
               icon="el-icon-edit"
@@ -72,7 +72,7 @@
             </el-link>
 
             <el-popconfirm
-              v-if="row.orderSource != 1 "
+              v-if="row.orderSource != 1 && row.activeName == 'first'"
               class="ele-action"
               title="确定要删除此销售订单吗?"
               @confirm="remove(row)"
@@ -218,13 +218,13 @@ import { Alert } from 'element-ui';
 
           {
             prop: 'productSumWeight',
-            label: '合同重量',
+            label: '订单重量',
             align: 'center',
             slot: 'productSumWeight'
           },
           {
             prop: 'contractNum',
-            label: this.clientEnvironmentId == '4' ? '交付数量' : '合同数量',
+            label: this.clientEnvironmentId == '4' ? '交付数量' : '订单数量',
             align: 'center'
           },
           {