|
@@ -23,7 +23,7 @@ export default {
|
|
{this.activeName == 'goodsInfo'
|
|
{this.activeName == 'goodsInfo'
|
|
? [
|
|
? [
|
|
!!~[0,1].indexOf(this.formDialogType) ? (
|
|
!!~[0,1].indexOf(this.formDialogType) ? (
|
|
- this.joinCodeText != 'CODE'?(<div style="margin-bottom:10px">
|
|
|
|
|
|
+ this.joinCodeText != 'CODE' || this.formDialogType == 0?(<div style="margin-bottom:10px">
|
|
<el-button type="primary" onClick={this.addGoodsInfo}>
|
|
<el-button type="primary" onClick={this.addGoodsInfo}>
|
|
添加
|
|
添加
|
|
</el-button>
|
|
</el-button>
|