Browse Source

深化列表编辑

mushencc 3 years ago
parent
commit
07b216b8b3

+ 2 - 1
src/views/BidSystem/DeepeningOrder/detail.vue

@@ -1105,7 +1105,8 @@ export default {
                 order_area_product_id,
               },
             }).then((res) => {
-              if (res.doce == 200) {
+              if (res.code == 200) {
+                this.getListData();
                 this.$Message.success(res.msg);
                 this.initData(
                   this.formData.order_no,

+ 8 - 6
src/views/BidSystem/DeepeningOrder/info.vue

@@ -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()
               }
             });
           },

+ 1 - 1
src/views/BidSystem/DeepeningOrder/list.vue

@@ -60,7 +60,7 @@
         <div>
           <a
             style="margin: 0 5px"
-            :disabled="row.deep_status != 1"
+            :disabled="row._is_explode == 0"
             @click="handleSet(row, index, 1)"
             >下拆单</a
           >