|
@@ -466,7 +466,7 @@ export default {
|
|
|
保存
|
|
|
</el-button>
|
|
|
) : null,
|
|
|
- this.isEditIndex == -1 && this.joinCodeText != 'CODE' ? (
|
|
|
+ this.isEditIndex == -1 && (this.joinCodeText != 'CODE' || this.formDialogType == 0) ? (
|
|
|
<el-button
|
|
|
type="text"
|
|
|
onClick={() => {
|
|
@@ -476,7 +476,7 @@ export default {
|
|
|
编辑
|
|
|
</el-button>
|
|
|
) : null,
|
|
|
- this.joinCodeText != 'CODE' ? (<el-button
|
|
|
+ this.joinCodeText != 'CODE' || this.formDialogType == 0 ? (<el-button
|
|
|
type="text"
|
|
|
onClick={() => {
|
|
|
this.delGoodsInfo(row, index)
|