'20220928-1'

临时发布20240103
ddlucky 2 years ago
parent 17d6bdfd13
commit 83661660bd

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
</PropertyGroup>
<ProjectExtensions>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>

@ -16,12 +16,12 @@
getSessgion6();
</script>
<script type="text/javascript" src="../../../../Views/../TruckMng/Scripts/ExtjsEx/gridToExcel.js"></script>
<script type="text/javascript" src="../../../../Areas/Account/Viewsjs/Chfee_do_detail/Chfee_do_detailModel.js"></script>
<script type="text/javascript" src="../../../../Areas/Account/Viewsjs/Chfee_recvapplication/ChRecvapplicationModel.js"></script>
<script type="text/javascript" src="../../../../Areas/Account/Viewsjs/Chfee_recvapplication/ChRecvapplicationModel.js"></script>
<script type="text/javascript" src="../../../../Areas/Account/Viewsjs/Chfee_recvapplication/ChRecvapplicationIndex.js"></script>
<script type="text/javascript" src="../../../../Areas/Account/Viewsjs/Chfee_recvapplication/Index.js"></script>
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/Comm/DsQuery.js"></script>
<script type="text/javascript" src="../../../../Areas/Account/Viewsjs/Chfee_recvapplication/ChRecvapplicationIndex.js"></script>
<script type="text/javascript" src="../../../../Areas/Account/Viewsjs/Chfee_recvapplication/Index.js"></script>
<script type="text/javascript" src="../../../../Areas/MvcShipping/Viewsjs/Comm/DsQuery.js"></script>
</asp:Content>

