|
@@ -1146,7 +1146,6 @@
|
|
|
<el-button
|
|
|
size="small"
|
|
|
@click.prevent="handleSelect(3)"
|
|
|
- :disabled="browseStatus"
|
|
|
type="danger"
|
|
|
>作业费协议</el-button
|
|
|
>
|
|
@@ -1448,7 +1447,8 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.fSrcTypeId === 0">录入</span>
|
|
|
- <span v-if="scope.row.fSrcTypeId !== 0">协议</span>
|
|
|
+ <span v-if="scope.row.fSrcTypeId == 1">协议</span>
|
|
|
+ <span v-if="scope.row.fSrcTypeId == 10">变更</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
@@ -1473,6 +1473,7 @@
|
|
|
align="center"
|
|
|
label="操作"
|
|
|
width="200px"
|
|
|
+ fixed="right"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
@@ -1521,7 +1522,6 @@
|
|
|
type="danger"
|
|
|
size="small"
|
|
|
@click.prevent="handleSelect(1)"
|
|
|
- :disabled="browseStatus"
|
|
|
>作业费协议</el-button
|
|
|
>
|
|
|
<el-button
|
|
@@ -1830,7 +1830,8 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.fSrcTypeId === 0">录入</span>
|
|
|
- <span v-if="scope.row.fSrcTypeId !== 0">协议</span>
|
|
|
+ <span v-if="scope.row.fSrcTypeId == 1">协议</span>
|
|
|
+ <span v-if="scope.row.fSrcTypeId == 10">变更</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
@@ -1854,6 +1855,7 @@
|
|
|
align="center"
|
|
|
width="200px"
|
|
|
label="操作"
|
|
|
+ fixed="right"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<!-- <el-button size="small">审核费用</el-button> -->
|
|
@@ -2550,7 +2552,7 @@
|
|
|
@pagination="getWhgenlegList(key_id)"
|
|
|
/>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
- <el-button type="primary" @click="zhgenlegData">导 入</el-button>
|
|
|
+ <el-button type="primary" @click="zhgenlegData" :disabled="browseStatus">导 入</el-button>
|
|
|
<el-button
|
|
|
@click="
|
|
|
warehousingagreements = false;
|
|
@@ -4789,7 +4791,7 @@ export default {
|
|
|
fProductName: this.form.fProductName,
|
|
|
fMarks: this.form.fMarks,
|
|
|
fBusinessType: this.form.fBusinessType,
|
|
|
- fSrcTypeId: e.fId,
|
|
|
+ fSrcTypeId: 1,
|
|
|
});
|
|
|
} else {
|
|
|
this.warehouseCrList.push({
|
|
@@ -4806,7 +4808,7 @@ export default {
|
|
|
fProductName: this.form.fProductName,
|
|
|
fMarks: this.form.fMarks,
|
|
|
fBusinessType: this.form.fBusinessType,
|
|
|
- fSrcTypeId: e.fId,
|
|
|
+ fSrcTypeId: 1,
|
|
|
});
|
|
|
}
|
|
|
});
|