扫码单据查询分库显示代码问题

fencang
anthonywj 3 years ago
parent 490d9036d0
commit 8ce0b0bea8

@ -1,6 +1,5 @@
{
"BASE_URL": "http://127.0.0.1:9906",
"SERVER_IP": "http://127.0.0.1:9906",
"hosp_name": "诏安县总医院(测试)"
"BASE_URL": "http://139.9.174.242:9150/SPMS_SERVER",
"SERVER_IP": "http://139.9.174.242:9150",
"hosp_name": "诏安县总医院"
}

@ -21,3 +21,11 @@
"BASE_URL": "http://127.0.0.1:9906",
"SERVER_IP": "http://127.0.0.1:9906",
"hosp_name": "诏安县总医院(测试)"
{
"BASE_URL": "http://139.9.174.242:9150/SPMS_SERVER",
"SERVER_IP": "http://139.9.174.242:9150",
"hosp_name": "诏安县总医院"
}

@ -80,7 +80,6 @@
<el-button-group>
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
<el-button type="primary" icon="search" @click="onSubmit"></el-button>
<!-- <el-button type="primary" icon="search" @click="exportOrders"></el-button>-->
</el-button-group>
</el-form-item>
</el-row>
@ -127,14 +126,6 @@
<span>{{ scope.row.actDate }}</span>
</template>
</el-table-column>
<!--<el-table-column label="校验状态" prop="status" width="100">-->
<!--<template slot-scope="scope">-->
<!--<el-tag :type="(scope.row.status === 3) | statusFilterType">{{-->
<!--checkStatus[scope.row.contrastStatus]-->
<!--}}-->
<!--</el-tag>-->
<!--</template>-->
<!--</el-table-column>-->
<el-table-column label="校验状态" prop="contrastStatus" width="120">
<template slot-scope="scope">
<el-tag :type="(scope.row.contrastStatus === 1) | statusFilterType">
@ -142,48 +133,6 @@
</el-tag>
</template>
</el-table-column>
<!--<el-table-column label="操作" width="150">-->
<!--<template slot-scope="scope">-->
<!--<el-button-->
<!--type="text"-->
<!--size="small"-->
<!--:disabled="scope.row.contrastStatus === null"-->
<!--@click.native.stop="repeatCheckClick(scope.row)"-->
<!--&gt;重新校验-->
<!--</el-button-->
<!--&gt;-->
<!--<el-button-->
<!--type="text"-->
<!--size="small"-->
<!--:disabled="scope.row.contrastStatus !== 0"-->
<!--@click.native.stop="handleErrorDetail(scope.$index)"-->
<!--&gt;校验信息-->
<!--</el-button-->
<!--&gt;-->
<!--</template>-->
<!--</el-table-column>-->
<!-- <el-table-column label="上传状态" prop="exportStatus"></el-table-column> -->
<!--<el-table-column label="操作" width="250">-->
<!--<template slot-scope="scope">-->
<!--<el-button-->
<!--type="text"-->
<!--size="small"-->
<!--:disabled="scope.row.status === 4"-->
<!--@click.native.stop="repeatCheckClick(scope.row)"-->
<!--&gt;重新校验-->
<!--</el-button-->
<!--&gt;-->
<!--<el-button-->
<!--type="text"-->
<!--size="small"-->
<!--:disabled="scope.row.status === 4"-->
<!--@click.native.stop="handleErrorDetail(scope.$index)"-->
<!--&gt;校验信息-->
<!--</el-button-->
<!--&gt;-->
<!--</template>-->
<!--</el-table-column>-->
<el-table-column label="操作" fixed="right" width="120">
<template slot-scope="scope">
<el-button
@ -193,15 +142,6 @@
>详情
</el-button
>
<!-- <el-button-->
<!-- type="text"-->
<!-- size="small"-->
<!-- @click.native.stop="successOrderExportPDF(scope.row)"-->
<!-- >单据打印-->
<!-- </el-button-->
<!-- >-->
<el-button
type="text"
size="small"
@ -209,12 +149,6 @@
>删除
</el-button
>
<!--<el-button-->
<!--type="text"-->
<!--size="small"-->
<!--@click.native.stop="importOrder(scope.row)"-->
<!--&gt;选择单据校验-->
<!--</el-button>-->
</template>
</el-table-column>
</el-table>
@ -621,7 +555,6 @@ export default {
.then((response) => {
this.storageList = response.data || [];
if (this.storageList.length > 0) {
this.filterQuery.locStorageCode = this.storageList[0].code;
this.getSubInvList();
this.getList();
}

@ -1010,6 +1010,7 @@ export default {
.then((response) => {
this.storageList = response.data || [];
if (this.storageList.length > 0) {
this.getSubInvList();
this.getList();
}
})

Loading…
Cancel
Save