北财合同制作接口添加校验车架号重复校验

This commit is contained in:
tangfutang 2019-08-07 18:50:52 +08:00
parent 660dcbd6f2
commit 10e365ca3e
2 changed files with 558 additions and 528 deletions

View File

@ -32,8 +32,8 @@
var isNetCar = sReturn[9];
var operationType = sReturn[10];
var signType = sReturn[11];
var sealType = sReturn[12];
var signType = sReturn[12];
var sealType = sReturn[11];
if("03" == customertype){
if(""== signType||null == signType||"undefined" == signType){
alert("请在产品中配置签约方式!!!");

File diff suppressed because it is too large Load Diff