|
|
|
@ -248,45 +248,100 @@
|
|
|
|
|
:value="index" |
|
|
|
|
/> |
|
|
|
|
</el-select> --> |
|
|
|
|
<div class="inptx"> |
|
|
|
|
<div class="asbor"> |
|
|
|
|
{{ |
|
|
|
|
isshowupt == 1 |
|
|
|
|
? '服务号' |
|
|
|
|
: isshowupt == 2 |
|
|
|
|
? '订单号' |
|
|
|
|
: isshowupt == 3 |
|
|
|
|
? '包件' |
|
|
|
|
: isshowupt == 4 |
|
|
|
|
? '托盘' |
|
|
|
|
: isshowupt == 5 |
|
|
|
|
? '库存品' |
|
|
|
|
: isshowupt == 6 |
|
|
|
|
? '零担订单号' |
|
|
|
|
: '' |
|
|
|
|
}} |
|
|
|
|
</div> |
|
|
|
|
<el-input |
|
|
|
|
style="flex: 1" |
|
|
|
|
v-model="inputtxts" |
|
|
|
|
:placeholder=" |
|
|
|
|
'请输入' + |
|
|
|
|
(isshowupt == 1 |
|
|
|
|
? '服务号' |
|
|
|
|
: isshowupt == 2 |
|
|
|
|
? '订单号' |
|
|
|
|
: isshowupt == 3 |
|
|
|
|
? '包件' |
|
|
|
|
: isshowupt == 4 |
|
|
|
|
? '托盘' |
|
|
|
|
: isshowupt == 5 |
|
|
|
|
? '库存品' |
|
|
|
|
: isshowupt == 6 |
|
|
|
|
? '零担订单号' |
|
|
|
|
: '') |
|
|
|
|
" |
|
|
|
|
/> |
|
|
|
|
</div> |
|
|
|
|
<div class="inptx"> |
|
|
|
|
<div class="asbor"> |
|
|
|
|
{{ |
|
|
|
|
isshowupt == 1 |
|
|
|
|
? '服务号' |
|
|
|
|
: isshowupt == 2 |
|
|
|
|
? '订单号' |
|
|
|
|
: isshowupt == 3 |
|
|
|
|
? '包件' |
|
|
|
|
: isshowupt == 4 |
|
|
|
|
? '托盘' |
|
|
|
|
: isshowupt == 5 |
|
|
|
|
? '客户名称' |
|
|
|
|
: isshowupt == 6 |
|
|
|
|
? '零担订单号' |
|
|
|
|
: '' |
|
|
|
|
}} |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<el-input |
|
|
|
|
style="flex: 1" |
|
|
|
|
v-model="inputtxts" |
|
|
|
|
:placeholder=" |
|
|
|
|
'请输入' + |
|
|
|
|
(isshowupt == 1 |
|
|
|
|
? '服务号' |
|
|
|
|
: isshowupt == 2 |
|
|
|
|
? '订单号' |
|
|
|
|
: isshowupt == 3 |
|
|
|
|
? '包件' |
|
|
|
|
: isshowupt == 4 |
|
|
|
|
? '托盘' |
|
|
|
|
: isshowupt == 5 |
|
|
|
|
? '客户名称' |
|
|
|
|
: isshowupt == 6 |
|
|
|
|
? '零担订单号' |
|
|
|
|
: '') |
|
|
|
|
" |
|
|
|
|
/> |
|
|
|
|
</div> |
|
|
|
|
<!-- 当isshowupt等于5时,显示额外的5搜索框 --> |
|
|
|
|
<div class="asbor"> |
|
|
|
|
{{ |
|
|
|
|
isshowupt == 5? '订单自编码:': '' |
|
|
|
|
}} |
|
|
|
|
</div> |
|
|
|
|
<el-input |
|
|
|
|
v-if="isshowupt === 5" |
|
|
|
|
style="flex: 1; margin-right: 20px;" |
|
|
|
|
v-model="Orderselfnumber" |
|
|
|
|
:placeholder="'请输入订单自编码'" |
|
|
|
|
clearable |
|
|
|
|
></el-input> |
|
|
|
|
<div class="asbor"> |
|
|
|
|
{{ |
|
|
|
|
|
|
|
|
|
isshowupt == 5? '入库批次号:': '' |
|
|
|
|
}} |
|
|
|
|
</div> |
|
|
|
|
<el-input |
|
|
|
|
v-if="isshowupt === 5" |
|
|
|
|
style="flex: 1; margin-right: 20px;" |
|
|
|
|
v-model="Receiptbatchnumber" |
|
|
|
|
:placeholder="'请输入入库批次号'" |
|
|
|
|
clearable |
|
|
|
|
></el-input> |
|
|
|
|
<div class="asbor"> |
|
|
|
|
{{ |
|
|
|
|
isshowupt == 5? '物料编码:': '' |
|
|
|
|
}} |
|
|
|
|
</div> |
|
|
|
|
<el-input |
|
|
|
|
v-if="isshowupt === 5" |
|
|
|
|
style="flex: 1; margin-right: 20px;" |
|
|
|
|
v-model="materialcode" |
|
|
|
|
:placeholder="'请输入物料编码'" |
|
|
|
|
clearable |
|
|
|
|
></el-input> |
|
|
|
|
<div class="asbor"> |
|
|
|
|
{{ |
|
|
|
|
isshowupt == 5? '入库时间:': '' |
|
|
|
|
}} |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<el-date-picker |
|
|
|
|
|
|
|
|
|
v-if="isshowupt === 5" |
|
|
|
|
v-model="Warehousingtime" |
|
|
|
|
type="datetime" |
|
|
|
|
placeholder="请输入入库时间" |
|
|
|
|
format="YYYY/MM/DD HH:mm:ss" |
|
|
|
|
value-format="YYYY-MM-DD h:m:s" |
|
|
|
|
size="default" |
|
|
|
|
/> |
|
|
|
|
</div> |
|
|
|
|
<div> |
|
|
|
|
<el-button type="primary" @click="searchbuts">搜索</el-button> |
|
|
|
@ -410,37 +465,39 @@
|
|
|
|
|
" |
|
|
|
|
/> |
|
|
|
|
</div> |
|
|
|
|
<div class="inptx" v-if="isshowdow == 1"> |
|
|
|
|
<div> |
|
|
|
|
{{ |
|
|
|
|
isshowdow == 1 |
|
|
|
|
? '订单自编号' |
|
|
|
|
: isshowdow == 2 |
|
|
|
|
? '零担' |
|
|
|
|
: isshowdow == 3 |
|
|
|
|
? '物料名称' |
|
|
|
|
: isshowdow == 4 |
|
|
|
|
? '托盘' |
|
|
|
|
: '' |
|
|
|
|
}} |
|
|
|
|
</div> |
|
|
|
|
<el-input |
|
|
|
|
style="flex: 1" |
|
|
|
|
v-model="inputtxts1" |
|
|
|
|
:placeholder=" |
|
|
|
|
'请输入' + |
|
|
|
|
(isshowdow == 1 |
|
|
|
|
? '订单自编号' |
|
|
|
|
: isshowdow == 2 |
|
|
|
|
? '零担' |
|
|
|
|
: isshowdow == 3 |
|
|
|
|
? '物料名称' |
|
|
|
|
: isshowdow == 4 |
|
|
|
|
? '托盘' |
|
|
|
|
: '') |
|
|
|
|
" |
|
|
|
|
/> |
|
|
|
|
</div> |
|
|
|
|
<div class="inptx" v-if="isshowdow == 1"> |
|
|
|
|
<div v-if="isshowdow !== 5"> |
|
|
|
|
{{ |
|
|
|
|
isshowdow == 1 |
|
|
|
|
? '订单自编号' |
|
|
|
|
: isshowdow == 2 |
|
|
|
|
? '零担' |
|
|
|
|
: isshowdow == 3 |
|
|
|
|
? '物料名称' |
|
|
|
|
: isshowdow == 4 |
|
|
|
|
? '托盘' |
|
|
|
|
: '' |
|
|
|
|
}} |
|
|
|
|
</div> |
|
|
|
|
<el-input |
|
|
|
|
style="flex: 1" |
|
|
|
|
v-model="inputtxts1" |
|
|
|
|
:placeholder=" |
|
|
|
|
'请输入' + |
|
|
|
|
(isshowdow == 1 |
|
|
|
|
? '订单自编号' |
|
|
|
|
: isshowdow == 2 |
|
|
|
|
? '零担' |
|
|
|
|
: isshowdow == 3 |
|
|
|
|
? '物料名称' |
|
|
|
|
: isshowdow == 4 |
|
|
|
|
? '托盘' |
|
|
|
|
: '') |
|
|
|
|
" |
|
|
|
|
/> |
|
|
|
|
<!-- 在isshowdow为5时,循环生成多个搜索框 --> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div> |
|
|
|
|
<el-button type="primary" @click="searchbutdown">搜索</el-button> |
|
|
|
@ -509,13 +566,18 @@ import {
|
|
|
|
|
Alloclocationsnub, |
|
|
|
|
disable, |
|
|
|
|
} from '@/api/basicdata/basicdataGoodsShelfView'; |
|
|
|
|
import { reactive, toRefs, onMounted, getCurrentInstance } from 'vue'; |
|
|
|
|
import { reactive, ref,toRefs, onMounted, getCurrentInstance } from 'vue'; |
|
|
|
|
import { getToken } from '@/utils/auth'; |
|
|
|
|
import NProgress from 'nprogress'; |
|
|
|
|
import { exportBlob } from '@/api/common'; |
|
|
|
|
import { downloadXls } from '@/utils/util'; |
|
|
|
|
import { dateNow } from '@/utils/date'; |
|
|
|
|
const { proxy } = getCurrentInstance(); |
|
|
|
|
const CustomerName=ref(null);//客户名称 |
|
|
|
|
const Orderselfnumber=ref(null);//订单自编码 |
|
|
|
|
const Receiptbatchnumber=ref(null);//入库批次号 |
|
|
|
|
const materialcode=ref(null);//物料编码 |
|
|
|
|
const Warehousingtime=ref(null);//入库时间 |
|
|
|
|
let loadtc = ref(false); |
|
|
|
|
const eldc = ref(false); //导出弹窗 |
|
|
|
|
let details = reactive({ |
|
|
|
@ -556,6 +618,7 @@ let details = reactive({
|
|
|
|
|
], |
|
|
|
|
countnumber: {}, |
|
|
|
|
inputtxts: '', |
|
|
|
|
|
|
|
|
|
checkselectchangearr: [], |
|
|
|
|
isshowdow: false, |
|
|
|
|
inputtxts1: '', |
|
|
|
@ -695,10 +758,15 @@ async function searchbuts() {
|
|
|
|
|
|
|
|
|
|
break; |
|
|
|
|
case 5: |
|
|
|
|
// 库存品搜索功能 |
|
|
|
|
url = 'Inventory'; |
|
|
|
|
data = { |
|
|
|
|
// warehouseId: details.arrlist[details.checkindex]?.id || '', |
|
|
|
|
orderCode: details.inputtxts, |
|
|
|
|
marketName: details.inputtxts,//客户名称 |
|
|
|
|
orderCode:Orderselfnumber.value,//订单自编码 |
|
|
|
|
incomingBatch:Receiptbatchnumber.value,//入库批次号 |
|
|
|
|
cargoNumber:materialcode.value,//物料编码 |
|
|
|
|
warehousingTime:Warehousingtime.value,//入库时间 |
|
|
|
|
// serviceNumber: details.inputtxts, |
|
|
|
|
current: details.currentPage, |
|
|
|
|
size: details.pageSize, |
|
|
|
@ -1222,6 +1290,61 @@ const showupt = value => {
|
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'marketName', |
|
|
|
|
label: '客户名称', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'orderCode', |
|
|
|
|
label: '订单自编码', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'incomingBatch', |
|
|
|
|
label: '入库批次号', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'cargoNumber', |
|
|
|
|
label: '物料编码', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'warehousingTime', |
|
|
|
|
label: '入库时间', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'materialCode', |
|
|
|
|
label: '物料编号', |
|
|
|
|