From f1611c337675e1b0831550e95dad818be4b9ed07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Wed, 8 Apr 2020 23:54:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E6=8D=AE=E9=A1=B5=E9=9D=A2=E4=BC=98?= =?UTF-8?q?=E5=8C=96=EF=BC=8C=E9=80=82=E9=85=8D=E6=89=8B=E6=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp_web/js/pages/materials/in_out.js | 2 +- erp_web/pages/materials/allocation_out_list.html | 4 ++-- erp_web/pages/materials/assemble_list.html | 4 ++-- erp_web/pages/materials/disassemble_list.html | 4 ++-- erp_web/pages/materials/material.html | 8 ++++---- erp_web/pages/materials/other_in_list.html | 4 ++-- erp_web/pages/materials/other_out_list.html | 4 ++-- erp_web/pages/materials/purchase_back_list.html | 4 ++-- erp_web/pages/materials/purchase_in_list.html | 4 ++-- erp_web/pages/materials/purchase_orders_list.html | 4 ++-- erp_web/pages/materials/retail_back_list.html | 4 ++-- erp_web/pages/materials/retail_out_list.html | 4 ++-- erp_web/pages/materials/sale_back_list.html | 4 ++-- erp_web/pages/materials/sale_orders_list.html | 4 ++-- erp_web/pages/materials/sale_out_list.html | 4 ++-- 15 files changed, 31 insertions(+), 31 deletions(-) diff --git a/erp_web/js/pages/materials/in_out.js b/erp_web/js/pages/materials/in_out.js index a62dd10b..8472402e 100644 --- a/erp_web/js/pages/materials/in_out.js +++ b/erp_web/js/pages/materials/in_out.js @@ -1093,7 +1093,7 @@ //订单转采购或销售 function skipDepotHead(index){ var res = $("#tableData").datagrid("getRows")[index]; - if(status == "0" || status == "2") { + if(res.status == "0" || res.status == "2") { $.messager.alert('提示','未审核和已转的单据禁止操作!','warning'); } else { sessionStorage.setItem("rowInfo", JSON.stringify(res)); //将单据信息存入缓存中 diff --git a/erp_web/pages/materials/allocation_out_list.html b/erp_web/pages/materials/allocation_out_list.html index 755fd9a9..51ccd28e 100644 --- a/erp_web/pages/materials/allocation_out_list.html +++ b/erp_web/pages/materials/allocation_out_list.html @@ -57,7 +57,7 @@