zouyu
2023-11-15 8dc474768e47ecfcb2f590e7d5c704b46f7a612a
src/views/plan/customerorder/index.vue
@@ -1186,13 +1186,13 @@
    },
    // 作废
    cancelHandle(row) {
      this.$confirm('是否确认作废销售订单号为' + row.customerOrderNo + '提示', {
      this.$confirm('确认作废销售订单号为【' + row.contractNo + '】的数据?','提示' , {
        confirmButtonText: '确定',
        cancelButtonText: '取消',
        closeOnClickModal: false,
        type: 'warning'
      }).then(() => {
        dropByContractNo(row.customerOrderNo).then((res) => {
        dropByContractNo({contractNo:row.contractNo}).then((res) => {
          if (res.data.code === 0) {
            this.$message.success('作废成功')
            this.getData()