|
|
@@ -17,7 +17,7 @@
|
|
17
|
17
|
<!-- <el-button size="small" type="danger" @click="handleInBack" :disabled="backAble">取消入库</el-button> -->
|
|
18
|
18
|
<el-button type="primary" size="small" @click="showDistribution">配货</el-button>
|
|
19
|
19
|
<el-button type="primary" size="small" @click="showOut">出库</el-button>
|
|
20
|
|
- </el-col>
|
|
|
20
|
+ </el-col>
|
|
21
|
21
|
<el-col :span="2">
|
|
22
|
22
|
<el-row style=" margin:10px;">
|
|
23
|
23
|
</el-row>
|
|
|
@@ -108,9 +108,9 @@
|
|
108
|
108
|
</el-col>
|
|
109
|
109
|
</el-row>
|
|
110
|
110
|
|
|
111
|
|
- <!--
|
|
|
111
|
+ <!--
|
|
112
|
112
|
<el-table :data="tableData" border ref="multipleTable" @select="handleTableSelect">
|
|
113
|
|
-
|
|
|
113
|
+
|
|
114
|
114
|
<el-table-column type="selection" width="40" header-align="center" align="center"></el-table-column>
|
|
115
|
115
|
<el-table-column prop="layer" label="层数" width="60" show-overflow-tooltip header-align="center" align="center">
|
|
116
|
116
|
</el-table-column>
|
|
|
@@ -180,7 +180,7 @@
|
|
180
|
180
|
<popup-distribution ref="PopupDistribution" @receviceFromChild="receviceFromDistreibution" :selectRows="selectRows"></popup-distribution>
|
|
181
|
181
|
<popup-out ref="PopupOut" @receviceFromChild="receviceFromOut"></popup-out>
|
|
182
|
182
|
<popup-in ref="PopupIn" @receviceFromChild="receviceFromIn" :wares="options" :wareId="query.wareId" :stack="moveFromStack"></popup-in>
|
|
183
|
|
-
|
|
|
183
|
+
|
|
184
|
184
|
|
|
185
|
185
|
<el-dialog title="库房明细" :visible.sync="importDialogVisible" width="1000px">
|
|
186
|
186
|
|
|
|
@@ -271,7 +271,7 @@
|
|
271
|
271
|
import PopupDistribution from '@/components/PopupDistribution.vue'
|
|
272
|
272
|
import PopupOut from '@/components/PopupOut.vue'
|
|
273
|
273
|
import PopupIn from '@/components/PopupIn.vue'
|
|
274
|
|
-
|
|
|
274
|
+
|
|
275
|
275
|
import {
|
|
276
|
276
|
mapState
|
|
277
|
277
|
} from 'vuex'
|
|
|
@@ -280,7 +280,7 @@
|
|
280
|
280
|
components: {
|
|
281
|
281
|
PopupStackWithSelectWare,
|
|
282
|
282
|
PopupStack,
|
|
283
|
|
-
|
|
|
283
|
+
|
|
284
|
284
|
PopupDistribution,
|
|
285
|
285
|
PopupOut,
|
|
286
|
286
|
PopupIn,
|