一、业务场景 框架采购订单(订单类型:FO)时采购业务的一种。用于与供应商之间的大宗长期采购。框架采购订单不需要收货,定期做发票即可。 二、系统操作 2.1 创建框架采购订单 维护好限制值与期望值,在维护好账户。点击保存即可。 而且这里的“收货”按钮是灰色的 2.2 做发票 在常规的发票校验处的金额 ...
分类:
其他好文 时间:
2017-07-10 16:29:21
阅读次数:
160
thinkphp格式化输出 {$time|strtotime|date="Y年m月d日",###} $time 是日期字符串,一般后台的时间是"Y-m-d h:i:s" strtotime()把字符串转化为时间整数 date(format, timestamp) 把整数时间timestamp按照fo ...
分类:
Web程序 时间:
2017-07-10 11:16:48
阅读次数:
431
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For example, given the fo ...
分类:
其他好文 时间:
2017-07-09 12:20:55
阅读次数:
152
1.Why "Architecture" Components? 2.what does architecture components include? { Room //a robust SQL object mapping library ViewModel //provide data fo ...
分类:
其他好文 时间:
2017-07-06 21:00:49
阅读次数:
475
leetcode 152. Maximum Product Subarray Find the contiguous subarray within an array (containing at least one number) which has the largest product. Fo ...
分类:
其他好文 时间:
2017-07-06 16:49:23
阅读次数:
91
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For example, given the fo ...
分类:
其他好文 时间:
2017-07-06 10:04:43
阅读次数:
113
1、yuminstall-ypython-setuptools.noarch#安装setuptools工具2、easy_installpip3、yuminstallgcclibffi-develpython-developenssl-devel-y4、pipinstallipython测试如下:[root@biezz~]#ipythonPython2.7.5(default,Nov62016,00:28:07)Type"copyright","credits"or"license"fo..
分类:
编程语言 时间:
2017-07-05 20:02:06
阅读次数:
157
用 CrystalReportViewer1 控件在asp.net的网页上显示报表,假设做报表时调用数据表数据的方式调用是能够成功的。但报表是用存储过程获取数据方式会出现下面错误: 找不到表'RptOpenCheck;1' 。 文件 G:\TEMP\FO-OpenCheck {6D191F06-DE ...
分类:
其他好文 时间:
2017-07-05 10:08:09
阅读次数:
267
实现 关于下拉刷新使用的是github上的项目Ultra Pull To Refresh项目。 gradle依赖例如以下: compile 'in.srain.cube:ultra-ptr:1.0.11' 重点是上拉载入很多其它的实现。因为RecyclerView并不支持加入HeardView与Fo ...
分类:
其他好文 时间:
2017-07-04 15:00:59
阅读次数:
341
CXGRID用法 (取行、列值;定位选中某行等等) Delphi Cxgrid获取选中行列,排序规则,当前正在编辑的单元格内的值 cxGrid1DBTableView1.Controller.FocusedRowIndex 当前行号 cxGrid1DBTableView1.Controller.Fo ...
分类:
Windows程序 时间:
2017-07-04 09:55:20
阅读次数:
5336