zouyu
2023-11-17 d8ac6057eaad648687699e25a575f3b7b8c1b102
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
<template>
  <div class="mod-config">
    <basic-container>
      <div style="margin-left: 15px;">
        <el-row>
          <el-col :span="1">
            <div>
              <el-divider direction="vertical"></el-divider>
              <div
                style="float: left;height: 18px;font-size: 14px;line-height: 18px;font-weight: bold"
              >
                <span>零件</span>
              </div>
            </div>
          </el-col>
          <el-col :span="3">
            <div>
              <el-input
                class="change-stock-input"
                v-model="partNoStock"
                placeholder="零件"
                style="width: 100%"
                disabled
              >
                <el-button
                  slot="append"
                  icon="el-icon-search"
                  @click="openPartDialog()"
                ></el-button>
              </el-input>
            </div>
          </el-col>
          <el-col :span="1" :offset="1">
            <div>
              <el-divider direction="vertical"></el-divider>
              <div
                style="float: left;height: 18px;font-size: 14px;line-height: 18px;font-weight: bold"
              >
                <span>库位</span>
              </div>
            </div>
          </el-col>
          <el-col :span="3">
            <div>
              <el-input
                class="change-stock-input"
                v-model="locationNoStock"
                placeholder="库位号"
                @focus="openPicker(locationNoStock)"
                style="width: 100%"
                disabled
              >
                <i
                  slot="suffix"
                  v-show="locationNoStock"
                  @click="clearForm(locationNoStock)"
                  class="el-input__icon el-icon-error err-style"
                ></i>
                <el-button
                  slot="append"
                  icon="el-icon-search"
                  @click="openLocationDialog()"
                ></el-button>
              </el-input>
            </div>
          </el-col>
          <el-col :span="2">
            <div style="display:flex;justify-content:flex-end;">
              <div
                style="height: 18px;font-size: 14px;line-height: 18px;font-weight: bold;width:60px;"
              >
                <span>批次号</span>
              </div>
              <div>
                <el-divider direction="vertical"></el-divider>
              </div>
            </div>
          </el-col>
          <el-col :span="3">
            <div>
              <el-input
                class="change-stock-input"
                v-model="partBatchNoStock"
                placeholder="批次号"
                @focus="openPicker(partBatchNoStock)"
                style="width: 100%"
                disabled
              >
                <i
                  slot="suffix"
                  v-show="partBatchNoStock"
                  @click="clearStock(partBatchNoStock)"
                  class="el-input__icon el-icon-error err-style"
                ></i>
                <el-button
                  slot="append"
                  icon="el-icon-search"
                  @click="openStockDialog()"
                ></el-button>
              </el-input>
            </div>
          </el-col>
          <el-col :span="2">
            <div style="display:flex;justify-content:flex-end;">
              <div
                style="height: 18px;font-size: 14px;line-height: 18px;font-weight: bold;width:60px;"
              >
                <span>可用数量</span>
              </div>
              <div>
                <el-divider direction="vertical"></el-divider>
              </div>
            </div>
          </el-col>
          <el-col :span="3">
            <div>
              <el-select
                v-model="stockList.condition"
                placeholder="请选择"
                @change="conditionChange"
              >
                <el-option
                  v-for="item in conditionOptions"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </el-select>
            </div>
          </el-col>
          <el-col :span="3">
            <div style="text-align:center;">
              <el-button @click="clearConditions">清空</el-button
              ><el-button
                @click="queryByConditions"
                :disabled="isSubmit"
                type="primary"
                >查询</el-button
              >
            </div>
          </el-col>
        </el-row>
        <div style="margin-top: 15px;">
          <el-divider direction="vertical"></el-divider>
          <div
            style="float: left;height: 30px;font-size: 14px;line-height: 30px;font-weight: bold"
          >
            <span>实时库存</span>
          </div>
          <el-button type="primary" @click="addOrUpdateHandle()"
            >新增</el-button
          >
          <el-button type="primary" @click="addStockSubmit()">接收</el-button>
          <el-button type="primary" @click="deleteStockSubmit()"
            >发放</el-button
          >
 
          <el-table
            :data="dataForm.dataList"
            style="width: 100%"
            class="mps-table"
            height="500px"
          >
            <el-table-column
              prop="availableStockQuantityMove"
              header-align="center"
              align="center"
              label="变更库存数量"
            >
              <template scope="scope">
                <el-input
                  v-model="scope.row.availableStockQuantityMove"
                  placeholder=""
                >
                </el-input>
              </template>
            </el-table-column>
            <el-table-column
              header-align="center"
              align="center"
              label="可用库存数量"
            >
              <template slot-scope="scope">
                <span>{{ scope.row.availableStockQuantity }}</span>
              </template>
            </el-table-column>
            <el-table-column header-align="center" align="center" label="工厂">
              <template slot-scope="scope">
                <span>{{ scope.row.factoryName }}</span>
              </template>
            </el-table-column>
            <el-table-column
              header-align="center"
              align="center"
              label="零件号"
            >
              <template slot-scope="scope">
                <span>{{ scope.row.partNo }}</span>
              </template>
            </el-table-column>
            <el-table-column
              header-align="center"
              align="center"
              label="零件名称"
              show-overflow-tooltip
            >
              <template slot-scope="scope">
                <span>{{ scope.row.partName }}</span>
              </template>
            </el-table-column>
            <el-table-column
              header-align="center"
              align="center"
              label="仓库"
              show-overflow-tooltip
            >
              <template slot-scope="scope">
                <span>{{ scope.row.warehouseName }}</span>
              </template>
            </el-table-column>
            <el-table-column header-align="center" align="center" label="SN号">
              <template slot-scope="scope">
                <span>{{ scope.row.partBatchNo }}</span>
              </template>
            </el-table-column>
            <el-table-column
              header-align="center"
              align="center"
              label="IFS批次号"
            >
              <template slot-scope="scope">
                <span>{{ scope.row.ifsBatchNo }}</span>
              </template>
            </el-table-column>
            <el-table-column
              prop="locationNo"
              header-align="center"
              align="center"
              label="库位号"
            >
              <template slot-scope="scope">
                <span>{{ scope.row.locationNo }}</span>
              </template>
            </el-table-column>
            <el-table-column
              header-align="center"
              align="center"
              label="是否工序库存"
            >
              <template slot-scope="scope">
                <span>{{
                  scope.row.operationStockStatus == null
                    ? ''
                    : scope.row.operationStockStatus
                    ? '是'
                    : '否'
                }}</span>
              </template>
            </el-table-column>
            <el-table-column header-align="center" align="center" label="单位">
              <template slot-scope="scope">
                <span>{{ scope.row.unit }}</span>
              </template>
            </el-table-column>
          </el-table>
        </div>
        <table-form
          v-if="addOrUpdateVisible"
          ref="stock"
          @refreshDataList="getData"
        ></table-form>
        <part-dialog
          :currshowlist.sync="showPart"
          @listenToPartEvent="selectPart"
        />
        <locationDialog
          :currshowlist.sync="showLocation"
          :paramObj="paramObj"
          @listenToLocationEvent="selectLocation"
        />
        <Stock
          :currshowlist.sync="showStock"
          :paramObj="paramObj"
          @listenToPartEvent="selectStock"
        />
      </div>
    </basic-container>
  </div>
