代码更新备份

master
1178634255 2 years ago
parent 1d550a044a
commit 5cbeb7febe

@ -84,7 +84,7 @@ export function filterylqxzcrbarmc(query) {
//任务列表
export function getTraceTaskList(query) {
return axios({
url: 'udi/trace/task/filter',
url: '/udi/trace/task/filter',
method: 'get',
params: query
})

@ -299,6 +299,7 @@ export default {
},
/** 删除按钮操作 */
handleDelete(row) {
this.$message.error(this.ids);
const noticeIds = row.noticeId || this.ids
this.$modal.confirm('是否确认删除公告编号为"' + noticeIds + '"的数据项?').then(function() {
return delNotice(noticeIds);
@ -309,4 +310,4 @@ export default {
}
}
};
</script>
</script>

@ -170,56 +170,57 @@
>
</el-button-group>
</div>
<el-divider style="margin: 15px"></el-divider>
<el-table v-loading="loading" :data="list"
style="width: 100%"
border highlight-current-row>
<el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="单据号" prop="billNo" width="150"></el-table-column>
<el-table-column label="单据类型" prop="billType" width="100"></el-table-column>
<el-table-column label="单据源头类型" prop="sourceType" width="100" :formatter="formaterSourceType"></el-table-column>
<el-table-column label="出入库类型" prop="inOutType" width="100" :formatter="formaterInOutType"></el-table-column>
<el-table-column label="单据日期" prop="billDate" width="150"></el-table-column>
<el-table-column label="更新时间" prop="updateTime" width="150"></el-table-column>
<el-table-column label="发货企业" prop="fromCorp" width="220"></el-table-column>
<el-table-column label="收货企业" prop="toCorp" width="220"></el-table-column>
<el-table-column label="所属企业" prop="companyIdFk" width="220" :formatter="formatCompanyName"></el-table-column>
<!-- <el-table-column label="备注" prop="remark" width="220"></el-table-column>-->
<!-- <el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="单据号" prop="billNo" width="180"></el-table-column>
<el-table-column label="单据日期" prop="billDate" width="150"></el-table-column>
<el-table-column label="单据类型" prop="billType" width="150"></el-table-column>
<el-table-column label="客户端类型" prop="clientType" width="150"></el-table-column>
<el-table-column label="当前企业统一社会信用号" prop="companyCertNum" width="200"></el-table-column>
<el-table-column label="所属企业" prop="companyIdFk" width="220" :formatter="formatCompanyName"></el-table-column>
<el-table-column label="单据创建者" prop="createUser" width="150"></el-table-column>
<el-table-column label="销毁原因" prop="destoryReason" width="150"></el-table-column>
<el-table-column label="执行销毁人证件号" prop="excuseCode" width="150"></el-table-column>
<el-table-column label="执行销毁人" prop="excuseUser" width="150"></el-table-column>
<el-table-column label="发货企业" prop="fromCorp" width="220"></el-table-column>
<el-table-column label="发货企业统一社会信用号" prop="fromCorpCreditNum" width="200"></el-table-column>
<el-table-column label="出入库类型" prop="inOutType" width="150" :formatter="formaterInOutType"></el-table-column>
<el-table-column label="退货原因" prop="returnReason" width="150"></el-table-column>
<el-table-column label="单据源头类型" prop="sourceType" width="150" :formatter="formaterSourceType"></el-table-column>
<el-table-column label="监督人证件号" prop="superviserCode" width="150"></el-table-column>
<el-table-column label="监督人姓名" prop="superviserUser" width="150"></el-table-column>
<el-table-column label="收货企业" prop="toCorp" width="150"></el-table-column>
<el-table-column label="收货企业统一社会信用号" prop="toCorpCreditNum" width="200"></el-table-column>
<el-table-column label="使用者信息" prop="toUserInfo" width="150"></el-table-column>
<el-table-column label="更新时间" prop="updateTime" width="220"></el-table-column>
<el-table-column label="上传人" prop="uploadUser" width="220"></el-table-column>
<el-table-column label="备注" prop="remark" width="220"></el-table-column>-->
<el-table-column label="操作" width="100" fixed="right">
<template slot-scope="scope">
<el-button
type="text"
@click.native="handleView(scope.row,scope.index)"
>详情
</el-button>
</template>
</el-table-column>
</el-table>
<!-- <el-divider style="margin: 15px"></el-divider>-->
<!-- <el-table v-loading="loading" :data="list"-->
<!-- style="width: 100%"-->
<!-- border highlight-current-row>-->
<!-- <el-table-column label="序号" type="index"></el-table-column>-->
<!-- <el-table-column label="单据号" prop="billNo" width="150"></el-table-column>-->
<!-- <el-table-column label="单据类型" prop="billType" width="100"></el-table-column>-->
<!-- <el-table-column label="单据源头类型" prop="sourceType" width="100" :formatter="formaterSourceType"></el-table-column>-->
<!-- <el-table-column label="出入库类型" prop="inOutType" width="100" :formatter="formaterInOutType"></el-table-column>-->
<!-- <el-table-column label="单据日期" prop="billDate" width="150"></el-table-column>-->
<!-- <el-table-column label="更新时间" prop="updateTime" width="150"></el-table-column>-->
<!-- <el-table-column label="发货企业" prop="fromCorp" width="220"></el-table-column>-->
<!-- <el-table-column label="收货企业" prop="toCorp" width="220"></el-table-column>-->
<!-- <el-table-column label="所属企业" prop="companyIdFk" width="220" :formatter="formatCompanyName"></el-table-column>-->
<!--&lt;!&ndash; <el-table-column label="备注" prop="remark" width="220"></el-table-column>&ndash;&gt;-->
<!--&lt;!&ndash; <el-table-column label="序号" type="index"></el-table-column>-->
<!-- <el-table-column label="单据号" prop="billNo" width="180"></el-table-column>-->
<!-- <el-table-column label="单据日期" prop="billDate" width="150"></el-table-column>-->
<!-- <el-table-column label="单据类型" prop="billType" width="150"></el-table-column>-->
<!-- <el-table-column label="客户端类型" prop="clientType" width="150"></el-table-column>-->
<!-- <el-table-column label="当前企业统一社会信用号" prop="companyCertNum" width="200"></el-table-column>-->
<!-- <el-table-column label="所属企业" prop="companyIdFk" width="220" :formatter="formatCompanyName"></el-table-column>-->
<!-- <el-table-column label="单据创建者" prop="createUser" width="150"></el-table-column>-->
<!-- <el-table-column label="销毁原因" prop="destoryReason" width="150"></el-table-column>-->
<!-- <el-table-column label="执行销毁人证件号" prop="excuseCode" width="150"></el-table-column>-->
<!-- <el-table-column label="执行销毁人" prop="excuseUser" width="150"></el-table-column>-->
<!-- <el-table-column label="发货企业" prop="fromCorp" width="220"></el-table-column>-->
<!-- <el-table-column label="发货企业统一社会信用号" prop="fromCorpCreditNum" width="200"></el-table-column>-->
<!-- <el-table-column label="出入库类型" prop="inOutType" width="150" :formatter="formaterInOutType"></el-table-column>-->
<!-- <el-table-column label="退货原因" prop="returnReason" width="150"></el-table-column>-->
<!-- <el-table-column label="单据源头类型" prop="sourceType" width="150" :formatter="formaterSourceType"></el-table-column>-->
<!-- <el-table-column label="监督人证件号" prop="superviserCode" width="150"></el-table-column>-->
<!-- <el-table-column label="监督人姓名" prop="superviserUser" width="150"></el-table-column>-->
<!-- <el-table-column label="收货企业" prop="toCorp" width="150"></el-table-column>-->
<!-- <el-table-column label="收货企业统一社会信用号" prop="toCorpCreditNum" width="200"></el-table-column>-->
<!-- <el-table-column label="使用者信息" prop="toUserInfo" width="150"></el-table-column>-->
<!-- <el-table-column label="更新时间" prop="updateTime" width="220"></el-table-column>-->
<!-- <el-table-column label="上传人" prop="uploadUser" width="220"></el-table-column>-->
<!-- <el-table-column label="备注" prop="remark" width="220"></el-table-column>&ndash;&gt;-->
<!-- <el-table-column label="操作" width="100" fixed="right">-->
<!-- <template slot-scope="scope">-->
<!-- <el-button-->
<!-- type="text"-->
<!-- @click.native="handleView(scope.row,scope.index)"-->
<!-- >详情-->
<!-- </el-button>-->
<!-- </template>-->
<!-- </el-table-column>-->
<!-- </el-table>-->
<pagination
v-show="total>0"
:total="total"
@ -228,6 +229,365 @@
@pagination="getList"
></pagination>
</el-card>
<el-card>
<el-collapse v-model="activeNames">
<el-collapse-item name="1">
<template slot="title">
<p class="form-title">生产信息</p>
</template>
<el-table v-loading="manuOrderLoading" :data="listOrder"
style="width: 100%"
@row-click="handleSelectionChange"
highlight-current-row border>
<el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="记录号" prop="recordCode" width="180"></el-table-column>
<el-table-column label="生产订单号" prop="billNo" width="220"></el-table-column>
<el-table-column label="订单日期" prop="billDate" width="180"></el-table-column>
<el-table-column label="DI标识" prop="nameCode" width="180"></el-table-column>
<el-table-column label="产品通用名称" prop="cpmctymc" width="180"></el-table-column>
<el-table-column label="规格型号" prop="ggxh" width="180"></el-table-column>
<el-table-column label="医疗器械注册人" prop="ylqxzcrbarmc" width="180"></el-table-column>
<el-table-column label="注册/备案号" prop="zczbhhzbapzbh" width="180"></el-table-column>
<el-table-column label="操作" width="100" fixed="right">
<template slot-scope="scope">
<el-button
type="text"
@click.native="handleView(scope.row,scope.index)"
>详情
</el-button>
</template>
</el-table-column>
</el-table>
<el-divider style="margin: 15px"></el-divider>
<el-tabs type="border-card">
<el-tab-pane>
<span slot="label">生产信息 {{ currentRow == null ? '' : currentRow.billNo }}-关联关系</span>
<el-table v-loading="manuCodeRelLoading" :data="listCodeRel"
style="width: 100%"
highlight-current-row border>
<el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="UDI码" prop="code" width="180"></el-table-column>
<el-table-column label="父码" prop="pcode" width="180"></el-table-column>
<el-table-column label="产品通用名称" prop="cpmctymc" width="160"></el-table-column>
<el-table-column label="DI标识" prop="nameCode" width="160"></el-table-column>
<el-table-column label="规格型号" prop="ggxh" width="180"></el-table-column>
<el-table-column label="批次号" prop="batchNo" width="120"></el-table-column>
<el-table-column label="生产日期" prop="produceDate" width="180"></el-table-column>
<el-table-column label="失效日期" prop="expireDate" width="180"></el-table-column>
<el-table-column label="序列号" prop="serialNo" width="120"></el-table-column>
<el-table-column label="包装层级" prop="bzcj" width="180"></el-table-column>
<el-table-column label="包装状态" prop="packState" width="180" :formatter="formaterPackState"></el-table-column>
<el-table-column label="操作" width="100" fixed="right">
<template slot-scope="scope">
<el-button
type="text"
@click.native="handleViewCoderel(scope.row,scope.index)"
>详情
</el-button>
</template>
</el-table-column>
</el-table>
</el-tab-pane>
</el-tabs>
</el-collapse-item>
</el-collapse>
</el-card>
<!-- <el-dialog-->
<!-- title="生产信息-详情"-->
<!-- :visible.sync="openManuOrder"-->
<!-- class="dialog-two"-->
<!-- width="60%"-->
<!-- top="5vh"-->
<!-- >-->
<!-- <el-form :model="manuOrderFormView" :rules="formRules" ref="dataForm" label-width="100px">-->
<!-- <el-row type="flex">-->
<!-- <el-col :span="11" type="flex">-->
<!-- <el-form-item label="生产订单号" prop="billNo">-->
<!-- <el-input v-model="manuOrderFormView.billNo" size="small" style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- <el-col :span="11" class="el-col">-->
<!-- <el-form-item label="订单日期" prop="billDate">-->
<!-- <el-input v-model="manuOrderFormView.billDate" size="small"-->
<!-- style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- <el-row type="flex">-->
<!-- <el-col :span="11" type="flex">-->
<!-- <el-form-item label="产品通用名称" prop="cpmctymc">-->
<!-- <el-input v-model="manuOrderFormView.cpmctymc" size="small" style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- <el-col :span="11" class="el-col">-->
<!-- <el-form-item label="规格型号" prop="ggxh">-->
<!-- <el-input v-model="manuOrderFormView.ggxh" size="small"-->
<!-- style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- <el-row type="flex">-->
<!-- <el-col :span="11" type="flex">-->
<!-- <el-form-item label="产品描述" prop="cpms">-->
<!-- <el-input v-model="manuOrderFormView.cpms" size="small" style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- <el-col :span="11" class="el-col">-->
<!-- <el-form-item label="注册/备案证号" prop="zczbhhzbapzbh">-->
<!-- <el-input v-model="manuOrderFormView.zczbhhzbapzbh" size="small"-->
<!-- style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- <el-row type="flex">-->
<!-- <el-col :span="11" type="flex">-->
<!-- <el-form-item label="DI产品标识" prop="nameCode">-->
<!-- <el-input v-model="manuOrderFormView.nameCode" size="small" style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- <el-col :span="11" class="el-col">-->
<!-- <el-form-item label="国家库UUID" prop="uuid">-->
<!-- <el-input v-model="manuOrderFormView.uuid" size="small"-->
<!-- style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- <el-row type="flex">-->
<!-- <el-col :span="11" type="flex">-->
<!-- <el-form-item label="批次号" prop="batchNo">-->
<!-- <el-input v-model="manuOrderFormView.batchNo" size="small" style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- <el-col :span="11" class="el-col">-->
<!-- <el-form-item label="生产企业" prop="manufactory">-->
<!-- <el-input v-model="manuOrderFormView.manufactory" size="small"-->
<!-- style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- <el-row type="flex">-->
<!-- <el-col :span="11" type="flex">-->
<!-- <el-form-item label="更新时间" prop="updateTime">-->
<!-- <el-input v-model="manuOrderFormView.updateTime" size="small" style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- <el-col :span="11" class="el-col">-->
<!-- <el-form-item label="所属企业" prop="companyName">-->
<!-- <el-input v-model="manuOrderFormView.companyName" size="small"-->
<!-- style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- <el-row type="flex">-->
<!-- <el-col :span="11" type="flex">-->
<!-- <el-form-item label="查询记录号" prop="recordCode">-->
<!-- <el-input v-model="manuOrderFormView.recordCode" size="small" style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- <el-col :span="11" class="el-col">-->
<!-- <el-form-item label="查询人" prop="createUser">-->
<!-- <el-input v-model="manuOrderFormView.createUser" size="small"-->
<!-- style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- <el-row type="flex">-->
<!-- <el-col :span="11" type="flex">-->
<!-- <el-form-item label="医疗器械注册人" prop="ylqxzcrbarmc">-->
<!-- <el-input v-model="manuOrderFormView.ylqxzcrbarmc" size="small" style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- <el-col :span="11" class="el-col">-->
<!-- <el-form-item label="查询方式" prop="traceType">-->
<!-- <el-input v-model="this.formateTraceType" size="small"-->
<!-- style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- <el-row type="flex">-->
<!-- <el-col :span="11" type="flex">-->
<!-- <el-form-item label="备注" prop="remark">-->
<!-- <el-input v-model="manuOrderFormView.remark" size="small" style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- </el-form>-->
<!-- <div slot="footer" class="dialog-footer">-->
<!-- <el-button @click.native="openManuOrder = false" size="small">关闭</el-button>-->
<!-- </div>-->
<!-- </el-dialog>-->
<!-- <el-dialog-->
<!-- title="生产信息关联关系-详情"-->
<!-- :visible.sync="openManuCodeRel"-->
<!-- class="dialog-two"-->
<!-- width="60%"-->
<!-- top="5vh"-->
<!-- >-->
<!-- <el-form :model="manuOrderCodeRelFormView" :rules="formRules" ref="dataForm" label-width="100px">-->
<!-- <el-row type="flex">-->
<!-- <el-col :span="11" type="flex">-->
<!-- <el-form-item label="UDI码" prop="code">-->
<!-- <el-input v-model="manuOrderCodeRelFormView.code" size="small" style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- <el-col :span="11" class="el-col">-->
<!-- <el-form-item label="父码" prop="pcode">-->
<!-- <el-input v-model="manuOrderCodeRelFormView.pcode" size="small"-->
<!-- style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- <el-row type="flex">-->
<!-- <el-col :span="11" type="flex">-->
<!-- <el-form-item label="批次号" prop="batchNo">-->
<!-- <el-input v-model="manuOrderCodeRelFormView.batchNo" size="small" style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- <el-col :span="11" class="el-col">-->
<!-- <el-form-item label="序列号" prop="serialNo">-->
<!-- <el-input v-model="manuOrderCodeRelFormView.serialNo" size="small"-->
<!-- style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- <el-row type="flex">-->
<!-- <el-col :span="11" class="el-col">-->
<!-- <el-form-item label="产品通用名称" prop="cpmctymc">-->
<!-- <el-input v-model="manuOrderCodeRelFormView.cpmctymc" size="small"-->
<!-- style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- <el-col :span="11" type="flex">-->
<!-- <el-form-item label="规格型号" prop="ggxh">-->
<!-- <el-input v-model="manuOrderCodeRelFormView.ggxh" size="small" style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- <el-row type="flex">-->
<!-- <el-col :span="11" class="el-col">-->
<!-- <el-form-item label="生产日期" prop="produceDate">-->
<!-- <el-input v-model="manuOrderCodeRelFormView.produceDate" size="small"-->
<!-- style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- <el-col :span="11" type="flex">-->
<!-- <el-form-item label="失效日期" prop="expireDate">-->
<!-- <el-input v-model="manuOrderCodeRelFormView.expireDate" size="small" style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- <el-row type="flex">-->
<!-- <el-col :span="11" type="flex">-->
<!-- <el-form-item label="包装状态" prop="packState">-->
<!-- <el-input v-model="this.formatePackState" size="small" style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- <el-col :span="11" class="el-col">-->
<!-- <el-form-item label="包装层级" prop="bzcj">-->
<!-- <el-input v-model="manuOrderCodeRelFormView.bzcj" size="small"-->
<!-- style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- <el-row type="flex">-->
<!-- <el-col :span="11" type="flex">-->
<!-- <el-form-item label="DI产品标识" prop="nameCode">-->
<!-- <el-input v-model="manuOrderCodeRelFormView.nameCode" size="small" style="width: 90%" :disabled="true"-->
<!-- ></el-input>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- </el-form>-->
<!-- <div slot="footer" class="dialog-footer">-->
<!-- <el-button @click.native="openManuCodeRel = false" size="small">关闭</el-button>-->
<!-- </div>-->
<!-- </el-dialog>-->
<el-card>
<el-collapse v-model="activeNames">
<el-collapse-item name="1">
<template slot="title">
<p class="form-title">出入库单据信息</p>
</template>
<el-table v-loading="loading" :data="this.list"
style="width: 100%"
border highlight-current-row>
<el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="单据号" prop="billNo" width="150"></el-table-column>
<el-table-column label="单据类型" prop="billType" width="100"></el-table-column>
<el-table-column label="单据源头类型" prop="sourceType" width="100" :formatter="formaterSourceType"></el-table-column>
<el-table-column label="出入库类型" prop="inOutType" width="100" :formatter="formaterInOutType"></el-table-column>
<el-table-column label="单据日期" prop="billDate" width="150"></el-table-column>
<el-table-column label="更新时间" prop="updateTime" width="150"></el-table-column>
<el-table-column label="发货企业" prop="fromCorp" width="220"></el-table-column>
<el-table-column label="收货企业" prop="toCorp" width="220"></el-table-column>
<el-table-column label="所属企业" prop="companyIdFk" width="220" :formatter="formatCompanyName"></el-table-column>
<!-- <el-table-column label="备注" prop="remark" width="220"></el-table-column>-->
<!-- <el-table-column label="单据日期" prop="billDate" width="150"></el-table-column>-->
<!-- <el-table-column label="客户端类型" prop="clientType" width="150"></el-table-column>
<el-table-column label="当前企业统一社会信用号" prop="companyCertNum" width="200"></el-table-column>
<el-table-column label="单据创建者" prop="createUser" width="150"></el-table-column>
<el-table-column label="销毁原因" prop="destoryReason" width="150"></el-table-column>
<el-table-column label="执行销毁人证件号" prop="excuseCode" width="150"></el-table-column>
<el-table-column label="执行销毁人" prop="excuseUser" width="150"></el-table-column>
<el-table-column label="发货企业统一社会信用号" prop="fromCorpCreditNum" width="200"></el-table-column>
<el-table-column label="退货原因" prop="returnReason" width="150"></el-table-column>
<el-table-column label="监督人证件号" prop="superviserCode" width="150"></el-table-column>
<el-table-column label="监督人姓名" prop="superviserUser" width="150"></el-table-column>
<el-table-column label="收货企业统一社会信用号" prop="toCorpCreditNum" width="200"></el-table-column>
<el-table-column label="使用者信息" prop="toUserInfo" width="150"></el-table-column>
<el-table-column label="上传人" prop="uploadUser" width="220"></el-table-column>-->
<el-table-column label="操作" width="100" fixed="right">
<template slot-scope="scope">
<el-button
type="text"
@click.native="handleView(scope.row,scope.index)"
>详情
</el-button>
</template>
</el-table-column>
</el-table>
</el-collapse-item>
</el-collapse>
</el-card>
<el-dialog
title="单据-详情"
:visible.sync="open"
@ -377,6 +737,198 @@
<el-row type="flex">
</el-row>
<el-row>
<el-col :span="11" type="flex">
<el-form-item label="当前企业统一社会信用号" prop="companyCertNum">
<el-input v-model="formView.companyCertNum" size="small" style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
<el-col :span="11" type="flex">
<el-form-item label="执行销毁人证件号" prop="excuseCode">
<el-input v-model="formView.excuseCode" size="small" style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="11" class="el-col">
<el-form-item label="发货企业统一社会信用号" prop="fromCorpCreditNum">
<el-input v-model="formView.fromCorpCreditNum" size="small"
style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
<el-col :span="11" type="flex">
<el-form-item label="收货企业统一社会信用号" prop="toCorpCreditNum">
<el-input v-model="formView.toCorpCreditNum" size="small" style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="11" type="flex">
<el-form-item label="备注" prop="remark">
<el-input v-model="formView.remark" size="small" style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
</el-row>
</el-form>
<div slot="footer" class="dialog-footer">
<el-button @click.native="open = false" size="small">关闭</el-button>
</div>
</el-dialog>
<el-dialog
title="单据-详情"
:visible.sync="open"
class="dialog-two"
width="60%"
top="5vh"
>
<el-form :model="formView" :rules="formRules" ref="dataForm" label-width="100px">
<el-row type="flex">
<el-col :span="11" type="flex">
<el-form-item label="单据号" prop="billNo">
<el-input v-model="formView.billNo" size="small" style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
<el-col :span="11" class="el-col">
<el-form-item label="单据日期" prop="billDate">
<el-input v-model="formView.billDate" size="small"
style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row type="flex">
<el-col :span="11" class="el-col">
<el-form-item label="单据类型" prop="billType">
<el-input v-model="formView.billType" size="small"
style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
<el-col :span="11" type="flex">
<el-form-item label="客户端类型" prop="clientType">
<el-input v-model="formView.clientType" size="small" style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="11" class="el-col">
<el-form-item label="所属企业" prop="companyIdFk">
<el-input v-model="this.formateCompanyName" size="small"
style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
<el-col :span="11" type="flex">
<el-form-item label="发货企业" prop="fromCorp">
<el-input v-model="formView.fromCorp" size="small" style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row type="flex">
<el-col :span="11" type="flex">
<el-form-item label="单据创建者" prop="createUser">
<el-input v-model="formView.createUser" size="small" style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
<el-col :span="11" class="el-col">
<el-form-item label="销毁原因" prop="destoryReason">
<el-input v-model="formView.destoryReason" size="small"
style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row type="flex">
<el-col :span="11" class="el-col">
<el-form-item label="更新时间" prop="updateTime">
<el-input v-model="formView.updateTime" size="small"
style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
<el-col :span="11" class="el-col">
<el-form-item label="执行销毁人" prop="excuseUser">
<el-input v-model="formView.excuseUser" size="small"
style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row type="flex">
</el-row>
<el-row type="flex">
<el-col :span="11" type="flex">
<el-form-item label="出入库类型" prop="inOutType">
<el-input v-model="this.formateInOutType" size="small" style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
<el-col :span="11" class="el-col">
<el-form-item label="退货原因" prop="returnReason">
<el-input v-model="formView.returnReason" size="small"
style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row type="flex">
<el-col :span="11" type="flex">
<el-form-item label="单据源头类型" prop="sourceType">
<el-input v-model="this.formateSourceType" size="small" style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
<el-col :span="11" class="el-col">
<el-form-item label="监督人证件号" prop="superviserCode">
<el-input v-model="formView.superviserCode" size="small"
style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row type="flex">
<el-col :span="11" type="flex">
<el-form-item label="监督人姓名" prop="superviserUser">
<el-input v-model="formView.superviserUser" size="small" style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
<el-col :span="11" class="el-col">
<el-form-item label="收货企业" prop="toCorp">
<el-input v-model="formView.toCorp" size="small"
style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row type="flex">
<el-col :span="11" type="flex">
<el-form-item label="上传人" prop="uploadUser">
<el-input v-model="formView.uploadUser" size="small" style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
<el-col :span="11" class="el-col">
<el-form-item label="使用者信息" prop="toUserInfo">
<el-input v-model="formView.toUserInfo" size="small"
style="width: 90%" :disabled="true"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row type="flex">
</el-row>
<el-row>
<el-col :span="11" type="flex">

Loading…
Cancel
Save