@ -2043,21 +2043,35 @@ Ext.extend(Shipping.MsChInvoiceAppEdit, Ext.Panel, {
forceSelection: true,
name: 'APPLICANT',
valueField: 'GID',
displayField: 'CodeAndName'
displayField: 'CodeAndName',
listeners: {
specialkey: function (field, e) {
if (e.getKey() == e.ENTER) {
_this.onRefreshClick();
}
}
}
});
this.storeInvCategory = Ext.create('DsExt.ux.RefEnumStore', {});
this.storeInvCategory.load({ params: { enumTypeId: 97008 } });
this.comboxInvCategory = Ext.create('DsExt.ux.RefTableCombox', {
this.comboxInvCategory2 = Ext.create('DsExt.ux.RefTableCombox', {
fieldLabel: '发票类型',//申请类型
store: this.storeInvCategory,
labelWidth: 60,
forceSelection: true,
name: 'INVOICECATEGORY',
valueField: 'EnumValueId',
displayField: 'EnumValueName'
displayField: 'EnumValueName',
listeners: {
specialkey: function (field, e) {
if (e.getKey() == e.ENTER) {
_this.onRefreshClick();
}
}
}
});
@ -2088,7 +2102,7 @@ Ext.extend(Shipping.MsChInvoiceAppEdit, Ext.Panel, {
}
});
_this = this;
this.formSearch = Ext.widget('form', {
frame: true,
region: 'north',
@ -2115,23 +2129,51 @@ Ext.extend(Shipping.MsChInvoiceAppEdit, Ext.Panel, {
defaultType: 'textfield',
items: [{
fieldLabel: '申请编号',
name: 'BsNo'
name: 'BsNo',
listeners: {
specialkey: function (field, e) {
if (e.getKey() == e.ENTER) {
_this.onRefreshClick();
}
}
}
}, {
fieldLabel: '编号',
name: 'MblNo'
name: 'MblNo',
listeners: {
specialkey: function (field, e) {
if (e.getKey() == e.ENTER) {
_this.onRefreshClick();
}
}
}
}, this.comboxAddCustCode, {
fieldLabel: '从申请日期',
format: 'Y-m-d',
labelWidth: 80,
xtype: 'datefield',
name: 'ExpDateBgn'
name: 'ExpDateBgn',
listeners: {
specialkey: function (field, e) {
if (e.getKey() == e.ENTER) {
_this.onRefreshClick();
}
}
}
}, {
fieldLabel: '到申请日期',
format: 'Y-m-d',
labelWidth: 80,
xtype: 'datefield',
name: 'ExpDateEnd'
}, this.comboxAPPLICANT,this.comboxInvCategory, {
name: 'ExpDateEnd',
listeners: {
specialkey: function (field, e) {
if (e.getKey() == e.ENTER) {
_this.onRefreshClick();
}
}
}
}, this.comboxAPPLICANT,this.comboxInvCategory2, {
xtype: 'button',
width: 60,
text: "查询",

@ -5128,7 +5128,27 @@ getCondition: function () {
var sql = '';
var customNo = form.findField('CustomNo').getValue();
sql = sql + getAndConSql(sql, customNo, " (b.CUSTNO like '%" + customNo + "%' or b.MBLNO like '%" + customNo + "%' or b.HBLNO like '%" + customNo + "%' or b.ORDERNO like '%" + customNo + "%')");
//sql = sql + getAndConSql(sql, customNo, " (b.CUSTNO like '%" + customNo + "%' or b.MBLNO like '%" + customNo + "%' or b.HBLNO like '%" + customNo + "%' or b.ORDERNO like '%" + customNo + "%')");
if (customNo) {
if (customNo.indexOf(",") > 0) {
var customNOList = customNo.split(",");
var customNOListStr = "(";
for (var _i = 0; _i < customNOList.length; _i++) {
if (customNOListStr != "(") customNOListStr += " OR ";
customNOListStr += " (ISNULL(b.CUSTNO, '') + '' + ISNULL(b.MBLNO, '') + '' + ISNULL(b.HBLNO, '') + '' + ISNULL(b.CUSTOMNO, '') + '' + ISNULL(b.ORDERNO, '')) like '%" + customNOList[_i] + "%' ";
}
customNOListStr += ")";
sql = sql + getAndConSql(sql, customNOListStr, customNOListStr);
} else {
sql = sql + getAndConSql(sql, customNo, " (ISNULL(b.CUSTNO,'')+''+ISNULL(b.MBLNO,'')+''+ISNULL(b.HBLNO,'')+''+ISNULL(b.CUSTOMNO,'')+''+ISNULL(b.ORDERNO,'')) like '%" + customNo + "%' ");
}
}
var OPLBNAME = form.findField('OPLBNAME').getValue();
sql = sql + getAndConSql(sql, OPLBNAME, "b.OPLBNAME='" + OPLBNAME + "'");

@ -3810,7 +3810,27 @@ Ext.extend(Shipping.MsChPayapplicationBLEdit, Ext.Panel, {
var sql = '';
var customNo = form.findField('CustomNo').getValue();
sql = sql + getAndConSql(sql, customNo, " (ISNULL(b.CUSTNO,'')+''+ISNULL(b.MBLNO,'')+''+ISNULL(b.HBLNO,'')+''+ISNULL(b.CUSTOMNO,'')+''+ISNULL(b.ORDERNO,'')) like '%" + customNo + "%' ");
if (customNo) {
if (customNo.indexOf(",") > 0) {
var customNOList = customNo.split(",");
var customNOListStr = "(";
for (var _i = 0; _i < customNOList.length; _i++) {
if (customNOListStr != "(") customNOListStr += " OR ";
customNOListStr += " (ISNULL(b.CUSTNO, '') + '' + ISNULL(b.MBLNO, '') + '' + ISNULL(b.HBLNO, '') + '' + ISNULL(b.CUSTOMNO, '') + '' + ISNULL(b.ORDERNO, '')) like '%" + customNOList[_i] + "%' ";
}
customNOListStr += ")";
sql = sql + getAndConSql(sql, customNOListStr, customNOListStr);
} else {
sql = sql + getAndConSql(sql, customNo, " (ISNULL(b.CUSTNO,'')+''+ISNULL(b.MBLNO,'')+''+ISNULL(b.HBLNO,'')+''+ISNULL(b.CUSTOMNO,'')+''+ISNULL(b.ORDERNO,'')) like '%" + customNo + "%' ");
}
}
// var OPLBNAME = form.findField('OPLBNAME').getValue();

@ -3580,7 +3580,27 @@ Ext.extend(Shipping.MsChRecvapplicationBLEdit, Ext.Panel, {
var sql = '';
var customNo = form.findField('CustomNo').getValue();
sql = sql + getAndConSql(sql, customNo, " (b.CUSTNO like '%" + customNo + "%' or b.MBLNO like '%" + customNo + "%' or b.HBLNO like '%" + customNo + "%' or b.CUSTOMNO like '%" + customNo + "%')");
//sql = sql + getAndConSql(sql, customNo, " (b.CUSTNO like '%" + customNo + "%' or b.MBLNO like '%" + customNo + "%' or b.HBLNO like '%" + customNo + "%' or b.CUSTOMNO like '%" + customNo + "%')");
if (customNo) {
if (customNo.indexOf(",") > 0) {
var customNOList = customNo.split(",");
var customNOListStr = "(";
for (var _i = 0; _i < customNOList.length; _i++) {
if (customNOListStr != "(") customNOListStr += " OR ";
customNOListStr += " (ISNULL(b.CUSTNO, '') + '' + ISNULL(b.MBLNO, '') + '' + ISNULL(b.HBLNO, '') + '' + ISNULL(b.CUSTOMNO, '') + '' + ISNULL(b.ORDERNO, '')) like '%" + customNOList[_i] + "%' ";
}
customNOListStr += ")";
sql = sql + getAndConSql(sql, customNOListStr, customNOListStr);
} else {
sql = sql + getAndConSql(sql, customNo, " (ISNULL(b.CUSTNO,'')+''+ISNULL(b.MBLNO,'')+''+ISNULL(b.HBLNO,'')+''+ISNULL(b.CUSTOMNO,'')+''+ISNULL(b.ORDERNO,'')) like '%" + customNo + "%' ");
}
}
var OPLBNAME = form.findField('OPLBNAME').getValue();

@ -25,6 +25,10 @@ Ext.extend(Shipping.MsChRecvapplicationEdit, Ext.Panel, {
this.IsDebit = '0';
this.myDate = new Date();
parentWin = window.parent.opener.opener;
mainWin = getMainForm(parentWin);
//#region 编辑form
//枚举参照相关(编辑form)
@ -37,7 +41,7 @@ Ext.extend(Shipping.MsChRecvapplicationEdit, Ext.Panel, {
proxy: { url: '/CommMng/BasicDataRef/GetCustomRefListRmAll' }
});
this.storeCustCode.load({ params: { condition: ""} });
//this.storeCustCode.load({ params: { condition: ""} });
this.comboxCustCode = Ext.create('DsExt.ux.RefTableCombox', {
fieldLabel: '结算单位',
store: this.storeCustCode,

@ -45,6 +45,13 @@ Ext.extend(Shipping.MsChRecvapplicationIndex, Ext.Panel, {
});
_this = this;
this.StoreStlMode = Ext.create('DsExt.ux.RefTableStore', {
model: 'STLMODE',
proxy: { url: '/MvcShipping/MsBaseInfo/GetStlModeList' }
});
this.StoreStlMode.load({ params: { condition: "" } });
//#endregion
//#region 定义Grid
@ -136,6 +143,20 @@ Ext.extend(Shipping.MsChRecvapplicationIndex, Ext.Panel, {
dataIndex: 'RECVTIME',
header: '申请收款日期',
width: 100
}, {
sortable: true,
dataIndex: 'SETTLETYPE',
header: '结算方式',
width: 100,
renderer: function (value, cellmeta) {
if (value) {
var corpname = _this.StoreStlMode.find('STLCODE', value);
if (corpname >= 0) {
corp = _this.StoreStlMode.getAt(corpname);
return corp.data.STLNAME;
}
}
}
}, {
sortable: true,
dataIndex: 'PREAMOUNTRMB',

@ -4821,13 +4821,32 @@ Ext.extend(Shipping.MsChRecvSettlementBLEdit, Ext.Panel, {
if (curr == 'RMB') {
this.formEdit.getForm().findField('RATE').setValue(1);
} else {
var FFrecords = DsStoreQueryBy(this.StoreDateCurr, 'CURR', curr);
if (FFrecords.getCount() > 0) {
var ffdata = FFrecords.getAt(0).data;
var DEFRATE = ffdata.DEFRATE;
this.formEdit.getForm().findField('RATE').setValue(DEFRATE);
//var FFrecords = DsStoreQueryBy(this.StoreDateCurr, 'CURR', curr);
//if (FFrecords.getCount() > 0) {
// var ffdata = FFrecords.getAt(0).data;
// var DEFRATE = ffdata.DEFRATE;
// this.formEdit.getForm().findField('RATE').setValue(DEFRATE);
//} else {
// var DFrecords = DsStoreQueryBy(this.StoreCurr, 'CURR', curr);
// if (DFrecords.getCount() > 0) {
// var dfdata = DFrecords.getAt(0).data;
// var DEFRATE = dfdata.DEFRATE;
// this.formEdit.getForm().findField('RATE').setValue(DEFRATE);
// } else {
// this.formEdit.getForm().findField('RATE').setValue(1);
// }
//}
if (_this.StoreDateCurr.getCount() > 0) {
for (var i = 0; i < _this.StoreDateCurr.getCount(); i += 1) {
var member = _this.StoreDateCurr.getAt(i);
if (member.data.CURR == CURR) {
this.formEdit.getForm().findField('RATE').setValue(member.data.DEFRATE);
}
}
} else {
var DFrecords = DsStoreQueryBy(this.StoreCurr, 'CURR', curr);
var DFrecords = DsStoreQueryBy(this.StoreCurr, 'CURR', CURR);
if (DFrecords.getCount() > 0) {
var dfdata = DFrecords.getAt(0).data;
var DEFRATE = dfdata.DEFRATE;
@ -4836,7 +4855,6 @@ Ext.extend(Shipping.MsChRecvSettlementBLEdit, Ext.Panel, {
this.formEdit.getForm().findField('RATE').setValue(1);
}
}
}
}
var CUST = this.formEdit.getForm().findField('CUSTOMERNAME').getValue();

@ -951,11 +951,11 @@ namespace DSWeb.MvcShipping.DAL.MsAireOrderDAL
{
if (str == "")
{
str = " (OP='" + Convert.ToString(reader["SHOWNAME"]) + "' OR SALE='" + Convert.ToString(reader["SHOWNAME"]) + "' OR CUSTSERVICE='" + Convert.ToString(reader["SHOWNAME"]) + "' OR DOC='" + Convert.ToString(reader["SHOWNAME"]) + "' OR INPUTBY='" + Convert.ToString(reader["SHOWNAME"]) + "' ";
str = " (OP='" + Convert.ToString(reader["SHOWNAME"]) + "' OR SALE='" + Convert.ToString(reader["SHOWNAME"]) + "' OR CUSTSERVICE='" + Convert.ToString(reader["SHOWNAME"]) + "' OR DOC='" + Convert.ToString(reader["SHOWNAME"]) + "' OR INPUTBY='" + Convert.ToString(reader["SHOWNAME"]) + "' OR AUDITOPERATOR='" + Convert.ToString(reader["SHOWNAME"]) + "' ";
}
else
{
str = str + " or OP='" + Convert.ToString(reader["SHOWNAME"]) + "' OR SALE='" + Convert.ToString(reader["SHOWNAME"]) + "' OR CUSTSERVICE='" + Convert.ToString(reader["SHOWNAME"]) + "' OR DOC='" + Convert.ToString(reader["SHOWNAME"]) + "' OR INPUTBY='" + Convert.ToString(reader["SHOWNAME"]) + "' ";
str = str + " or OP='" + Convert.ToString(reader["SHOWNAME"]) + "' OR SALE='" + Convert.ToString(reader["SHOWNAME"]) + "' OR CUSTSERVICE='" + Convert.ToString(reader["SHOWNAME"]) + "' OR DOC='" + Convert.ToString(reader["SHOWNAME"]) + "' OR INPUTBY='" + Convert.ToString(reader["SHOWNAME"]) + "' OR AUDITOPERATOR='" + Convert.ToString(reader["SHOWNAME"]) + "' ";
};
}
str = str + ")";

@ -849,6 +849,7 @@ Ext.extend(Shipping.MainForm, Ext.Panel, {
this.PubStore_CustomerAll = Ext.create('DsExt.ux.RefTableStore', {
model: 'DsShipping.ux.CustomRefModel',
proxy: { url: '/CommMng/BasicDataRef/GetCustomSimpleList' }
//对比GetCustomRefListRmAll
});
this.PubStore_OPSEAE_YARD = Ext.create('DsExt.ux.RefTableStore', {

@ -4,7 +4,7 @@
<ProjectView>ShowAllFiles</ProjectView>
<NameOfLastUsedPublishProfile>H:\DS7_CHJY\DSWeb\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile>
<UseIISExpress>true</UseIISExpress>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<Use64BitIISExpress />
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />

@ -7,7 +7,7 @@
<PropertyGroup>
<TimeStampOfAssociatedLegacyPublishXmlFile />
<_PublishTargetUrl>F:\DS7Deploy</_PublishTargetUrl>
<History>True|2022-09-26T09:38:31.7822040Z;True|2022-09-23T10:50:12.4477513+08:00;True|2022-09-20T11:43:07.7861580+08:00;True|2022-09-19T17:29:15.0054651+08:00;True|2022-09-15T17:51:03.0418191+08:00;True|2022-09-13T18:11:07.4886072+08:00;True|2022-09-08T18:27:59.4866314+08:00;True|2022-09-07T10:48:22.4374600+08:00;True|2022-08-30T08:55:51.2483797+08:00;False|2022-08-29T17:42:44.5787657+08:00;True|2022-08-26T20:59:45.9746506+08:00;True|2022-08-26T20:43:47.7232727+08:00;True|2022-08-24T09:18:21.4053992+08:00;False|2022-08-21T20:16:52.1945951+08:00;False|2022-08-19T19:22:34.5180558+08:00;True|2022-08-18T14:48:38.9875943+08:00;True|2022-08-17T21:13:13.1492813+08:00;True|2022-08-15T12:05:05.0180251+08:00;True|2022-08-14T16:09:42.2679613+08:00;False|2022-08-14T14:52:29.4220318+08:00;False|2022-08-14T14:52:06.2230253+08:00;True|2022-08-14T10:57:19.4758701+08:00;False|2022-08-13T23:04:14.0629097+08:00;False|2022-08-13T23:03:22.5804991+08:00;True|2022-08-10T19:05:35.6012831+08:00;False|2022-07-19T17:04:39.8836330+08:00;False|2022-07-18T17:16:12.0161331+08:00;False|2022-07-18T17:14:22.0392241+08:00;False|2022-07-18T17:13:36.1034940+08:00;False|2022-07-18T17:05:08.7106572+08:00;False|2022-07-18T17:04:11.8851385+08:00;False|2022-07-18T14:30:54.7755285+08:00;True|2022-07-14T10:29:35.4634877+08:00;True|2022-07-14T10:27:21.4061602+08:00;False|2022-07-14T10:22:40.9640558+08:00;True|2022-06-29T15:32:11.0848982+08:00;False|2022-06-29T15:15:50.7821661+08:00;False|2022-05-10T16:09:29.5038169+08:00;</History>
<History>True|2022-09-28T07:09:31.3794587Z;True|2022-09-26T17:38:31.7822040+08:00;True|2022-09-23T10:50:12.4477513+08:00;True|2022-09-20T11:43:07.7861580+08:00;True|2022-09-19T17:29:15.0054651+08:00;True|2022-09-15T17:51:03.0418191+08:00;True|2022-09-13T18:11:07.4886072+08:00;True|2022-09-08T18:27:59.4866314+08:00;True|2022-09-07T10:48:22.4374600+08:00;True|2022-08-30T08:55:51.2483797+08:00;False|2022-08-29T17:42:44.5787657+08:00;True|2022-08-26T20:59:45.9746506+08:00;True|2022-08-26T20:43:47.7232727+08:00;True|2022-08-24T09:18:21.4053992+08:00;False|2022-08-21T20:16:52.1945951+08:00;False|2022-08-19T19:22:34.5180558+08:00;True|2022-08-18T14:48:38.9875943+08:00;True|2022-08-17T21:13:13.1492813+08:00;True|2022-08-15T12:05:05.0180251+08:00;True|2022-08-14T16:09:42.2679613+08:00;False|2022-08-14T14:52:29.4220318+08:00;False|2022-08-14T14:52:06.2230253+08:00;True|2022-08-14T10:57:19.4758701+08:00;False|2022-08-13T23:04:14.0629097+08:00;False|2022-08-13T23:03:22.5804991+08:00;True|2022-08-10T19:05:35.6012831+08:00;False|2022-07-19T17:04:39.8836330+08:00;False|2022-07-18T17:16:12.0161331+08:00;False|2022-07-18T17:14:22.0392241+08:00;False|2022-07-18T17:13:36.1034940+08:00;False|2022-07-18T17:05:08.7106572+08:00;False|2022-07-18T17:04:11.8851385+08:00;False|2022-07-18T14:30:54.7755285+08:00;True|2022-07-14T10:29:35.4634877+08:00;True|2022-07-14T10:27:21.4061602+08:00;False|2022-07-14T10:22:40.9640558+08:00;True|2022-06-29T15:32:11.0848982+08:00;False|2022-06-29T15:15:50.7821661+08:00;False|2022-05-10T16:09:29.5038169+08:00;</History>
<LastFailureDetails />
</PropertyGroup>
<ItemGroup>
@ -327,7 +327,7 @@
<publishTime>08/26/2022 20:31:11</publishTime>
</File>
<File Include="Areas/Account/Views/Chfee_recvapplication/Index.aspx">
<publishTime>08/26/2022 20:31:11</publishTime>
<publishTime>09/28/2022 09:03:44</publishTime>
</File>
<File Include="Areas/Account/Views/Chfee_recvprocess/Audit.aspx">
<publishTime>08/26/2022 20:26:40</publishTime>
@ -567,7 +567,7 @@
<publishTime>08/26/2022 20:26:40</publishTime>
</File>
<File Include="Areas/Account/Viewsjs/Chfee_invoice/ChInvoiceAppEdit.js">
<publishTime>09/15/2022 11:34:22</publishTime>
<publishTime>09/27/2022 15:56:53</publishTime>
</File>
<File Include="Areas/Account/Viewsjs/Chfee_invoice/ChInvoiceBLEdit.js">
<publishTime>08/26/2022 20:31:11</publishTime>
@ -612,7 +612,7 @@
<publishTime>08/26/2022 20:31:11</publishTime>
</File>
<File Include="Areas/Account/Viewsjs/Chfee_invoiceapplication/ChInvoiceapplicationBLEdit.js">
<publishTime>09/06/2022 13:44:38</publishTime>
<publishTime>09/27/2022 15:58:26</publishTime>
</File>
<File Include="Areas/Account/Viewsjs/Chfee_invoiceapplication/ChInvoiceapplicationEdit.js">
<publishTime>08/26/2022 20:31:11</publishTime>
@ -828,7 +828,7 @@
<publishTime>09/06/2022 13:49:00</publishTime>
</File>
<File Include="Areas/Account/Viewsjs/Chfee_payapplication/ChPayapplicationBLEdit.js">
<publishTime>09/16/2022 17:57:46</publishTime>
<publishTime>09/27/2022 15:15:10</publishTime>
</File>
<File Include="Areas/Account/Viewsjs/Chfee_payapplication/ChPayapplicationEdit.js">
<publishTime>08/30/2022 15:42:03</publishTime>
@ -882,13 +882,13 @@
<publishTime>08/26/2022 20:26:40</publishTime>
</File>
<File Include="Areas/Account/Viewsjs/Chfee_recvapplication/ChRecvapplicationBLEdit.js">
<publishTime>09/19/2022 16:20:13</publishTime>
<publishTime>09/27/2022 15:57:00</publishTime>
</File>
<File Include="Areas/Account/Viewsjs/Chfee_recvapplication/ChRecvapplicationEdit.js">
<publishTime>09/19/2022 15:23:58</publishTime>
</File>
<File Include="Areas/Account/Viewsjs/Chfee_recvapplication/ChRecvapplicationIndex.js">
<publishTime>09/26/2022 16:29:18</publishTime>
<publishTime>09/27/2022 16:12:10</publishTime>
</File>
<File Include="Areas/Account/Viewsjs/Chfee_recvapplication/ChRecvapplicationModel.js">
<publishTime>09/05/2022 16:50:15</publishTime>
@ -942,7 +942,7 @@
<publishTime>09/13/2022 11:10:08</publishTime>
</File>
<File Include="Areas/Account/Viewsjs/Chfee_settlement/ChRecvsettlementBLEdit.js">
<publishTime>09/16/2022 15:37:20</publishTime>
<publishTime>09/28/2022 15:08:00</publishTime>
</File>
<File Include="Areas/Account/Viewsjs/Chfee_settlement/ChRecvsettlementEdit.js">
<publishTime>08/26/2022 20:31:11</publishTime>
@ -12822,10 +12822,10 @@
<publishTime>08/26/2022 20:26:37</publishTime>
</File>
<File Include="bin/App_global.asax.compiled">
<publishTime>09/26/2022 17:37:39</publishTime>
<publishTime>09/28/2022 15:08:37</publishTime>
</File>
<File Include="bin/App_global.asax.dll">
<publishTime>09/26/2022 17:37:39</publishTime>
<publishTime>09/28/2022 15:08:37</publishTime>
</File>
<File Include="bin/AspNetPager.dll">
<publishTime>08/26/2022 20:26:48</publishTime>
@ -12885,19 +12885,19 @@
<publishTime>09/14/2022 18:07:40</publishTime>
</File>
<File Include="bin/DSWeb.dll">
<publishTime>09/26/2022 17:37:17</publishTime>
<publishTime>09/28/2022 15:08:15</publishTime>
</File>
<File Include="bin/DSWeb.Interface.dll">
<publishTime>09/26/2022 17:37:03</publishTime>
<publishTime>09/28/2022 15:08:01</publishTime>
</File>
<File Include="bin/DSWeb.Interface.pdb">
<publishTime>09/26/2022 17:37:03</publishTime>
<publishTime>09/28/2022 15:08:01</publishTime>
</File>
<File Include="bin/DSWeb.pdb">
<publishTime>09/26/2022 17:37:17</publishTime>
<publishTime>09/28/2022 15:08:15</publishTime>
</File>
<File Include="bin/DSWeb.XmlSerializers.dll">
<publishTime>09/26/2022 17:37:18</publishTime>
<publishTime>09/28/2022 15:08:16</publishTime>
</File>
<File Include="bin/DSWebComponent.dll">
<publishTime>08/28/2022 03:33:29</publishTime>
@ -17529,7 +17529,7 @@
<publishTime>08/26/2022 20:26:46</publishTime>
</File>
<File Include="PrecompiledApp.config">
<publishTime>09/26/2022 17:37:33</publishTime>
<publishTime>09/28/2022 15:08:30</publishTime>
</File>
<File Include="PriceCarrier/CrmPriceCarrierInfo.aspx">
<publishTime>08/26/2022 20:26:46</publishTime>

Binary file not shown.

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>

Loading…
Cancel
Save