</template>
 
<script>
import { mapGetters } from 'vuex'
import locationDialog from '@/views/common/location.vue'
import PartDialog from '@/views/common/part'
import Stock from '@/views/common/stock'
import {
  addStockNumber,
  checkWdr,
  deleteStockNumber,
  getStock,
  getStockCount
} from '../../../api/warehouse/stock'
import TableForm from './stock-form'
import { validateQtyStockNull } from '../../../util/validate'
 
export default {
  data() {
    return {
      stockList: {
        condition: '>0',
        locationNo: null,
        locationId: null,
        partBatchNo: null,
        partName: null,
        partNo: null,
        partId: null
      },
      dataForm: {
        dataList: []
      },
      paramObj: {},
      dataRule: {},
      addOrUpdateVisible: false,
      partNoStock: null,
      locationNoStock: null,
      partBatchNoStock: null,
      showPart: false,
      showLocation: false,
      showStock: false,
      conditionOptions: [
        { label: '大于0', value: '>0' },
        { label: '大于等于0', value: '>=0' },
        { label: '等于0', value: '=0' },
        { label: '小于0', value: '<0' },
        { label: '小于等于0', value: '<=0' }
      ],
      isSubmit: false
    }
  },
  components: {
    locationDialog,
    PartDialog,
    Stock,
    TableForm
  },
  computed: {
    ...mapGetters(['permissions']),
    rules: function() {
      return {
        availableStockQuantityMove: [
          { validator: validateQtyStockNull, trigger: 'blur' }
        ]
      }
    }
  },
  watch: {
    partNoStock: {
      handler(newValue, oldValue) {
        if (newValue != null && newValue != undefined) {
          // this.getData()
        }
      },
      deep: true,
      immediate: true
    },
    locationNoStock: {
      handler(newValue, oldValue) {
        if (newValue != null && newValue != undefined) {
          // this.getData()
        }
      },
      deep: true,
      immediate: true
    },
    partBatchNoStock: {
      handler(newValue, oldValue) {
        if (newValue != null && newValue != undefined) {
          // this.getData()
        }
      },
      deep: true,
      immediate: true
    }
  },
  methods: {
    // 清空所有查询条件
    clearConditions() {
      this.partNoStock = null
      this.stockList.partNo = null
      this.paramObj.partId = null
      this.stockList.partName = null
      this.stockList.partId = null
      this.locationNoStock = null
      this.stockList.locationNo = null
      this.stockList.locationId = null
      this.paramObj.locationId = null
      this.partBatchNoStock = null
      this.stockList.partBatchNo = null
    },
    // 根据查询条件,搜索
    queryByConditions() {
      this.getData()
    },
    // 可用数量条件变更后,触发查询
    conditionChange() {
      // this.getData()
    },
    // 零件
    openPartDialog() {
      this.showPart = true
    },
    getData() {
      if (this.partNoStock != null) {
        getStockCount(this.stockList).then((resp) => {
          const respData = resp.data.data
          if (respData && respData > 100) {
            this.dataForm.dataList = []
            this.$message.error('请填入批次号进行筛选查询')
          } else {
            this.isSubmit = true
            getStock(this.stockList)
              .then((response) => {
                this.dataForm.dataList = response.data.data
                this.isSubmit = false
              })
              .catch(() => {
                this.isSubmit = false
              })
          }
        })
      } else {
        this.$message.error('请先选择一个零件')
      }
    },
    openPicker() {
      document.activeElement.blur() // 主动触发onblur事件,是原生的js哟
    },
    clearForm() {
      this.locationNoStock = null
      this.stockList.locationNo = this.locationNoStock
      this.stockList.locationId = null
      this.paramObj.locationId = null
      // this.getData()
    },
    clearStock() {
      this.partBatchNoStock = null
      this.stockList.partBatchNo = this.partBatchNoStock
      this.locationNoStock = null
      this.stockList.locationNo = this.locationNoStock
      this.stockList.locationId = null
      this.paramObj.locationId = null
      // this.getData()
    },
    selectPart(param) {
      if (param) {
        this.partNoStock = param.partNo
        this.stockList.partNo = this.partNoStock
        this.paramObj.partId = param.id
        this.stockList.partName = param.partName
        this.stockList.partId = param.id
      }
    },
    openLocationDialog() {
      // if (this.partNoStock != null) {
      this.showLocation = true
      // } else {
      // this.$message.error('请先选择一个零件')
      // }
    },
    selectLocation(param) {
      if (param) {
        this.locationNoStock = param.locNo
        this.stockList.locationNo = this.locationNoStock
        this.stockList.locationId = param.id
        this.paramObj.locationId = param.id
      } else {
        this.locationNoStock = null
        this.stockList.locationNo = this.locationNoStock
        this.stockList.locationId = null
        this.paramObj.locationId = null
        // this.getData()
      }
    },
    openStockDialog() {
      // if (this.partNoStock != null) {
      this.showStock = true
      // } else {
      // this.$message.error('请先选择一个零件')
      // }
    },
    dataFormSubmit() {},
    selectStock(param) {
      if (param) {
        this.partBatchNoStock = param.partBatchNo
        this.stockList.partBatchNo = this.partBatchNoStock
        this.stockList.locationNo = param.locationNo
        this.locationNoStock = param.locationNo
        this.stockList.locationId = param.locationId
        this.paramObj.locationId = param.locationId
        this.partNoStock = param.partNo
        this.stockList.partNo = this.partNoStock
        this.paramObj.partId = param.partId
        this.stockList.partName = param.partName
        this.stockList.partId = param.partId
      } else {
        this.partBatchNoStock = null
        this.stockList.partBatchNo = this.partBatchNoStock
        this.locationNoStock = null
        this.stockList.locationNo = this.locationNoStock
        this.stockList.locationId = null
        this.paramObj.locationId = null
        this.partNoStock = null
        this.stockList.partNo = null
        this.paramObj.partId = null
        this.stockList.partName = null
        this.stockList.partId = null
        // this.getData()
      }
    },
    addOrUpdateHandle() {
      // if (this.partNoStock != null) {
      this.addOrUpdateVisible = true
      this.$nextTick(() => {
        this.$refs.stock.init(this.stockList)
      })
      // } else {
      // this.$message.error('请先选择一个零件')
      // }
    },
 
    addStockSubmit() {
      if (this.dataForm.dataList.length > 0) {
        this.$confirm('是否同步ERP?', '确认', {
          confirmButtonText: '同步',
          cancelButtonText: '不同步',
          type: 'warning',
          showClose: false,
          closeOnPressEscape: false,
          closeOnClickModal: false
        })
          .then(() => {
            for (let i = 0; i < this.dataForm.dataList.length; i++) {
              this.dataForm.dataList[i].synIfs = true
            }
            console.log(this.dataForm.dataList)
            checkWdr(this.dataForm.dataList).then((res1) => {
              addStockNumber(this.dataForm.dataList).then((res) => {
                this.$message.success('入库成功')
                this.getData()
              })
            })
          })
          .catch(() => {
            for (let i = 0; i < this.dataForm.dataList.length; i++) {
              this.dataForm.dataList[i].synIfs = false
            }
            checkWdr(this.dataForm.dataList).then((res1) => {
              addStockNumber(this.dataForm.dataList).then((res) => {
                this.$message.success('入库成功')
                this.getData()
              })
            })
          })
      } else {
        this.$message.error('不存在实时库存,无法操作')
      }
    },
    deleteStockSubmit() {
      if (this.dataForm.dataList.length > 0) {
        var validateFlag = true
        for (var i = 0; i < this.dataForm.dataList.length; i++) {
          if (
            this.dataForm.dataList[i].availableStockQuantityMove >
            this.dataForm.dataList[i].availableStockQuantity
          ) {
            validateFlag = false
            this.$message.error(
              '第' + (i + 1) + '行' + '发放的变更数量超过可用数量'
            )
            break
          }
        }
        if (validateFlag) {
          this.$confirm('是否同步ERP?', '确认', {
            confirmButtonText: '同步',
            cancelButtonText: '不同步',
            type: 'warning',
            showClose: false,
            closeOnPressEscape: false,
            closeOnClickModal: false
          })
            .then(() => {
              for (let i = 0; i < this.dataForm.dataList.length; i++) {
                this.dataForm.dataList[i].synIfs = true
              }
              deleteStockNumber(this.dataForm.dataList).then((res) => {
                this.$message.success('发放成功')
                this.getData()
              })
            })
            .catch(() => {
              for (let i = 0; i < this.dataForm.dataList.length; i++) {
                this.dataForm.dataList[i].synIfs = false
              }
              deleteStockNumber(this.dataForm.dataList).then((res) => {
                this.$message.success('发放成功')
                this.getData()
              })
            })
        }
      } else {
        this.$message.error('不存在实时库存,无法操作')
      }
    }
  }
}
</script>
<style lang="scss" scoped>
.change-stock-input >>> .el-input__inner {
  background-color: #fff;
}
</style>