qq_41295110
5 天以前 2bb80e01344ec12d49059fcf95149c9a66f346f5
修改容器模块BUG
6个文件已修改
18 ■■■■ 已修改文件
src/views/scMould/warehouse/Sc_MouldProdBackBillEdit.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/scMould/warehouse/Sc_MouldProdBackBillList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/scMould/warehouse/Sc_MouldProdMoveBillEdit.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/scMould/warehouse/Sc_MouldProdMoveBillList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/scMould/warehouse/Sc_MouldProdOutBillEdit.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/scMould/warehouse/Sc_MouldProdOutBillList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/scMould/warehouse/Sc_MouldProdBackBillEdit.vue
@@ -579,7 +579,7 @@
      this.form.HManagerName = data.HManagerName
      this.form.HKeeperID = data.HKeeperID
      this.form.HKeeperName = data.HKeeperName
      this.form.HSecManagerId = data.HSecManagerID
      this.form.HSecManagerID = data.HSecManagerID
      this.form.HSecManagerName = data.HSecManagerName
      this.form.HDeptID = data.HDeptID
      this.form.HDeptName = data.HDeptName
src/views/scMould/warehouse/Sc_MouldProdBackBillList.vue
@@ -772,8 +772,8 @@
    /** 删除按钮操作 */
    handleDelete() {
      this.$modal.confirm('确认要删除吗,删除后不能恢复').then(() => {
        axios.get(this.baseURL + "/Sc_MouldProdBackBill/DeltetMouldProdBackBill", {
          params: { 'HInterID': this.rowForm.hmainid.toString(), 'user': sessionStorage["HUserName"] }
        axios.get(this.baseURL + "/Sc_MouldProdBackBillController/GetSc_MouldProdBackBill_Delete_Json", {
          params: { 'HInterID': this.rowForm.hmainid.toString(), 'HMaker': sessionStorage["HUserName"] }
        }).then(response => {
          if (response.data.count == 1) {
            this.getList()
src/views/scMould/warehouse/Sc_MouldProdMoveBillEdit.vue
@@ -628,7 +628,7 @@
      this.form.HManagerName = data.HManagerName
      this.form.HKeeperID = data.HKeeperID
      this.form.HKeeperName = data.HKeeperName
      this.form.HSecManagerId = data.HSecManagerID
      this.form.HSecManagerID = data.HSecManagerID
      this.form.HSecManagerName = data.HSecManagerName
      this.form.HDeptID = data.HDeptID
      this.form.HDeptName = data.HDeptName
src/views/scMould/warehouse/Sc_MouldProdMoveBillList.vue
@@ -773,8 +773,8 @@
    /** 删除按钮操作 */
    handleDelete() {
      this.$modal.confirm('确认要删除吗,删除后不能恢复').then(() => {
        axios.get(this.baseURL + "/Sc_MouldProdMoveBill/DeltetMouldProdMoveBill", {
          params: { 'HInterID': this.rowForm.hmainid.toString(), 'user': sessionStorage["HUserName"] }
        axios.get(this.baseURL + "/Sc_MouldProdMoveBillController/GetSc_MouldProdMoveBill_Delete_Json", {
          params: { 'HInterID': this.rowForm.hmainid.toString(), 'HMaker': sessionStorage["HUserName"] }
        }).then(response => {
          if (response.data.count == 1) {
            this.getList()
src/views/scMould/warehouse/Sc_MouldProdOutBillEdit.vue
@@ -579,7 +579,7 @@
      this.form.HManagerName = data.HManagerName
      this.form.HKeeperID = data.HKeeperID
      this.form.HKeeperName = data.HKeeperName
      this.form.HSecManagerId = data.HSecManagerID
      this.form.HSecManagerID = data.HSecManagerID
      this.form.HSecManagerName = data.HSecManagerName
      this.form.HDeptID = data.HDeptID
      this.form.HDeptName = data.HDeptName
src/views/scMould/warehouse/Sc_MouldProdOutBillList.vue
@@ -772,8 +772,8 @@
    /** 删除按钮操作 */
    handleDelete() {
      this.$modal.confirm('确认要删除吗,删除后不能恢复').then(() => {
        axios.get(this.baseURL + "/Sc_MouldProdOutBill/DeltetMouldProdOutBill", {
          params: { 'HInterID': this.rowForm.hmainid.toString(), 'user': sessionStorage["HUserName"] }
        axios.get(this.baseURL + "/Sc_MouldProdOutBillController/GetSc_MouldProdOutBill_Delete_Json", {
          params: { 'HInterID': this.rowForm.hmainid.toString(), 'HMaker': sessionStorage["HUserName"] }
        }).then(response => {
          if (response.data.count == 1) {
            this.getList()