|
@@ -10,7 +10,7 @@
|
|
|
<el-button-group>
|
|
|
<!-- <el-button size="small" @click="handleInster">新增</el-button> -->
|
|
|
<el-button size="small" @click="handleBasicEdit">修改</el-button>
|
|
|
- <el-button size="small" @click="handleDel">删除</el-button>
|
|
|
+ <!-- <el-button size="small" @click="handleDel">删除</el-button> -->
|
|
|
<!-- <el-button size="small" @click="handleCopy">复制</el-button> -->
|
|
|
</el-button-group>
|
|
|
</el-col>
|
|
@@ -29,7 +29,7 @@
|
|
|
</el-dropdown-menu>
|
|
|
</el-dropdown>
|
|
|
|
|
|
- <el-button size="small" @click="handleQuery">查询</el-button> -->
|
|
|
+ <el-button size="small" @click="handleQuery">查询</el-button> -->
|
|
|
<el-button size="small" @click="handleRefresh">刷新</el-button>
|
|
|
|
|
|
</el-button-group>
|
|
@@ -49,7 +49,7 @@
|
|
|
<el-dropdown-item :command="isInvoke(true)">启用</el-dropdown-item>
|
|
|
<el-dropdown-item :command="isInvoke(false)">停用</el-dropdown-item>
|
|
|
</el-dropdown-menu>
|
|
|
- </el-dropdown> -->
|
|
|
+ </el-dropdown> -->
|
|
|
</el-button-group>
|
|
|
</el-col>
|
|
|
|
|
@@ -58,7 +58,7 @@
|
|
|
<el-button-group>
|
|
|
<el-button size="small" @click="handleQueryForm">申请单查询</el-button>
|
|
|
</el-button-group>
|
|
|
- </el-col> -->
|
|
|
+ </el-col> -->
|
|
|
|
|
|
<!-- 导入导出 -->
|
|
|
<!-- <el-col :span="1.5">
|
|
@@ -66,7 +66,7 @@
|
|
|
<el-button size="small" @click="handleImport">批量导入</el-button>
|
|
|
<el-button size="small" @click="handleExport">批量导出</el-button>
|
|
|
</el-button-group>
|
|
|
- </el-col> -->
|
|
|
+ </el-col> -->
|
|
|
|
|
|
</el-row>
|
|
|
|
|
@@ -92,8 +92,8 @@
|
|
|
<el-row :gutter="10" class="mb10" v-show="activeMainTab != 'material'">
|
|
|
<el-col :span="1.5">
|
|
|
<el-button-group>
|
|
|
- <el-button size="small" @click="handleEdit">修改</el-button>
|
|
|
- <el-button size="small" @click="handleDel">删除</el-button>
|
|
|
+ <el-button size="small" @click="handleOtherEdit">修改</el-button>
|
|
|
+ <!-- <el-button size="small" @click="handleOtherDel">删除</el-button> -->
|
|
|
</el-button-group>
|
|
|
<el-button-group>
|
|
|
<el-button size="small" @click="handleRefresh">刷新</el-button>
|
|
@@ -112,7 +112,7 @@
|
|
|
<!-- 附件管理 -->
|
|
|
<!-- <el-button-group>
|
|
|
<el-button size="small" icon="el-icon-paperclip" @click="handleFile"></el-button>
|
|
|
- </el-button-group> -->
|
|
|
+ </el-button-group> -->
|
|
|
|
|
|
<!-- 切换 -->
|
|
|
<!-- <el-button-group>
|
|
@@ -124,7 +124,7 @@
|
|
|
@click="handleChangePage('next')" />
|
|
|
<el-button size="small" icon="el-icon-d-arrow-right" :disabled="!handleBasicEdit"
|
|
|
@click="handleChangePage('end')" />
|
|
|
- </el-button-group> -->
|
|
|
+ </el-button-group> -->
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
|
|
@@ -390,8 +390,8 @@
|
|
|
<el-row :gutter="10" class="mb10">
|
|
|
<el-col :span="1.5" v-if="!otherDeatils.isEdit">
|
|
|
<el-button-group>
|
|
|
- <el-button size="small" @click="handleEdit">修改</el-button>
|
|
|
- <el-button size="small" @click="handleDel">删除</el-button>
|
|
|
+ <el-button size="small" @click="handleOtherEdit">修改</el-button>
|
|
|
+ <el-button size="small" @click="handleOtherDel">删除</el-button>
|
|
|
</el-button-group>
|
|
|
<el-button-group>
|
|
|
<el-button size="small" @click="handleOtherRefresh">刷新</el-button>
|
|
@@ -411,7 +411,7 @@
|
|
|
<el-form :inline="true" label-position="right" :model="basicData.value">
|
|
|
<!-- <el-form-item label="所属组织">
|
|
|
<el-input v-model="basicData.value.orgName" placeholder="所属组织"></el-input>
|
|
|
- </el-form-item> -->
|
|
|
+ </el-form-item> -->
|
|
|
<el-form-item label="物料编码">
|
|
|
<el-input v-model="basicData.value.code" size="small" readonly placeholder="物料编码"></el-input>
|
|
|
</el-form-item>
|
|
@@ -423,7 +423,7 @@
|
|
|
</el-form-item>
|
|
|
<!-- <el-form-item label="版本号">
|
|
|
<el-input v-model="basicData.value.version" placeholder="版本号"></el-input>
|
|
|
- </el-form-item> -->
|
|
|
+ </el-form-item> -->
|
|
|
|
|
|
</el-form>
|
|
|
</el-collapse-item>
|
|
@@ -1212,7 +1212,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
// 除基本信息之后的修改
|
|
|
- handleEdit() {
|
|
|
+ handleOtherEdit() {
|
|
|
console.log('除基本信息之后的修改', this.otherDeatils.queryKey);
|
|
|
|
|
|
if ((this.otherDeatils.queryKey && this.otherDeatils.queryKey != '') || this.mainMsg.checkedList.length == 1) {
|
|
@@ -1237,6 +1237,10 @@ export default {
|
|
|
handleOtherRefresh() {
|
|
|
this.getOtherListDetails(this.activeMainTab, this.otherDeatils.queryKey);
|
|
|
},
|
|
|
+ // 其他标签详情弹窗-删除
|
|
|
+ handleOtherDel() {
|
|
|
+
|
|
|
+ },
|
|
|
// 修改
|
|
|
handleBasicEdit() {
|
|
|
console.log('修改基本信息');
|
|
@@ -1252,7 +1256,8 @@ export default {
|
|
|
},
|
|
|
// 删除
|
|
|
handleDel() {
|
|
|
- console.log('删除');
|
|
|
+ console.log('删除----基本信息');
|
|
|
+
|
|
|
},
|
|
|
// 复制
|
|
|
handleCopy() {
|
|
@@ -1704,6 +1709,10 @@ export default {
|
|
|
padding: 12px;
|
|
|
overflow-y: auto;
|
|
|
overflow-x: auto;
|
|
|
+
|
|
|
+ .el-select {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.md-content {
|
|
@@ -1724,7 +1733,7 @@ export default {
|
|
|
overflow-x: hidden;
|
|
|
|
|
|
.el-checkbox {
|
|
|
- padding: 0 50%;
|
|
|
+ padding: 0 58%;
|
|
|
}
|
|
|
}
|
|
|
}
|