登录,bug修改,单据类型相关修改

ywj_dev
anthonywj 2 years ago
parent 37845e7d99
commit e228b4562e

@ -9,10 +9,10 @@ ENV = 'production'
# VUE_APP_BASE_API = 'http://101.43.77.55:9150/UDI_SPMS_SERVER/' # VUE_APP_BASE_API = 'http://101.43.77.55:9150/UDI_SPMS_SERVER/'
# 吴总测试服务器 # 吴总测试服务器
# VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_SPMS_SERVER/' VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_SPMS_SERVER/'
# 平潭 # 平潭
VUE_APP_BASE_API = 'http://121.204.169.96:9150/UDI_SPMS_SERVER/' # VUE_APP_BASE_API = 'http://121.204.169.96:9150/UDI_SPMS_SERVER/'
# 文明点 # 文明点
# VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_SPMS_SERVER/' # VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_SPMS_SERVER/'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 646 KiB

After

Width:  |  Height:  |  Size: 358 KiB

@ -227,7 +227,7 @@ export default {
vailDispatch: null, vailDispatch: null,
vailGroupBuy: null, vailGroupBuy: null,
inStock: false, inStock: false,
actionType: 0, actionType: 1,
fillCodeRel: false, fillCodeRel: false,
thrCheckEnable: null, thrCheckEnable: null,
@ -240,9 +240,9 @@ export default {
thrCheckChange: null, thrCheckChange: null,
thrCheckBalance: null, thrCheckBalance: null,
thrCheckCopy: null, thrCheckCopy: null,
checkVailDate:true, // checkVailDate: false, //
checkExpire: true, // checkExpire: true, //
checkCertExpire:true, // checkCertExpire: false, //
}, },
enableMap: { enableMap: {
@ -473,7 +473,7 @@ export default {
vailDispatch: null, vailDispatch: null,
vailGroupBuy: null, vailGroupBuy: null,
inStock: false, inStock: false,
actionType: 0, actionType: 1,
fillCodeRel: false, fillCodeRel: false,
thrCheckEnable: null, thrCheckEnable: null,
thrCheckWebNew: null, thrCheckWebNew: null,
@ -486,14 +486,15 @@ export default {
thrCheckBalance: null, thrCheckBalance: null,
thrCheckCopy: null, thrCheckCopy: null,
checkVailDate:true, // checkVailDate: false, //
checkExpire: true, // checkExpire: true, //
checkCertExpire:true, // checkCertExpire: false, //
} }
this.addDialogVisible = true; this.addDialogVisible = true;
}, },
handleModifyClick(row) { handleModifyClick(row) {
debugger
this.inputQuery = row; this.inputQuery = row;
this.modifyDialogVisible = true; this.modifyDialogVisible = true;
}, },

@ -62,23 +62,16 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="11"> <el-col :span="11" type="flex">
<el-form-item label="内部单据自动平衡" prop="supplementOrderType"> <el-form-item label="库存方式" prop="actionType">
<el-select :disabled="inputQuery.corpType !=3 || inputQuery.inStock!= true || inputQuery.actionType != 1" <el-select v-model="inputQuery.actionType"
size="small" size="small"
style="width: 90%" style="width: 90%"
v-model="inputQuery.supplementOrderType"
clearable clearable
placeholder="单据类型" placeholder="请选择入库方式">
> <el-option label="入账" :value="1"></el-option>
<el-option <el-option label="预验收" :value="2"></el-option>
v-for="item in orderTypeList" <el-option label="寄售" :value="3"></el-option>
:key="item.name"
:label="item.name"
:value="item.action"
>
<span style="float: left">{{ item.name }}</span>
</el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
@ -95,21 +88,29 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<!-- :disabled="inputQuery.mainAction!='WareHouseIn' || inputQuery.corpType!=2 "-->
<el-col :span="11" type="flex"> <el-col :span="11">
<el-form-item label="库存方式" prop="actionType"> <el-form-item label="内部单据自动平衡" prop="supplementOrderType">
<el-select v-model="inputQuery.actionType" <el-select :disabled="inputQuery.corpType !=3 || inputQuery.inStock!= true || inputQuery.actionType != 1"
size="small" size="small"
style="width: 90%" style="width: 90%"
v-model="inputQuery.supplementOrderType"
clearable clearable
placeholder="请选择入库方式"> placeholder="单据类型"
<el-option label="无" :value="0"></el-option> >
<el-option label="入账" :value="1"></el-option> <el-option
<el-option label="预验收" :value="2"></el-option> v-for="item in orderTypeList"
<el-option label="寄售" :value="3"></el-option> :key="item.name"
:label="item.name"
:value="item.action"
>
<span style="float: left">{{ item.name }}</span>
</el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<!-- :disabled="inputQuery.mainAction!='WareHouseIn' || inputQuery.corpType!=2 "-->
</el-row> </el-row>
<el-row type="flex"> <el-row type="flex">
<el-col :span="11"> <el-col :span="11">
@ -301,7 +302,7 @@
<el-divider></el-divider> <el-divider></el-divider>
</el-collapse-item> </el-collapse-item>
<el-collapse-item title="医院使用出库设置" v-if="inputQuery.mainAction!='WareHouseIn'"> <el-collapse-item title="出库单据设置" v-if="inputQuery.mainAction!='WareHouseIn'">
<div style="width: 100%;margin-top: 15px"> <div style="width: 100%;margin-top: 15px">
<el-row> <el-row>
<el-col span="5"> <el-col span="5">
@ -1179,10 +1180,9 @@ export default {
}).catch(() => { }).catch(() => {
}) })
// if (this.inputQuery.mainAction != 'WareHouseIn') {
if (this.inputQuery.mainAction != 'WareHouseIn') { // this.inputQuery.actionType = null
this.inputQuery.actionType = null // }
}
}, },
// //

@ -835,7 +835,7 @@ export default {
this.loading = true; this.loading = true;
this.currentRow = {billNo: ""}; this.currentRow = {billNo: ""};
this.clearDetailList(); this.clearDetailList();
this.filterQuery.vueType = "supDelivery"; this.filterQuery.vueType = "supDelAudit";
getOrderList(this.filterQuery) getOrderList(this.filterQuery)
.then((response) => { .then((response) => {
this.loading = false; this.loading = false;

@ -12,7 +12,7 @@
label-position="left" label-position="left"
> >
<el-card class="box-card"> <el-card class="box-card">
<div style="text-align: center; margin-top: 10px"> <div style="text-align: center; margin-top: 10px;margin-bottom: 15px">
<img alt="element-logo" src="@/assets/logo/logo.png"/> <img alt="element-logo" src="@/assets/logo/logo.png"/>
</div> </div>
<h3 class="title">用户登录</h3> <h3 class="title">用户登录</h3>
@ -326,7 +326,7 @@ $light_gray: #eee;
.login-form { .login-form {
//@include fxied-center; //@include fxied-center;
margin: 0px 100px auto auto; margin: 0px 80px auto auto;
width: 50em; width: 50em;
/*background-color: silver;*/ /*background-color: silver;*/
/*background: #fff;*/ /*background: #fff;*/

@ -35,7 +35,7 @@ module.exports = {
proxy: { proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy // detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
target: `http://192.168.0.166:9993/`, target: `http://127.0.0.1:9993/`,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '' ['^' + process.env.VUE_APP_BASE_API]: ''

Loading…
Cancel
Save