llj
2025-11-19 b5fdf81af1e5eb7c2f22296c4097d1c681f85fcf
销售退货单更新
2个文件已修改
6 ■■■■■ 已修改文件
src/views/sell/Kf_ICStockBillMainList/Kf_ICStockBillMainList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sell/Kf_ICStockBillMainList/Kf_ICStockBillMainListEdit.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sell/Kf_ICStockBillMainList/Kf_ICStockBillMainList.vue
@@ -487,7 +487,7 @@
      >
        <edit
          :OperationType="OperationType"
          :linterid="this.rowForm.HItemID"
          :linterid="this.rowForm.HItemID || this.rowForm.HInterID || this.rowForm.hmainid"
          :HSouceBillType="this.rowForm.HSourceBillType"
          :HOrgID="this.queryParams.HOrgID"
          :copyType="copyType"
src/views/sell/Kf_ICStockBillMainList/Kf_ICStockBillMainListEdit.vue
@@ -661,6 +661,7 @@
    handleUpdate() {
      this.reset()
      let rowHmainid = this.linterid
      console.log("rowHmainid", rowHmainid)
      axios.get(this.baseURL + "Kf_ICStockBackBill/getEditInitData", {
        params: { 'HInterID': rowHmainid }
      }).then(response => {
@@ -949,7 +950,8 @@
        // this.$router.back()
        window.close()
      } else {
        this.formShow = false
        window.close()
        //this.formShow = false
        this.$emit('editClose', false)
      }
    },