|
@@ -79,13 +79,13 @@
|
|
</template>
|
|
</template>
|
|
<!-- 操作 -->
|
|
<!-- 操作 -->
|
|
<template slot="action" slot-scope="text, record">
|
|
<template slot="action" slot-scope="text, record">
|
|
- <a-button
|
|
|
|
|
|
+ <!-- <a-button
|
|
size="small"
|
|
size="small"
|
|
type="link"
|
|
type="link"
|
|
v-if="record.state=='WAIT'&&$hasPermissions('B_outboundOut')"
|
|
v-if="record.state=='WAIT'&&$hasPermissions('B_outboundOut')"
|
|
class="button-primary"
|
|
class="button-primary"
|
|
@click="openCodeModal(record)"
|
|
@click="openCodeModal(record)"
|
|
- id="outboundOrderList-out-btn">唯一码</a-button>
|
|
|
|
|
|
+ id="outboundOrderList-out-btn">唯一码</a-button> -->
|
|
<a-button
|
|
<a-button
|
|
size="small"
|
|
size="small"
|
|
type="link"
|
|
type="link"
|
|
@@ -128,7 +128,7 @@
|
|
</div>
|
|
</div>
|
|
</a-modal>
|
|
</a-modal>
|
|
<!-- 抓取唯一码弹窗 -->
|
|
<!-- 抓取唯一码弹窗 -->
|
|
- <uniqueCodeModal :openModal="showUniqueCode" @cancel="showUniqueCode=false"></uniqueCodeModal>
|
|
|
|
|
|
+ <!-- <uniqueCodeModal :openModal="showUniqueCode" @cancel="showUniqueCode=false"></uniqueCodeModal> -->
|
|
</a-card>
|
|
</a-card>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -147,10 +147,10 @@ import replenishmentDetailModal from '@/views/numsGoodsShelves/replenishmentMana
|
|
import stateIcon from '@/views/common/stateIcon'
|
|
import stateIcon from '@/views/common/stateIcon'
|
|
import { stockOutList, stockOutOut, stockOutBatchOut } from '@/api/stockOut'
|
|
import { stockOutList, stockOutOut, stockOutBatchOut } from '@/api/stockOut'
|
|
import getDate from '@/libs/getDate.js'
|
|
import getDate from '@/libs/getDate.js'
|
|
-import uniqueCodeModal from './uniqueCodeModal.vue'
|
|
|
|
|
|
+// import uniqueCodeModal from './uniqueCodeModal.vue'
|
|
export default {
|
|
export default {
|
|
name: 'OutboundOrderList',
|
|
name: 'OutboundOrderList',
|
|
- components: { STable, VSelect, rangeDate, pushOrderDetailModal, salesDetailModal, urgentDetailModal, storeTransferOutDetailModal, chainTransferOutDetailModal, warehouseAllocationDetailModal, replenishmentDetailModal, stateIcon, uniqueCodeModal },
|
|
|
|
|
|
+ components: { STable, VSelect, rangeDate, pushOrderDetailModal, salesDetailModal, urgentDetailModal, storeTransferOutDetailModal, chainTransferOutDetailModal, warehouseAllocationDetailModal, replenishmentDetailModal, stateIcon },
|
|
mixins: [commonMixin],
|
|
mixins: [commonMixin],
|
|
data () {
|
|
data () {
|
|
const _this = this
|
|
const _this = this
|