loulijun2021
2023-06-13 c93c13d1cfe288d431109ae1eafd7a9fc6d58746
1.递交
已修改1个文件
6 ■■■■■ 文件已修改
src/views/produceManager/productWarehouse.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/produceManager/productWarehouse.vue
@@ -1023,7 +1023,8 @@
            saleOrderId: this.tableDataDetail[0].saleOrderid,
            saleOrderCode: this.tableDataDetail[0].saleOrderCode,
            rdDirectionFlag: 1,
            makerid: this.userArr.find(i => i.name === getCookie('username')).id,
            // makerid: this.userArr.find(i => i.name === getCookie('username')).id,
            makerid: '',
            maker: getCookie('username'),
            accountingyear: new Date().getFullYear(),
            VoucherYear: new Date().getFullYear(),
@@ -1166,7 +1167,8 @@
            saleOrderId: this.tableDataDetail[0].saleOrderid,
            saleOrderCode: this.tableDataDetail[0].saleOrderCode,
            rdDirectionFlag: 1,
            makerid: this.userArr.find(i => i.name === getCookie('username')).id,
            // makerid: this.userArr.find(i => i.name === getCookie('username')).id,
            makerid: '',
            maker: getCookie('username'),
            accountingyear: new Date().getFullYear(),
            VoucherYear: new Date().getFullYear(),