|
@@ -443,13 +443,13 @@
|
|
|
></Option>
|
|
|
</Select> -->
|
|
|
</template>
|
|
|
- <template slot="supSet" slot-scope="{ row, index }">
|
|
|
- <!-- <a
|
|
|
+ <!-- <template slot="supSet" slot-scope="{ row, index }">
|
|
|
+ <a
|
|
|
style="margin: 0 5px; color: red"
|
|
|
@click="handleSupSet(row, index)"
|
|
|
>删除</a
|
|
|
- > -->
|
|
|
- </template>
|
|
|
+ >
|
|
|
+ </template> -->
|
|
|
</Table>
|
|
|
</div>
|
|
|
<div class="modal-footer" slot="footer">
|
|
@@ -842,7 +842,7 @@ export default {
|
|
|
align: "center",
|
|
|
width: "120",
|
|
|
slot: "set",
|
|
|
- },
|
|
|
+ }
|
|
|
],
|
|
|
productDetail: {},
|
|
|
supTableColumns: [
|
|
@@ -1379,9 +1379,11 @@ export default {
|
|
|
order_area_product_id,
|
|
|
},
|
|
|
}).then((res) => {
|
|
|
- if (res.doce == 200) {
|
|
|
+ if (res.code == 200) {
|
|
|
this.$Message.success(res.msg);
|
|
|
this.initData(this.formData.order_no, this.oa_id);
|
|
|
+ this.handleShowCurrencyArea(item,index)
|
|
|
+ this.getListData()
|
|
|
}
|
|
|
});
|
|
|
},
|