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