Commit 3449bdab authored by yaya's avatar yaya

feat: 详情button展示优化

parent 02ed64de
......@@ -7,13 +7,14 @@
type="text"
style="margin-left: 10px; margin-right: auto">{{ systemStateName }}
</el-button>
<div v-if="systemState === 1" style="margin-right: 12px">
<el-button
v-if="systemState === 1"
:disabled="isHasPrice"
type="primary"
size="mini"
@click="imageValueDialogShow = true">图文估价
</el-button>
</div>
<el-button
v-if="systemState === 6"
type="primary"
......@@ -21,13 +22,15 @@
@click="handleConfirmReceive">货品签收
</el-button>
<div v-if="systemState === 8" style="margin-right: 12px">
<el-button
v-if="systemState === 8"
:disabled="isHasPrice"
type="primary"
size="mini"
@click="identifyValueDialogShow=true">建议寄售价
</el-button>
</div>
<el-button
v-if="systemState === 10"
type="primary"
......@@ -229,6 +232,7 @@ export default {
}
this.consignDetail = response.data.data.itemVo
this.isHasPrice = response.data.data.isHasPrice
this.systemState = response.data.data.systemState
this.userVo = response.data.data.userVo
this.payInfo = response.data.data.payInfo
if (response.data.data.payInfo && response.data.data.payInfo.credential) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment