切换分支备份

tagView
anthonywj 2 years ago
parent 407598ca56
commit 86854eb947

@ -1,6 +1,6 @@
{ {
"BASE_URL": "http://192.168.0.109:9906", "BASE_URL": "http://192.168.1.9:9906",
"SERVER_IP": "http://192.168.0.109:9906", "SERVER_IP": "http://192.168.1.9:9906",
"hosp_name": "福建省XX市医院" "hosp_name": "福建省XX市医院"
} }

@ -16,7 +16,7 @@ export default new Vuex.Store({
getters, getters,
modules: { modules: {
app, app,
admin admin,
}, },
strict: debug strict: debug
// plugins: debug ? [createLogger()] : [] // plugins: debug ? [createLogger()] : []

@ -375,6 +375,7 @@ export default {
height: 130%; height: 130%;
line-height: 60px; line-height: 60px;
@include clearfix; @include clearfix;
background: #FFFFFF;
} }
.header-right { .header-right {

@ -66,9 +66,14 @@
<router-link>{{ item.name }}</router-link> <router-link>{{ item.name }}</router-link>
</el-breadcrumb-item> </el-breadcrumb-item>
</el-breadcrumb> </el-breadcrumb>
</div> <!-- <tags-view />-->
<!-- <el-card>-->
<!-- <div class="header-tabs">-->
<!-- <tabs-view v-on:listenChildParentMenuHide="menuShow = false"></tabs-view>-->
<!-- </div>-->
<!-- </el-card>-->
</div>
<div class="header-right"> <div class="header-right">
<div> <div>
<h3> <h3>
@ -159,7 +164,7 @@
<el-main class="main"> <el-main class="main">
<div class="content-box" :class="{ 'content-collapse': collapse }"> <div class="content-box" :class="{ 'content-collapse': collapse }">
<!-- <v-tags>标签</v-tags>--> <v-tags>标签</v-tags>
<div class="content"> <div class="content">
<transition name="move" mode="out-in"> <transition name="move" mode="out-in">
<keep-alive :include="tagsList"> <keep-alive :include="tagsList">
@ -191,8 +196,6 @@
<!-- >--> <!-- >-->
<!-- </div>--> <!-- </div>-->
</el-container> </el-container>
<el-dialog <el-dialog
:title="selectMap[isSup]" :title="selectMap[isSup]"
:visible.sync="selInvVisible" :visible.sync="selInvVisible"
@ -254,7 +257,7 @@
</div> </div>
<div style='text-align: center; margin-bottom: 10px;margin-top: 18px ;'> <div style='text-align: center; margin-bottom: 10px;margin-top: 18px ;'>
<el-button type="primary" @click="submitInv" style="width: 150px">提交</el-button> <el-button type="primary" @click="submitInv" style="width: 150px">提交</el-button>
<!-- <el-button type="primary" @click="closeDialog"></el-button>--> <!-- <el-button type="primary" @click="closeDialog"></el-button>-->
</div> </div>
</el-form> </el-form>
</el-dialog> </el-dialog>
@ -358,6 +361,7 @@ export default {
components: { components: {
SidebarItem, SidebarItem,
vTags, vTags,
}, },
computed: { computed: {
...mapGetters({ ...mapGetters({

@ -64,7 +64,7 @@
</el-col> </el-col>
<el-col :span="7"> <el-col :span="7">
<el-form-item prop="serialNo"> <el-form-item prop="serialNo">
<el-input v-model="editData.serialNo" auto-complete="off" :disabled="xlhEnable"></el-input> <el-input v-model="editData.serialNo" auto-complete="off"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>

@ -502,7 +502,7 @@ export default {
this.detailQuery = { this.detailQuery = {
orderIdFk: "", orderIdFk: "",
page: 1, page: 1,
limit: 20 limit: 200
}; };
this.detailTotal = 0; this.detailTotal = 0;
}, },

@ -646,7 +646,7 @@ export default {
this.detailQuery = { this.detailQuery = {
orderIdFk: "", orderIdFk: "",
page: 1, page: 1,
limit: 20 limit: 200
}; };
this.detailTotal = 0; this.detailTotal = 0;
}, },

@ -606,7 +606,7 @@ export default {
this.detailTotal = { this.detailTotal = {
orderIdFk: "", orderIdFk: "",
page: 1, page: 1,
limit: 20 limit: 200
}; };
this.detailTotal = 0; this.detailTotal = 0;
}, },

@ -325,14 +325,14 @@ export default {
return; return;
} }
if (this.ids.length > 0) { // if (this.ids.length > 0) {
for (var i = 0; i < this.ids.length; i++) { // for (var i = 0; i < this.ids.length; i++) {
if (this.ids[i] == this.multipleSelection.rlId) { // if (this.ids[i] == this.multipleSelection.rlId) {
this.$message.error("该产品已录入!"); // this.$message.error("");
return // return
} // }
} // }
} // }
let str = this.multipleSelection.zczbhhzbapzbh; let str = this.multipleSelection.zczbhhzbapzbh;
if (str.search(",") != -1) { if (str.search(",") != -1) {

@ -523,7 +523,7 @@ export default {
detailQuery: { detailQuery: {
orderIdFk: "", orderIdFk: "",
page: 1, page: 1,
limit: 20 limit: 100
}, },
busTypes: [], busTypes: [],
enableDept: false, enableDept: false,
@ -638,7 +638,7 @@ export default {
this.detailQuery = { this.detailQuery = {
orderIdFk: "", orderIdFk: "",
page: 1, page: 1,
limit: 20 limit: 200
} }
this.detailList = []; this.detailList = [];
this.detailTotal = 0; this.detailTotal = 0;

Loading…
Cancel
Save