From 2518e47a3ac999978fbf14612c967c3bbf421d25 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期五, 17 十一月 2023 13:31:46 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/plan/customerorder/index.vue |  171 +++++++++++++++++++++++++++++++-------------------------
 1 files changed, 94 insertions(+), 77 deletions(-)

diff --git a/src/views/plan/customerorder/index.vue b/src/views/plan/customerorder/index.vue
index 5541cc9..1c1af1d 100644
--- a/src/views/plan/customerorder/index.vue
+++ b/src/views/plan/customerorder/index.vue
@@ -67,20 +67,20 @@
               >
             </el-dropdown-menu>
           </el-dropdown>
-          <el-button
+          <!-- <el-button
             v-if="permissions.customerorder_ifs_line"
             style="margin-left:10px;"
             type="primary"
             @click="pullIfsLineNo"
             >鑾峰彇OTC琛屽彿</el-button
-          >
-          <el-button
+          > -->
+          <!-- <el-button
             v-if="permissions.customerorder_push_otc"
             style="margin-left:10px;"
             type="primary"
             @click="pushOtc"
             >鎺ㄩ�丱TC</el-button
-          >
+          > -->
           <!-- <el-button
             style="margin-left:10px;"
             type="primary"
@@ -93,13 +93,13 @@
             @click="exportStandBook"
             >瀵煎嚭鍙拌处</el-button
           > -->
-          <el-button
+          <!-- <el-button
             v-if="permissions.plan_customerorder_return"
             style="margin-left:10px;"
             type="primary"
             @click="returnOrder"
             >璁㈠崟閫�鍥�</el-button
-          >
+          > -->
         </template>
       </ttable>
 
@@ -250,18 +250,18 @@
       </el-dialog>
     </basic-container>
 
-    <el-dialog title="閫夋嫨鍚屾鏃ユ湡" :visible.sync="syncDateVisible" width="30%">
+    <el-dialog title="閫夋嫨鍚屾鏃ユ湡" :visible.sync="syncDateVisible" width="20%">
       <div style="display: flex;justify-content: center">
-        <el-date-picker
-          v-model="syncDate"
-          type="daterange"
-          value-format="yyyy-MM-dd"
-          range-separator="鑷�"
-          start-placeholder="寮�濮嬫棩鏈�"
-          end-placeholder="缁撴潫鏃ユ湡"
-          :picker-options="pickerOptions"
-        >
-        </el-date-picker>
+        <el-form :model="dataForm" :inline="true" :rules="dataRule" ref="dataForm" class="l-mes">
+          <el-form-item label="鏃ユ湡" prop="selectTime">
+            <el-date-picker
+              v-model="dataForm.selectTime"
+              type="datetime"
+              placeholder="閫夋嫨鏃ユ湡鏃堕棿"
+              value-format="yyyy-MM-dd HH:mm:ss">
+            </el-date-picker>
+          </el-form-item>
+        </el-form>
       </div>
       <span slot="footer" class="dialog-footer">
         <el-button @click="syncDateVisible = false">鍙� 娑�</el-button>
@@ -283,6 +283,7 @@
 import MpsRequirements from './mps-requirements'
 import SalesPartBatchDialog from './sales-part-batch.vue'
 import CustomerorderReturnDialog from './customerorder-return.vue'
+import { otcCustomerOrderSync } from '@/api/plan/customerorder'
 import {
   delCustomerOrder,
   fetchListCustomerOrder,
@@ -310,6 +311,14 @@
 export default {
   data() {
     return {
+      dataForm: {
+        selectTime: null,
+        exportTime: null
+      },
+      dataRule: {
+        exportTime:[{required:true,message:'瀵煎嚭鏃ユ湡涓嶈兘涓虹┖',trigger:'change'}],
+        selectTime:[{required:true,message:'鏃ユ湡涓嶈兘涓虹┖',trigger:'change'}]
+      },
       pickerOptions: {
         onPick: ({ maxDate, minDate }) => {
           if (minDate && this.pickerMinDate) {
@@ -333,6 +342,13 @@
       showCustomerorderReturn: false,
       scheduleVisible: false,
       showDocument: false,
+      sourceIdList: [{
+        label: '澶栭儴',
+        value: '0',
+      },{
+        label: '鍐呴儴',
+        value: '1',
+      }],
       stateTagArr: [
         {
           label: '鏍囪闆朵欢寰呴��',
@@ -652,18 +668,18 @@
         ],
         toolbar: [],
         operator: [
-          {
-            text: '璁㈠崟璇存槑',
-            type: 'text',
-            size: 'small',
-            fun: this.openCustomerOrder
-          },
-          {
-            text: '鏌ョ湅搴撳瓨',
-            type: 'text',
-            size: 'small',
-            fun: this.stockHandle
-          },
+          // {
+          //   text: '璁㈠崟璇存槑',
+          //   type: 'text',
+          //   size: 'small',
+          //   fun: this.openCustomerOrder
+          // },
+          // {
+          //   text: '鏌ョ湅搴撳瓨',
+          //   type: 'text',
+          //   size: 'small',
+          //   fun: this.stockHandle
+          // },
           {
             text: '浣滃簾',
             type: 'text',
@@ -674,7 +690,6 @@
                 '01partUnCheck',
                 '02technologyUnCheck',
                 '03plan'
-                // '04planed'
               ],
               key: 'coState'
             }
@@ -683,7 +698,7 @@
         operatorConfig: {
           fixed: 'right',
           label: '鎿嶄綔',
-          width: 260,
+          width: 100,
           minWidth: 100
         }
       },
@@ -800,7 +815,7 @@
         }
       },
       immediate: true
-    }
+    },
   },
   mounted() {
     this.initQueryParams()
@@ -826,7 +841,7 @@
     }
     if (this.permissions.customerorder_submit_oa) {
       this.table.toolbar.push({
-        text: '鎻愪氦瀹℃牳',
+        text: '鎻愪氦OA瀹℃牳',
         type: 'primary',
         fun: this.auditCustomerOrder,
         disabled: false,
@@ -851,6 +866,14 @@
     }
   },
   methods: {
+    getSourceId(row, column, cellValue) {
+      this.sourceIdList.forEach((obj) => {
+        if (obj.value === cellValue) {
+          cellValue = obj.label
+        }
+      })
+      return cellValue
+    },
     getOtcPartSyncOptionList() {
       return this.otcPartSyncOptionList
     },
@@ -861,7 +884,6 @@
           prop: 'coState',
           searchInfoType: 'select',
           // propVal: '01partUnCheck'
-          propVal: '02technologyUnCheck'
         })
       )
       this.$refs.customerOrderTable.setQueryParam(queryParam)
@@ -905,6 +927,7 @@
             }
           }
           this.scheduleVisible = true
