代码备份

prod
anthonywj 2 years ago
parent f7bcb8cc85
commit 4ff95bab94

@ -128,8 +128,12 @@
<el-table-column label="生产企业" prop="ylqxzcrbarmc" show-overflow-tooltip></el-table-column>
<el-table-column label="操作" width="150">
<template slot-scope="scope">
<el-button type="text" size="small" :disabled="scope.row.index === selectedIndex" @click.stop="true" @click.native="rowChange(scope.row)">编辑</el-button>
<el-button type="text" size="small" @click.stop="true" @click.native="deleteCodeArray(scope.$index, scope.row)">删除</el-button>
<el-button type="text" size="small" :disabled="scope.row.index === selectedIndex" @click.stop="true"
@click.native="rowChange(scope.row)">编辑
</el-button>
<el-button type="text" size="small" @click.stop="true"
@click.native="deleteCodeArray(scope.$index, scope.row)">删除
</el-button>
</template>
</el-table-column>
</el-table>
@ -195,9 +199,10 @@ export default {
formData: {
invCode: null,
targetInvCode: null,
billNo: null,
billDate: "",
billType: "",
billType: "HCLY",
},
formRules: {
billDate: [
@ -322,7 +327,6 @@ export default {
}
}
}
if (status === '0') {
@ -502,9 +506,9 @@ export default {
this.formData = {
invCode: this.$store.getters.locInvCode,
targetInvCode: null,
billType: "HCLY",
billNo: null,
billDate: "",
billType: "",
};
this.orderEditor = false;
}

@ -59,7 +59,8 @@
<el-row style="margin-top: -10px">
<el-col :span="11">
<el-form-item label="申购科室:" prop="locStorageCode">
<el-select v-model="formData.targetInvCode" placeholder="当前分库信息" @change="setWarehouseName" style="width: 90%" clearable>
<el-select v-model="formData.targetInvCode" placeholder="当前分库信息" @change="setWarehouseName"
style="width: 90%" clearable>
<el-option
v-for="item in subInvList"
:key="item.name"
@ -73,14 +74,16 @@
</el-col>
<el-col :span="11">
<el-form-item label="申购说明:" prop="billNo">
<el-input v-model="formData.remark" auto-complete="off" style="width: 90%" type="textarea" autosize></el-input>
<el-input v-model="formData.remark" auto-complete="off" style="width: 90%" type="textarea"
autosize></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row style="margin-top: -10px" v-show="formData.status==4">
<el-col :span="11">
<el-form-item label="拒绝原因:">
<el-input v-model="formData.auditRemark" auto-complete="off" style="width: 90%" :disabled="true"></el-input>
<el-input v-model="formData.auditRemark" auto-complete="off" style="width: 90%"
:disabled="true"></el-input>
</el-form-item>
</el-col>
</el-row>
@ -97,7 +100,8 @@
</el-button-group>
</el-row>
<el-table v-loading="loading" :data="codeArray" style="width: 100%;" :row-class-name="tableRowClassName" border highlight-current-row max-height="300" height="300" ref="multipleTable">
<el-table v-loading="loading" :data="codeArray" style="width: 100%;" :row-class-name="tableRowClassName" border
highlight-current-row max-height="300" height="300" ref="multipleTable">
<el-table-column label="序号" type="index" width="50"></el-table-column>
<el-table-column label="产品通用名" prop="productName" show-overflow-tooltip></el-table-column>
<el-table-column label="规格型号" prop="spec" show-overflow-tooltip></el-table-column>
@ -119,8 +123,12 @@
<el-table-column label="医疗器械注册人" prop="ylqxzcrbarmc" show-overflow-tooltip></el-table-column>
<el-table-column label="操作" width="120">
<template slot-scope="scope">
<el-button type="text" size="small" :disabled="scope.row.index === selectedIndex" @click.stop="true" @click.native="rowChange(scope.row)">编辑</el-button>
<el-button type="text" size="small" @click.stop="true" @click.native="deleteCodeArray(scope.$index, scope.row)">删除</el-button>
<el-button type="text" size="small" :disabled="scope.row.index === selectedIndex" @click.stop="true"
@click.native="rowChange(scope.row)">编辑
</el-button>
<el-button type="text" size="small" @click.stop="true"
@click.native="deleteCodeArray(scope.$index, scope.row)">删除
</el-button>
</template>
</el-table-column>
</el-table>
@ -207,6 +215,7 @@ export default {
limit: 10,
},
formData: {
billType: "CPSG",
id: null,
billNo: null,
billDate: "",
@ -463,7 +472,6 @@ export default {
},
findSubInvs() {
this.subInvList = [];
let query = {
@ -503,6 +511,7 @@ export default {
billNo: null,
billDate: "",
remark: "",
billType: "CPSG",
deptCode: null,
locStorageCode: null,
invWarehouseCode: null,

@ -212,6 +212,7 @@ export default {
billNo: null,
billDate: "",
remark: "",
billType: "CGDD",
deptCode: null,
locStorageCode: null,
invWarehouseCode: null,
@ -500,6 +501,7 @@ export default {
billNo: null,
billDate: "",
remark: "",
billType: "CGDD",
deptCode: null,
incCode: null,
};

@ -212,6 +212,7 @@ export default {
billNo: null,
billDate: "",
remark: "",
billType: "CGJH",
deptCode: null,
locStorageCode: null,
invWarehouseCode: null,
@ -499,6 +500,7 @@ export default {
billNo: null,
billDate: "",
remark: "",
billType: "CGJH",
deptCode: null,
incCode: null,
};

@ -98,20 +98,19 @@
</el-descriptions-item>
<el-descriptions-item>
<template slot="label">
运行参数
</template>
<el-checkbox v-model="configQuery.entrustAction" :disabled="configQuery.downstreamEnable">
</el-checkbox>
</el-descriptions-item>
<!-- <el-descriptions-item>-->
<!-- <template slot="label">-->
<!-- 运行参数-->
<!-- </template>-->
<!-- <el-checkbox v-model="configQuery.entrustAction" :disabled="configQuery.downstreamEnable">-->
<!-- </el-checkbox>-->
<!-- </el-descriptions-item>-->
<el-descriptions-item>
<template slot="label">
单据类型
</template>
<el-checkbox v-model="configQuery.typeBus" :disabled="configQuery.downstreamEnable"></el-checkbox>
<el-checkbox v-model="configQuery.typeScan" :disabled="configQuery.downstreamEnable">
</el-checkbox>
<el-checkbox v-model="configQuery.typeScan" :disabled="configQuery.downstreamEnable"></el-checkbox>
<el-checkbox v-model="configQuery.typeThird" :disabled="configQuery.downstreamEnable">
</el-checkbox>
</el-descriptions-item>
@ -120,10 +119,11 @@
<template slot="label">
基础信息
</template>
<el-checkbox v-model="configQuery.basicProducts" :disabled="configQuery.downstreamEnable">
</el-checkbox>
<el-checkbox v-model="configQuery.basicCorp" :disabled="configQuery.downstreamEnable">
</el-checkbox>
<!-- <el-checkbox v-model="configQuery.basicProducts" :disabled="configQuery.downstreamEnable">-->
<!-- </el-checkbox>-->
<!-- <el-checkbox v-model="configQuery.basicCorp" :disabled="configQuery.downstreamEnable">-->
<!-- </el-checkbox>-->
<el-checkbox v-model="configQuery.basicDept" :disabled="configQuery.downstreamEnable"></el-checkbox>
<el-checkbox v-model="configQuery.basicInv" :disabled="configQuery.downstreamEnable"></el-checkbox>
<el-checkbox v-model="configQuery.sysUser" :disabled="configQuery.downstreamEnable"></el-checkbox>
</el-descriptions-item>
@ -148,17 +148,17 @@
<!-- <el-checkbox v-model="configQuery.dbDiProducts">DI</el-checkbox>-->
<!-- </el-descriptions-item>-->
<el-descriptions-item>
<template slot="label">
首营资质证书
</template>
<el-checkbox v-model="configQuery.companyCert" :disabled="configQuery.downstreamEnable">
</el-checkbox>
<el-checkbox v-model="configQuery.manufacturerCert" :disabled="configQuery.downstreamEnable">
</el-checkbox>
<el-checkbox v-model="configQuery.productCert" :disabled="configQuery.downstreamEnable">
</el-checkbox>
</el-descriptions-item>
<!-- <el-descriptions-item>-->
<!-- <template slot="label">-->
<!-- 首营资质证书-->
<!-- </template>-->
<!-- <el-checkbox v-model="configQuery.companyCert" :disabled="configQuery.downstreamEnable">-->
<!-- </el-checkbox>-->
<!-- <el-checkbox v-model="configQuery.manufacturerCert" :disabled="configQuery.downstreamEnable">-->
<!-- </el-checkbox>-->
<!-- <el-checkbox v-model="configQuery.productCert" :disabled="configQuery.downstreamEnable">-->
<!-- </el-checkbox>-->
<!-- </el-descriptions-item>-->
</el-descriptions>
<el-descriptions class="margin-top" title="上传至UDI自助平台扫码单据" :column="1" :size="100"
@ -250,10 +250,9 @@
<el-table-column width="250" label="单据状态">
<template slot-scope="scope">
<el-select v-model="scope.row.orderStatus" placeholder="请选择单据状态">
<el-option label="待校验" :value=3>待校验</el-option>
<el-option label="待核对" :value=5>待核对</el-option>
<el-option label="待审核" :value=10>待审核</el-option>
<el-option label="已审核" :value=7>已审核</el-option>
<el-option label="待校验" :value=1>草稿</el-option>
<el-option label="待核对" :value=2>未审核</el-option>
<el-option label="待审核" :value=3>已审核</el-option>
</el-select>
</template>
</el-table-column>
@ -395,7 +394,7 @@ export default {
companyCert: null,
manufacturerCert: null,
productCert: null,
basicDept: null,
},
checkedBusTypes: [],

Loading…
Cancel
Save