zhouhao 2 éve
szülő
commit
396e44acc1

+ 12 - 12
src/views/sales_control/sales_management/components/customer_sales_details.vue

@@ -10,13 +10,13 @@
       <!--        </div>-->
       <!--      </template>-->
       <template #events>
-        <div v-if="details.status==1||details.status==2">
+        <div v-if="details.status==1">
           <el-button type="primary" size="mini" @click="handleInform(2)">通知发货</el-button>
         </div>
 <!--        <div v-if=" details.status==2">-->
 <!--          <el-button type="primary" size="mini" @click="handleInform(3)">发货</el-button>-->
 <!--        </div>-->
-        <div v-if="details.status==3">
+        <div v-if="details.status==2">
           <el-button size="mini">撤销发货</el-button>
         </div>
         <div v-if="isFront===false && details.status==2">
@@ -129,16 +129,16 @@ export default {
           label: '数量',
           width: '180'
         },
-        {
-          prop: 'volume',
-          label: '体积',
-          width: '180'
-        },
-        {
-          prop: 'totalVolume',
-          label: '总体积',
-          width: '180'
-        },
+        // {
+        //   prop: 'volume',
+        //   label: '体积',
+        //   width: '180'
+        // },
+        // {
+        //   prop: 'totalVolume',
+        //   label: '总体积',
+        //   width: '180'
+        // },
         {
           prop: 'notes',
           label: '备注',

+ 2 - 0
src/views/sales_control/sales_management/components/customer_sales_form.vue

@@ -146,6 +146,8 @@ export default {
     },
     confirm(selected) {
       console.log(selected)
+      console.log(this.$refs.dia)
+      return
       this.dataList = selected
       this.$refs.header.screenForm.customerName = this.dataList[0].customerName
       this.$refs.header.screenForm.customerNumber = this.dataList[0].customerNumber