+          console.log(this.multipleSelection);
           this.$nextTick(() => {
             this.$refs.schedule.init(this.multipleSelection)
           })
@@ -1090,13 +1113,13 @@
     },
     // 浣滃簾
     cancelHandle(row) {
-      this.$confirm('鏄惁纭浣滃簾閿�鍞鍗曞彿涓�' + row.customerOrderNo + '鎻愮ず', {
+      this.$confirm('纭浣滃簾閿�鍞鍗曞彿涓恒��' + row.contractNo + '銆戠殑鏁版嵁?','鎻愮ず' , {
         confirmButtonText: '纭畾',
         cancelButtonText: '鍙栨秷',
         closeOnClickModal: false,
         type: 'warning'
       }).then(() => {
-        dropByContractNo(row.customerOrderNo).then((res) => {
+        dropByContractNo({id:row.id}).then((res) => {
           if (res.data.code === 0) {
             this.$message.success('浣滃簾鎴愬姛')
             this.getData()
@@ -1104,22 +1127,7 @@
             this.$message.error('浣滃簾澶辫触')
           }
         })
-      })
-      // .then(() => {
-      //   markPlanned([row.id], '05cancel').then((response) => {
-      //     var data = response.data
-      //     if (data.code === 0) {
-      //       this.$message.success('浣滃簾鎴愬姛')
-      //       this.getData()
-      //     } else {
-      //       this.$message.error('浣滃簾澶辫触')
-      //     }
-      //   })
-      // })
-      // .then((data) => {
-      //   this.$message.success('浣滃簾鎴愬姛')
-      //   this.getData()
-      // })
+      }).catch(()=>{ })
     },
     // 鍒犻櫎
     deleteHandle(row) {
@@ -1344,10 +1352,10 @@
                   '瀛樺湪閿�鍞鍗曞凡鍏宠仈宸ヨ壓鏂囦欢锛屽闇�鏇存敼锛岃鍏堣В闄ゅ叧鑱�'
                 )
               }
-              if (item.salesPartNo == null || item.salesPartNo === '') {
-                status = true
-                this.$message.error('瀛樺湪閿�鍞鍗曟湭缁戝畾閿�鍞欢锛岃鍏堢粦瀹�')
-              }
+              // if (item.salesPartNo == null || item.salesPartNo === '') {
+              //   status = true
+              //   this.$message.error('瀛樺湪閿�鍞鍗曟湭缁戝畾閿�鍞欢锛岃鍏堢粦瀹�')
+              // }
               if (item.partNo != firstPartNo) {
                 status = true
                 this.$message.error('璁㈠崟闆朵欢鍙蜂笉涓�鑷�')
@@ -1534,28 +1542,37 @@
       this.syncDateVisible = false
       this.table.toolbar.find((e) => e.text === '鑾峰彇閿�鍞鍗�').loading = true
 
-      syncOrder({
-        startTime: this.syncDate[0],
-        endTime: this.syncDate[1]
-      })
-        .then((res) => {
-          this.table.toolbar.find(
-            (e) => e.text === '鑾峰彇閿�鍞鍗�'
-          ).loading = false
-          const resData = res.data
-          if (resData.code === 0) {
-            this.$message.success(resData.data)
-            this.getData()
-          } else {
-            this.$message.error('鍚屾澶辫触')
-          }
+      if (this.dataForm.selectTime != null && this.dataForm.selectTime != '') {
+        otcCustomerOrderSync({
+          selectTime: this.dataForm.selectTime,
+          orderNo: ''
         })
-        .catch((e) => {
-          this.table.toolbar.find(
-            (e) => e.text === '鑾峰彇閿�鍞鍗�'
-          ).loading = false
-          this.$forceUpdate()
-        })
+          .then((response) => {
+            this.table.toolbar.find(
+              (e) => e.text === '鑾峰彇閿�鍞鍗�'
+            ).loading = false
+            const resData = response.data
+            if (resData.code === 0) {
+              this.$message.success('鑾峰彇閿�鍞鍗曟垚鍔燂紱' + resData.msg)
+              this.dataForm.selectTime = null
+              this.$emit('refreshDataList')
+              this.getData()
+            } else {
+              this.$message.success('鎷夊彇閿�鍞鍗曞け璐�')
+            }
+          })
+          .catch((e) => {
+            this.table.toolbar.find(
+              (e) => e.text === '鑾峰彇閿�鍞鍗�'
+            ).loading = false
+            this.$forceUpdate()
+          })
+      } else {
+        this.table.toolbar.find(
+          (e) => e.text === '鑾峰彇閿�鍞鍗�'
+        ).loading = false
+        this.$message.error('璇峰厛閫夋嫨鏃ユ湡')
+      }
     }
   }
 }

--
Gitblit v1.9.3