|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|