|
@@ -26,7 +26,7 @@
|
26
|
26
|
value-format="yyyy-MM-dd"></el-date-picker>
|
27
|
27
|
</div>
|
28
|
28
|
|
29
|
|
- <div class="cell clearfix">
|
|
29
|
+ <!-- <div class="cell clearfix">
|
30
|
30
|
<label class="title"><span class="name">经销商</span> : </label>
|
31
|
31
|
|
32
|
32
|
<el-select size="small" v-model="form.dealer" filterable placeholder="请选择经销商" @change="changeDealer">
|
|
@@ -37,9 +37,9 @@
|
37
|
37
|
:value="option.id">
|
38
|
38
|
</el-option>
|
39
|
39
|
</el-select>
|
40
|
|
- </div>
|
|
40
|
+ </div> -->
|
41
|
41
|
|
42
|
|
- <div class="cell clearfix">
|
|
42
|
+ <!-- <div class="cell clearfix">
|
43
|
43
|
<label class="title"><span class="name">厂商</span> : </label>
|
44
|
44
|
|
45
|
45
|
<el-select size="small" v-model="form.manufacturer" filterable placeholder="请选择厂商"
|
|
@@ -51,7 +51,7 @@
|
51
|
51
|
:value="option.id">
|
52
|
52
|
</el-option>
|
53
|
53
|
</el-select>
|
54
|
|
- </div>
|
|
54
|
+ </div> -->
|
55
|
55
|
|
56
|
56
|
<el-form :rules="tableRules" :model="recordInfo" ref="tableForm">
|
57
|
57
|
<el-table id="oictable" :data="recordInfo.recordData" :class="signAndWeighBoxPatients" border
|
|
@@ -430,7 +430,8 @@
|
430
|
430
|
}
|
431
|
431
|
}
|
432
|
432
|
})
|
433
|
|
- }, GetAllGoodInfo: function() {
|
|
433
|
+ },
|
|
434
|
+ GetAllGoodInfo: function() {
|
434
|
435
|
GetAllGoodInfo().then(response => {
|
435
|
436
|
if (response.data.state == 0) {
|
436
|
437
|
this.$message.error(response.data.msg)
|
|
@@ -648,10 +649,11 @@
|
648
|
649
|
this.$message.success('请添加入库商品')
|
649
|
650
|
return
|
650
|
651
|
}
|
651
|
|
-
|
|
652
|
+
|
652
|
653
|
const params = {
|
653
|
654
|
'stockIn': this.recordInfo.recordData
|
654
|
655
|
}
|
|
656
|
+
|
655
|
657
|
postWarehouse(params, this.warehousing_time, this.form.manufacturer, this.form.dealer, this.type).then(response => {
|
656
|
658
|
if (response.data.state == 0) {
|
657
|
659
|
this.$message.error(response.data.msg)
|