|
@@ -206,20 +206,20 @@
|
206
|
206
|
|
207
|
207
|
<el-table-column label="耗材名称" align="center">
|
208
|
208
|
<template slot-scope="scope">
|
209
|
|
- {{ scope.row.GoodInfo.good_name }}
|
|
209
|
+ {{ scope.row.good_name }}
|
210
|
210
|
</template>
|
211
|
211
|
</el-table-column>
|
212
|
212
|
|
213
|
213
|
<el-table-column label="耗材类型" align="center">
|
214
|
214
|
<template slot-scope="scope">
|
215
|
|
- {{ getTypeName(scope.row.GoodInfo.good_type_id)}}
|
|
215
|
+ {{ getTypeName(scope.row.good_type_id)}}
|
216
|
216
|
</template>
|
217
|
217
|
</el-table-column>
|
218
|
218
|
|
219
|
219
|
|
220
|
220
|
<el-table-column label="规格&单位" align="center">
|
221
|
221
|
<template slot-scope="scope">
|
222
|
|
- {{ scope.row.GoodInfo.specification_name}} * {{scope.row.GoodInfo.min_number}}{{scope.row.GoodInfo.min_unit}}
|
|
222
|
+ {{ scope.row.specification_name}} * {{scope.row.min_number}}{{scope.row.min_unit}}
|
223
|
223
|
</template>
|
224
|
224
|
</el-table-column>
|
225
|
225
|
|
|
@@ -253,7 +253,7 @@
|
253
|
253
|
|
254
|
254
|
<el-table-column label="生产厂家" align="center">
|
255
|
255
|
<template slot-scope="scope">
|
256
|
|
- {{ getManufactuerName(scope.row.GoodInfo.manufacturer)}}
|
|
256
|
+ {{ getManufactuerName(scope.row.manufacturer)}}
|
257
|
257
|
</template>
|
258
|
258
|
</el-table-column>
|
259
|
259
|
|
|
@@ -604,7 +604,7 @@
|
604
|
604
|
|
605
|
605
|
<el-dialog
|
606
|
606
|
title="出库明细"
|
607
|
|
- :visible.sync="editdialogVisibleTwo"
|
|
607
|
+ :visible.sync="editdialogVisibleThree"
|
608
|
608
|
width="60%">
|
609
|
609
|
<span>
|
610
|
610
|
<div class="app-container">
|
|
@@ -665,8 +665,8 @@
|
665
|
665
|
</div>
|
666
|
666
|
</span>
|
667
|
667
|
<span slot="footer" class="dialog-footer">
|
668
|
|
- <el-button @click="editdialogVisibleTwo = false">取 消</el-button>
|
669
|
|
- <el-button type="primary" @click="editdialogVisibleTwo = false">确 定</el-button>
|
|
668
|
+ <el-button @click="editdialogVisibleThree = false">取 消</el-button>
|
|
669
|
+ <el-button type="primary" @click="editdialogVisibleThree = false">确 定</el-button>
|
670
|
670
|
</span>
|
671
|
671
|
</el-dialog>
|
672
|
672
|
|
|
@@ -697,6 +697,7 @@ import {
|
697
|
697
|
deleteWarehouseOutInfo,
|
698
|
698
|
GetAllGoodInfoByID,
|
699
|
699
|
editWarehouseoutInfo,
|
|
700
|
+ getOrderDetailByOrderId
|
700
|
701
|
} from "@/api/stock";
|
701
|
702
|
import BreadCrumb from "../components/bread-crumb";
|
702
|
703
|
import StockInDialog from './Dialog/stockInDialog'
|
|
@@ -812,7 +813,8 @@ export default {
|
812
|
813
|
tableList:[],
|
813
|
814
|
dialogVisibleTwo:false,
|
814
|
815
|
userList:[],
|
815
|
|
- editdialogVisibleTwo:false
|
|
816
|
+ editdialogVisibleTwo:false,
|
|
817
|
+ editdialogVisibleThree:false,
|
816
|
818
|
};
|
817
|
819
|
},
|
818
|
820
|
methods: {
|
|
@@ -1086,33 +1088,49 @@ export default {
|
1086
|
1088
|
|
1087
|
1089
|
handleSearch(val){
|
1088
|
1090
|
this.tableList = []
|
|
1091
|
+
|
|
1092
|
+ this.editdialogVisibleThree = false
|
1089
|
1093
|
this.GetOrderDetailOne(val.id)
|
1090
|
1094
|
this.GetTotalCount(val.warehouse_out_time)
|
1091
|
1095
|
},
|
1092
|
1096
|
|
1093
|
1097
|
//获取出库单详情数据
|
1094
|
|
- GetOrderDetailOne(id) {
|
|
1098
|
+ // GetOrderDetailOne(id) {
|
|
1099
|
+ // const params = {
|
|
1100
|
+ // 'id': id
|
|
1101
|
+ // }
|
|
1102
|
+ // console.log("#3333333",id)
|
|
1103
|
+ // getWarehouseOutInfo(params).then(response => {
|
|
1104
|
+ // if (response.data.state == 0) {
|
|
1105
|
+
|
|
1106
|
+ // this.$message.error(response.data.msg)
|
|
1107
|
+ // return false
|
|
1108
|
+ // } else {
|
|
1109
|
+ // this.tableShow = true
|
|
1110
|
+ // for (let i = 0; i < response.data.data.list.length; i++) {
|
|
1111
|
+ // this.warehousingOutInfo.warehousingOutData.push(response.data.data.list[i])
|
|
1112
|
+ // console.log("表格00000000",this.tableList)
|
|
1113
|
+ // this.tableList.push(response.data.data.list[i])
|
|
1114
|
+ // }
|
|
1115
|
+ // this.warehousingOutInfo.info = response.data.data.info
|
|
1116
|
+ // }
|
|
1117
|
+ // })
|
|
1118
|
+ // },
|
|
1119
|
+ GetOrderDetailOne(id){
|
1095
|
1120
|
const params = {
|
1096
|
1121
|
'id': id
|
1097
|
1122
|
}
|
1098
|
|
- console.log("#3333333",id)
|
1099
|
|
- getWarehouseOutInfo(params).then(response => {
|
1100
|
|
- if (response.data.state == 0) {
|
1101
|
|
-
|
1102
|
|
- this.$message.error(response.data.msg)
|
1103
|
|
- return false
|
1104
|
|
- } else {
|
1105
|
|
- this.tableShow = true
|
1106
|
|
- for (let i = 0; i < response.data.data.list.length; i++) {
|
1107
|
|
- this.warehousingOutInfo.warehousingOutData.push(response.data.data.list[i])
|
1108
|
|
- console.log("表格00000000",this.tableList)
|
1109
|
|
- this.tableList.push(response.data.data.list[i])
|
1110
|
|
- }
|
1111
|
|
- this.warehousingOutInfo.info = response.data.data.info
|
1112
|
|
- // this.handleSpanTempArr()
|
1113
|
|
- }
|
|
1123
|
+ getOrderDetailByOrderId(params).then(response=>{
|
|
1124
|
+ if(response.data.state == 1){
|
|
1125
|
+ this.tableShow = true
|
|
1126
|
+ var list = response.data.data.list
|
|
1127
|
+ console.log("list22222222",list)
|
|
1128
|
+ for(let i=0;i<list.length;i++){
|
|
1129
|
+ this.tableList.push(list[i])
|
|
1130
|
+ }
|
|
1131
|
+ }
|
1114
|
1132
|
})
|
1115
|
|
- },
|
|
1133
|
+ },
|
1116
|
1134
|
|
1117
|
1135
|
getTypeName: function(id) {
|
1118
|
1136
|
let name = ''
|
|
@@ -1158,10 +1176,10 @@ export default {
|
1158
|
1176
|
},
|
1159
|
1177
|
|
1160
|
1178
|
GetOrderDetail: function(order_id) {
|
|
1179
|
+ this.userList = []
|
1161
|
1180
|
const params = {
|
1162
|
1181
|
'id': order_id
|
1163
|
1182
|
}
|
1164
|
|
-
|
1165
|
1183
|
getWarehouseOutUser(params).then(response => {
|
1166
|
1184
|
if (response.data.state == 0) {
|
1167
|
1185
|
this.$message.error(response.data.msg)
|
|
@@ -1183,7 +1201,7 @@ export default {
|
1183
|
1201
|
// this.type_name = this.userList[0].type.type_name
|
1184
|
1202
|
// this.specification_name = this.userList[0].info.specification_name
|
1185
|
1203
|
console.log("详情数据区",this.userList)
|
1186
|
|
- this.editdialogVisibleTwo = true
|
|
1204
|
+ this.editdialogVisibleThree = true
|
1187
|
1205
|
}
|
1188
|
1206
|
})
|
1189
|
1207
|
},
|