|
@@ -139,15 +139,7 @@
|
139
|
139
|
</el-form>
|
140
|
140
|
|
141
|
141
|
</el-dialog>
|
142
|
|
- <popup-stack-with-select-ware :wares="options" :fromStack="moveFromStack" ref="PopupStackWithSelectWare"
|
143
|
|
- @receviceFromChild="receviceFromWareStack"></popup-stack-with-select-ware>
|
144
|
|
- <popup-stack :wareName="store.wareName" ref="PopupStack" @receviceFromChild="receviceFromStack"></popup-stack>
|
145
|
|
-
|
146
|
|
- <popup-distribution ref="PopupDistribution" @receviceFromChild="receviceFromDistreibution" :selectRows="selectRows"></popup-distribution>
|
147
|
|
- <popup-out ref="PopupOut" @receviceFromChild="receviceFromOut"></popup-out>
|
148
|
|
- <popup-in ref="PopupIn" @receviceFromChild="receviceFromIn" :wares="options" :wareId="query.wareId" :stack="moveFromStack"></popup-in>
|
149
|
|
-
|
150
|
|
-
|
|
142
|
+
|
151
|
143
|
<el-dialog title="库房明细" :visible.sync="importDialogVisible" width="1000px">
|
152
|
144
|
|
153
|
145
|
<el-upload class="upload-demo" action="" :on-change="handleChange" :on-exceed="handleExceed" :on-remove="handleRemove"
|
|
@@ -233,6 +225,15 @@
|
233
|
225
|
</el-form>
|
234
|
226
|
|
235
|
227
|
</el-dialog>
|
|
228
|
+
|
|
229
|
+ <popup-stack-with-select-ware :wares="options" :fromStack="moveFromStack" ref="PopupStackWithSelectWare"
|
|
230
|
+ @receviceFromChild="receviceFromWareStack"></popup-stack-with-select-ware>
|
|
231
|
+ <popup-stack :wareName="store.wareName" ref="PopupStack" @receviceFromChild="receviceFromStack"></popup-stack>
|
|
232
|
+
|
|
233
|
+ <popup-distribution ref="PopupDistribution" @receviceFromChild="receviceFromDistreibution" :selectRows="selectRows"></popup-distribution>
|
|
234
|
+ <popup-out ref="PopupOut" @receviceFromChild="receviceFromOut"></popup-out>
|
|
235
|
+ <popup-in ref="PopupIn" @receviceFromChild="receviceFromIn" :wares="options" :wareId="query.wareId" :stack="moveFromStack"></popup-in>
|
|
236
|
+
|
236
|
237
|
</div>
|
237
|
238
|
</template>
|
238
|
239
|
|