相关界面调整修改

prod
anthonywj 2 years ago
parent a186a4eb1c
commit 53f7b25f20

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

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

@ -188,7 +188,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row type="flex">
<el-col :span="11">
<el-form-item label="禁用单据类型" prop="prefix">
@ -326,7 +326,26 @@
</el-row>
<el-divider direction="horizontal"></el-divider>
</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-col span="5">
<span class="sptext">预验收使用禁止无库存出库</span>
@ -369,7 +388,7 @@
<el-row>
<el-col span="5">
<span class="sptext">是否只允许有库存产品出库</span>
<span class="sptext">允许单据库存0库存出库</span>
</el-col>
<el-divider direction="vertical"></el-divider>
<el-col span="5">
@ -383,31 +402,12 @@
</el-col>
<el-divider direction="vertical"></el-divider>
<el-col span="13">
<span class="sptext">设置是否只允许有库存产品出库</span>
<span class="sptext">允许单据库存0库存出库</span>
</el-col>
</el-row>
<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-col span="5">
<span class="sptext">按货位出库</span>
@ -418,8 +418,8 @@
:disabled=" inputQuery.mainAction!= 'WareHouseOut'"
>
<el-option label="无" :value="0"></el-option>
<el-option label="按指定货位出库" :value="1"></el-option>
<el-option label="默认货位出库" :value="2"></el-option>
<el-option label="整单按指定货位出库" :value="1"></el-option>
<el-option label="按物资摆放货位出库" :value="2"></el-option>
</el-select>
</el-col>

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

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

Loading…
Cancel
Save