duhe
2025-11-19 620a1031779bb6fb244894379e9a5b375f71e127
生产入库单:获取单据号
1个文件已修改
4 ■■■■ 已修改文件
src/views/ProductInBill/Kf_ProductInBillEdit.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/ProductInBill/Kf_ProductInBillEdit.vue
@@ -928,7 +928,7 @@
    getHBillNo() {
      axios.get(this.baseURL + "/WEBSController/GetMaxBillNoAndID_Json", {
        params: {
          HBillType: '1201'
          HBillType: '1202'
        }
      }).then(response => {
        this.form.HBillNo = response.data.data[0].HBillNo
@@ -941,7 +941,7 @@
    //#region 获取最大单据号
    get_MAXNum_Task(Type) {
      var sql = `exec h_p_Xt_GetMaxBillNo_SubType '1201','${this.form.HDate}',0,0,0,'${Type}','${this.form.HDeptID}'`;
      var sql = `exec h_p_Xt_GetMaxBillNo_SubType '1202','${this.form.HDate}',0,0,0,'${Type}','${this.form.HDeptID}'`;
      axios({
        method: 'get',
        url: this.baseURL + "/CommonModel/searchMethod",