界面修改

master
anthonyywj2 3 years ago
parent 95d35abfbc
commit 3fd42b6879

@ -82,7 +82,6 @@
<el-button <el-button
type="text" type="text"
size="small" size="small"
:disabled="!configParms.typeScan"
@click.native.stop="handleModifyClick(scope.row)" @click.native.stop="handleModifyClick(scope.row)"
>编辑 >编辑
</el-button </el-button
@ -111,6 +110,7 @@
<modifyDialog :inputQuery="inputQuery"></modifyDialog> <modifyDialog :inputQuery="inputQuery"></modifyDialog>
<div style="text-align: center"> <div style="text-align: center">
<el-button type="primary" size="small" icon="search" @click="onAddSubmit" <el-button type="primary" size="small" icon="search" @click="onAddSubmit"
:disabled="!configParms.typeScan"
>提交 >提交
</el-button </el-button
> >
@ -132,6 +132,7 @@
<modifyDialog :inputQuery="inputQuery"></modifyDialog> <modifyDialog :inputQuery="inputQuery"></modifyDialog>
<div style="text-align: center"> <div style="text-align: center">
<el-button type="primary" size="small" icon="search" @click="onModifySubmit" <el-button type="primary" size="small" icon="search" @click="onModifySubmit"
:disabled="!configParms.typeScan"
>提交 >提交
</el-button </el-button
> >
@ -394,7 +395,7 @@ export default {
vailInv: row.vailInv, vailInv: row.vailInv,
entrutSpms: row.entrutSpms, entrutSpms: row.entrutSpms,
codeFillCheck: row.codeFillCheck, codeFillCheck: row.codeFillCheck,
changeEnable:row.changeEnable changeEnable: row.changeEnable
}; };

@ -59,7 +59,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="text" type="text"
size="small" size="small" :disabled="!configParms.typeBus"
@click.native.stop="handleModifyClick(scope.row)" @click.native.stop="handleModifyClick(scope.row)"
>编辑 >编辑
</el-button </el-button
@ -86,6 +86,7 @@
<modifyDialog :inputQuery="inputQuery"></modifyDialog> <modifyDialog :inputQuery="inputQuery"></modifyDialog>
<div style="text-align: center"> <div style="text-align: center">
<el-button type="primary" size="small" icon="search" @click="onAddSubmit" <el-button type="primary" size="small" icon="search" @click="onAddSubmit"
:disabled="!configParms.typeBus"
>提交 >提交
</el-button </el-button
> >
@ -153,7 +154,7 @@ export default {
changeEnable: null, changeEnable: null,
spUse: null, spUse: null,
prefix: null, prefix: null,
preIn:null, preIn: null,
}, },
enableMap: { enableMap: {
true: "是", true: "是",
@ -246,7 +247,7 @@ export default {
changeEnable: row.changeEnable, changeEnable: row.changeEnable,
spUse: row.spUse, spUse: row.spUse,
prefix: row.prefix, prefix: row.prefix,
preIn:row.preIn, preIn: row.preIn,
}; };
}, },
@ -263,8 +264,8 @@ export default {
advanceType: null, advanceType: null,
localAction: null, localAction: null,
changeEnable: null, changeEnable: null,
prefix:null, prefix: null,
preIn:null, preIn: null,
}; };
}, },

@ -86,7 +86,6 @@
<el-button <el-button
type="text" type="text"
size="small" size="small"
:disabled="!configParms.basicCorp"
@click.native="handleForm(scope.$index, scope.row)" @click.native="handleForm(scope.$index, scope.row)"
>编辑 >编辑
</el-button </el-button
@ -173,12 +172,12 @@
<el-button <el-button
type="text" type="text"
size="small" size="small"
@click="intentSelect(scope.row)" @click="intentSelect(scope.row)" :disabled="!configParms.basicCorp"
>关联 >关联
</el-button </el-button
> >
<el-button type="text" size="small" @click.native.stop="removeErp(scope.row)" <el-button type="text" size="small" @click.native.stop="removeErp(scope.row)"
:disabled="scope.row.thirdId=='' ||scope.row.thirdId==null" :disabled="scope.row.thirdId=='' ||scope.row.thirdId==null || !configParms.basicCorp"
>解绑 >解绑
</el-button> </el-button>
</template> </template>
@ -303,7 +302,7 @@
</el-form> </el-form>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button @click.native="hideForm">取消</el-button> <el-button @click.native="hideForm">取消</el-button>
<el-button type="primary" @click.native="formSubmit()" :loading="formLoading">提交</el-button> <el-button type="primary" @click.native="formSubmit()" :loading="formLoading" :disabled="!configParms.basicCorp">提交</el-button>
</div> </div>
</el-dialog> </el-dialog>
</div> </div>

