瀏覽代碼

Merge branch 'newProperty' of http://116.255.223.226:3000/zhangzl/nsgk_web into newProperty

RongCheng
庞东旭 2 年之前
父節點
當前提交
707604ca4e
共有 2 個檔案被更改,包括 4 行新增4 行删除
  1. +2
    -2
      static/js/project/listingItems/bond.js
  2. +2
    -2
      view/listingItems/bond.html

+ 2
- 2
static/js/project/listingItems/bond.js 查看文件

@@ -185,7 +185,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function
data['payeePaymentLines'] = payeePaymentLines;
data['bankType'] = bankType;
data['accountType'] = accountType;
data['status'] = 'Y';
data['status'] = 'N';

tools.doPost(signupSubmit, data, module.upLoadAction);
}
@@ -282,4 +282,4 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function
}
}
return module;
});
});

+ 2
- 2
view/listingItems/bond.html 查看文件

@@ -201,7 +201,7 @@
<td><input readonly type="text" id="idCard"></td>
</tr>
<tr>
<td><span></span>上传相关凭证:</td>
<td><span></span>缴款凭证:</td>
<td colspan="3"><div id="cupload-3" class="m-l-10"></div></td>
</tr>
<tr>
@@ -238,4 +238,4 @@
<script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page"
target-module="../../static/js/project/listingItems/bond.js" defer type="text/javascript"></script>
</body>
</html>
</html>

Loading…
取消
儲存