相关界面调整修改

prod
anthonywj 2 years ago
parent a186a4eb1c
commit 53f7b25f20

@ -240,7 +240,7 @@
<el-row> <el-row>
<el-col span="5"> <el-col span="5">
<span class="sptext">是否只允许有库存产品出库</span> <span class="sptext">允许单据库存0库存出库</span>
</el-col> </el-col>
<el-divider direction="vertical"></el-divider> <el-divider direction="vertical"></el-divider>
<el-col span="5"> <el-col span="5">
@ -252,7 +252,7 @@
</el-col> </el-col>
<el-divider direction="vertical"></el-divider> <el-divider direction="vertical"></el-divider>
<el-col span="13"> <el-col span="13">
<span class="sptext">设置是否只允许有库存产品出库</span> <span class="sptext">允许单据库存0库存出库</span>
</el-col> </el-col>
</el-row> </el-row>
<el-divider></el-divider> <el-divider></el-divider>

@ -224,7 +224,7 @@ export default {
storageCode: null, storageCode: null,
supplementOrderType: null, supplementOrderType: null,
defaultUnit: null, defaultUnit: null,
useDyCount: false, useDyCount: 0,
expireTip: true, expireTip: true,
prefix: null, prefix: null,
outToSpms: null, outToSpms: null,
@ -506,7 +506,7 @@ export default {
storageCode: null, storageCode: null,
supplementOrderType: null, supplementOrderType: null,
defaultUnit: null, defaultUnit: null,
useDyCount: false, useDyCount: 0,
expireTip: true, expireTip: true,
prefix: null, prefix: null,
outToSpms: null, outToSpms: null,

@ -326,7 +326,26 @@
</el-row> </el-row>
<el-divider direction="horizontal"></el-divider> <el-divider direction="horizontal"></el-divider>
</div> </div>
<el-row>
<el-col span="5">
<span class="sptext">物资使用出库模式</span>
</el-col>
<el-divider direction="vertical"></el-divider>
<el-col span="5">
<el-select v-model="inputQuery.useDyCount" style="width: 65%"
:disabled=" inputQuery.mainAction!= 'WareHouseOut' || inputQuery.corpType != 1"
placeholder="是否启用"
>
<el-option label="正常" :value="0"></el-option>
<el-option label="物资多次使用出库" :value="1"></el-option>
</el-select>
</el-col>
<el-divider direction="vertical"></el-divider>
<el-col span="13">
<span class="sptext">设置物资使用出库模式</span>
</el-col>
</el-row>
<el-divider></el-divider>
<el-row> <el-row>
<el-col span="5"> <el-col span="5">
<span class="sptext">预验收使用禁止无库存出库</span> <span class="sptext">预验收使用禁止无库存出库</span>
@ -369,7 +388,7 @@
<el-row> <el-row>
<el-col span="5"> <el-col span="5">
<span class="sptext">是否只允许有库存产品出库</span> <span class="sptext">允许单据库存0库存出库</span>
</el-col> </el-col>
<el-divider direction="vertical"></el-divider> <el-divider direction="vertical"></el-divider>
<el-col span="5"> <el-col span="5">
@ -383,31 +402,12 @@
</el-col> </el-col>
<el-divider direction="vertical"></el-divider> <el-divider direction="vertical"></el-divider>
<el-col span="13"> <el-col span="13">
<span class="sptext">设置是否只允许有库存产品出库</span> <span class="sptext">允许单据库存0库存出库</span>
</el-col> </el-col>
</el-row> </el-row>
<el-divider></el-divider> <el-divider></el-divider>
<el-row>
<el-col span="5">
<span class="sptext">允许科室多次使用出库</span>
</el-col>
<el-divider direction="vertical"></el-divider>
<el-col span="5">
<el-select v-model="inputQuery.useDyCount" style="width: 65%"
:disabled=" inputQuery.mainAction!= 'WareHouseOut' || inputQuery.corpType != 1"
placeholder="是否启用"
>
<el-option label="是" :value="true"></el-option>
<el-option label="否" :value="false"></el-option>
</el-select>
</el-col>
<el-divider direction="vertical"></el-divider>
<el-col span="13">
<span class="sptext">允许科室多次使用出库</span>
</el-col>
</el-row>
<el-divider></el-divider>
<el-row> <el-row>
<el-col span="5"> <el-col span="5">
<span class="sptext">按货位出库</span> <span class="sptext">按货位出库</span>
@ -418,8 +418,8 @@
:disabled=" inputQuery.mainAction!= 'WareHouseOut'" :disabled=" inputQuery.mainAction!= 'WareHouseOut'"
> >
<el-option label="无" :value="0"></el-option> <el-option label="无" :value="0"></el-option>
<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-select> </el-select>
</el-col> </el-col>

@ -4,10 +4,12 @@
style="display: flex; margin: 0px 0 10px 80%; height: 35px" style="display: flex; margin: 0px 0 10px 80%; height: 35px"
> >
<el-button size="mini" type="primary" @click.native="saveData()" <el-button size="mini" type="primary" @click.native="saveData()"
>提交</el-button >提交
</el-button
> >
<el-button size="mini" type="primary" @click.native="closePlaceDialog(1)" <el-button size="mini" type="primary" @click.native="closePlaceDialog(1)"
>关闭</el-button >关闭
</el-button
> >
</el-button-group> </el-button-group>
<el-row> <el-row>
@ -69,7 +71,7 @@
size="mini" size="mini"
@click.native.stop="addCode()" @click.native.stop="addCode()"
style="margin-left: 15px" style="margin-left: 15px"
>添加 >添加
</el-button> </el-button>
</el-col> </el-col>
</el-row> </el-row>
@ -142,14 +144,15 @@
</template> </template>
<script> <script>
import { getInvListByUser } from "@/api/system/invWarehouse"; import {getInvListByUser} from "@/api/system/invWarehouse";
import { getInvSpaceList } from "@/api/inventory/invSpace"; import {getInvSpaceList} from "@/api/inventory/invSpace";
import { isBlank } from "@/utils/strUtil"; import {isBlank} from "@/utils/strUtil";
import { import {
bindInvSpace, bindInvSpace,
getInvPlaceOrderDetailList, getInvPlaceOrderDetailList,
getInvProductInfo, getInvProductInfo,
} from "@/api/inventory/invPlace"; } from "@/api/inventory/invPlace";
import A from "@/plugins/KeyScaner";
export default { export default {
props: { props: {
@ -174,6 +177,7 @@ export default {
spaceList: [], spaceList: [],
loading: false, loading: false,
spaceSearchResult: [], spaceSearchResult: [],
sitcomScan: false,
}; };
}, },
methods: { methods: {
@ -218,7 +222,8 @@ export default {
this.$message.error(error.message); this.$message.error(error.message);
}); });
}) })
.catch(() => {}); .catch(() => {
});
}, },
clearFormData() { clearFormData() {
// //
@ -262,7 +267,7 @@ export default {
}, },
createStateFilter(queryString) { createStateFilter(queryString) {
return (state) => { return (state) => {
const { value, code } = state; const {value, code} = state;
return ( return (
value === queryString.toLowerCase() || value === queryString.toLowerCase() ||
code === queryString.toLowerCase() code === queryString.toLowerCase()
@ -285,7 +290,8 @@ export default {
this.getList(); this.getList();
this.$refs.spaceInputRef.focus(); this.$refs.spaceInputRef.focus();
}) })
.catch(() => {}); .catch(() => {
});
}, },
getSpaceList() { getSpaceList() {
let params = { let params = {
@ -327,7 +333,7 @@ export default {
getInvProductInfo(params).then((res) => { getInvProductInfo(params).then((res) => {
if (res.code == 20000) { if (res.code == 20000) {
this.orderId = res.data; this.orderId = res.data;
getInvPlaceOrderDetailList({ orderId: this.orderId }).then((res) => { getInvPlaceOrderDetailList({orderId: this.orderId}).then((res) => {
this.list = res.data.list; this.list = res.data.list;
}); });
} else { } else {
@ -361,6 +367,27 @@ export default {
mounted() { mounted() {
// //
this.$refs.spaceInputRef.focus(); this.$refs.spaceInputRef.focus();
document.body.ondrop = function (event) {
event.preventDefault();
event.stopPropagation();
};
var that = this;
var inputer = document.getElementById("inputer");
window.sc = new A.KeyScaner(inputer);//DOM
sc.onInput = function (text) {
//onInput500ms
if (text.includes("delete")) {
that.formData.code = "";
return;
}
if (that.sitcomScan) {
that.formData.code = that.formData.code;
} else {
that.formData.code = text;
}
};
inputer.focus();//divtabindexdocumentBody
}, },
}; };
</script> </script>

@ -141,7 +141,7 @@
:close-on-click-modal="false" :close-on-click-modal="false"
:close-on-press-escape="false" :close-on-press-escape="false"
:before-close="closeAddDialog" :before-close="closeAddDialog"
width="60%" width="80%"
> >
<addInvRemindSetDialog <addInvRemindSetDialog
:closeDialog="closeAddDialog" :closeDialog="closeAddDialog"

Loading…
Cancel
Save