@ -45,7 +45,9 @@
> >
<el-button size="mini" type="primary" :disabled="!configParms.basicInv">导入</el-button> <el-button size="mini" type="primary" :disabled="!configParms.basicInv">导入</el-button>
</el-upload> </el-upload>
<el-button type="primary" icon="search" @click="exportInvwarehouse" :disabled="!configParms.basicInv">导出</el-button> <el-button type="primary" icon="search" @click="exportInvwarehouse"
:disabled="!configParms.basicInv">导出
</el-button>
</el-button-group> </el-button-group>
@ -115,7 +117,6 @@
<el-button <el-button
type="text" type="text"
size="small" size="small"
:disabled="!configParms.basicInv"
@click.native.stop="handleForm(node, scope.row, 'edit')" @click.native.stop="handleForm(node, scope.row, 'edit')"
>编辑 >编辑
</el-button </el-button
@ -388,12 +389,12 @@
<el-button <el-button
type="text" type="text"
size="small" size="small"
@click="intentSelect(scope.row)" @click="intentSelect(scope.row)" :disabled="!configParms.basicInv"
>关联 >关联
</el-button </el-button
> >
<el-button type="text" size="small" @click.native.stop="unbindThrWarehouse(scope.row)" <el-button type="text" size="small" @click.native.stop="unbindThrWarehouse(scope.row)"
:disabled="scope.row.thirdId=='' ||scope.row.thirdId==null" :disabled="scope.row.thirdId=='' ||scope.row.thirdId==null ||!configParms.basicInv"
>解绑 >解绑
</el-button> </el-button>
</template> </template>
@ -506,7 +507,7 @@
<el-button @click.native="hideForm">取消</el-button> <el-button @click.native="hideForm">取消</el-button>
<el-button <el-button
type="primary" type="primary"
@click.native="formSubmit()" @click.native="formSubmit()" :disabled="!configParms.basicInv"
:loading="formLoading" :loading="formLoading"
>提交 >提交
</el-button </el-button
@ -693,7 +694,7 @@ export default {
thirdSysVisible: false, thirdSysVisible: false,
total: 0, total: 0,
thirdQuery: { thirdQuery: {
key:null, key: null,
page: 1, page: 1,
limit: 10 limit: 10
, thirdSysFk: "thirdId", , thirdSysFk: "thirdId",

@ -93,12 +93,12 @@
{{ (scope.row.inCount - scope.row.outCount) }} {{ (scope.row.inCount - scope.row.outCount) }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="生产厂家" prop="ylqxzcrbarmc" v-if="showSup" show-overflow-tooltip <el-table-column label="生产厂家" prop="ylqxzcrbarmc" show-overflow-tooltip
width="120"></el-table-column> width="120"></el-table-column>
<el-table-column label="供应商" prop="companyName" v-if="showSup" show-overflow-tooltip <el-table-column label="供应商" prop="companyName" show-overflow-tooltip
width="120"></el-table-column> width="120"></el-table-column>
<el-table-column label="仓库" prop="invStorageName" v-if="showSup" <el-table-column label="仓库" prop="invStorageName"
show-overflow-tooltip width="120"></el-table-column> show-overflow-tooltip width="120"></el-table-column>
<el-table-column label="操作" width="120" fixed="right"> <el-table-column label="操作" width="120" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">

Loading…
Cancel
Save