Merge remote-tracking branch 'origin/dev' into dev

dev
薛宇 2 years ago
commit ea77fe873e

@ -680,7 +680,6 @@ export default {
// this.resultDetailList = []; // this.resultDetailList = [];
}, },
handleInvoiceChange(val) { handleInvoiceChange(val) {
debugger
this.cowEn=val; this.cowEn=val;
this.getOrderList(val) this.getOrderList(val)
this.getProductDetailList(val) this.getProductDetailList(val)

@ -1,6 +1,8 @@
<template> <template>
<div style="display: flex; flex-direction: column"> <div style="display: flex; flex-direction: column">
<el-button size="small" style="margin-left: auto; margin-right: 15px" type="primary" icon="el-icon-bottom-right" @click="onSubmit"></el-button> <el-button size="small" style="margin-left: auto; margin-right: 15px" type="primary" icon="el-icon-bottom-right"
@click="onSubmit">登记
</el-button>
<el-form :model="inputQuery" :rules="formRules" ref="dataForm" label-width="150px" style="padding-top: 40px"> <el-form :model="inputQuery" :rules="formRules" ref="dataForm" label-width="150px" style="padding-top: 40px">
<el-card style="margin-top: -30px"> <el-card style="margin-top: -30px">
<el-row> <el-row>
@ -150,7 +152,8 @@
>选择单据 >选择单据
</el-button> </el-button>
</el-button-group> </el-button-group>
<el-table v-loading="loading" @current-change="handleSelectionChange" :data="list" style="width: 100%" highlight-current-row border> <el-table v-loading="loading" @current-change="handleSelectionChange" :data="list" style="width: 100%"
highlight-current-row border>
<el-table-column label="序号" type="index"></el-table-column> <el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="单据号" prop="billNo" show-overflow-tooltip width="180"></el-table-column> <el-table-column label="单据号" prop="billNo" show-overflow-tooltip width="180"></el-table-column>
<el-table-column label="单据类型" prop="billTypeName" width="150"></el-table-column> <el-table-column label="单据类型" prop="billTypeName" width="150"></el-table-column>
@ -171,13 +174,13 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<pagination <!-- <pagination-->
v-show="total > 0" <!-- v-show="total > 0"-->
:total="total" <!-- :total="total"-->
:page.sync="filterQuery.page" <!-- :page.sync="filterQuery.page"-->
:limit.sync="filterQuery.limit" <!-- :limit.sync="filterQuery.limit"-->
@pagination="getCodeDetailLists" <!-- @pagination="getCodeDetailLists"-->
/> <!-- />-->
</el-tabs> </el-tabs>
@ -309,9 +312,7 @@ export default {
billNo: null, billNo: null,
mainAction: null, mainAction: null,
action: null, action: null,
page: 1,
supInoivceSearch: 'supInvoice', supInoivceSearch: 'supInvoice',
limit: 10,
startTime: null, startTime: null,
endTime: null, endTime: null,
}, },

@ -45,7 +45,7 @@
clearable> clearable>
<el-option <el-option
v-for="item in busTypes" v-for="item in busTypes"
:key="item.name" :key="item.id"
:label="item.name" :label="item.name"
:value="item.action"> :value="item.action">
<span style="float: left">{{ item.name }}</span> <span style="float: left">{{ item.name }}</span>
@ -479,11 +479,18 @@
prop="manufacturer" prop="manufacturer"
show-overflow-tooltip show-overflow-tooltip
></el-table-column> ></el-table-column>
<el-table-column <!-- <el-table-column-->
label="注册/备案号" width="180" <!-- label="注册/备案号" width="180"-->
prop="certCode" <!-- prop="certCode"-->
show-overflow-tooltip <!-- show-overflow-tooltip-->
></el-table-column> <!-- ></el-table-column>-->
<el-table-column label="注册/备案号" width="180">
<template slot-scope="scope">
<div v-if="scope.row.certCode">
<span>{{ scope.row.certCode.split(',')[0] }}</span>
</div>
</template>
</el-table-column>
</el-table> </el-table>
<pagination <pagination
v-show="codeTotal>0" v-show="codeTotal>0"

@ -33,13 +33,13 @@
<el-row> <el-row>
<el-col :span="11"> <el-col :span="11">
<el-form-item label="紧急程度:" prop="emergency"> <el-form-item label="紧急程度:" prop="emergency">
<el-select v-model="formData.emergency" :disabled="true" placeholder="请选择紧急程度" style="width: 90%" <el-select v-model="formData.emergency" :disabled="true" placeholder="请选择紧急程度" style="width: 90%" clearable>
clearable> <el-option label="正常" value=1></el-option>
<el-option label="正常" :value=1></el-option> <el-option label="较急" value=2></el-option>
<el-option label="较急" :value=2></el-option> <el-option label="特急" value=3></el-option>
<el-option label="特急" :value=3></el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="11"> <el-col :span="11">
<el-form-item label="到货截止:" prop="arrivalTime"> <el-form-item label="到货截止:" prop="arrivalTime">
@ -215,6 +215,7 @@ export default {
autoPurchase: true, autoPurchase: true,
targetInv: 1000, targetInv: 1000,
targetSubInv: null, targetSubInv: null,
emergency: null,
targetBillAction: null targetBillAction: null
}, },
formRules: {}, formRules: {},
@ -460,7 +461,7 @@ export default {
targetInvChange() { targetInvChange() {
let query = { let query = {
enable: true, enable: true,
spUse: 1, spUse: true,
invCode: this.formData.invCode invCode: this.formData.invCode
} }
getLocalJoinByUser(query) getLocalJoinByUser(query)

@ -749,7 +749,7 @@
<el-col :span="12" class="el-col"> <el-col :span="12" class="el-col">
<div class="text item"> <div class="text item">
<div class="itemTag"> <div class="itemTag">
<span>包装:&nbsp;</span> <span>包装:&nbsp;</span>
</div> </div>
<el-input <el-input
@ -1032,6 +1032,9 @@ export default {
this.thisData = this.editQuery; this.thisData = this.editQuery;
this.selectErpDialogVisible = true; this.selectErpDialogVisible = true;
}, },
handleDetail(row) {
this.editQuery = row;
},
removeDi() { removeDi() {
this.$confirm("此操作将解除该绑定DI器械信息, 是否继续?", "提示", { this.$confirm("此操作将解除该绑定DI器械信息, 是否继续?", "提示", {
confirmButtonText: "确定", confirmButtonText: "确定",

Loading…
Cancel
Save