DS7_HYRD
hanxuntao 8 months ago
parent 149bfdf5af
commit 3a7cb14918

@ -2308,6 +2308,9 @@ Ext.extend(Shipping.FeeAmendEditGrid, Ext.Panel, {
if (value == '合计') {
return Zi.LAN.FEE.CustSum;
} else {
value = value.replace('更改单', 'Amend');
value = value.replace('普通货', 'General');
return value;
}

@ -3053,6 +3053,9 @@ Ext.extend(Shipping.FeeEditGrid, Ext.Panel, {
if (value == '合计') {
return Zi.LAN.FEE.CustSum;
} else {
value = value.replace('更改单','Amend');
value = value.replace('普通货', 'General');
return value;
}

@ -1461,6 +1461,8 @@ Ext.extend(Shipping.FeeViewGrid, Ext.Panel, {
if (value == '合计') {
return Zi.LAN.FEE.CustSum;
} else {
value = value.replace('更改单', 'Amend');
value = value.replace('普通货', 'General');
return value;
}

@ -8372,7 +8372,7 @@ Ext.extend(Shipping.MsOpSeaeIndex, Ext.Panel, {
_this.suborderop = CnameString;
_this.subordercustservice = _this.comboxSeaeCustService.getValue();
_this.suborderfeetype = form.findField('FeeType').getValue();
//_this.suborderfeetype = form.findField('FeeType').getValue();
_this.onSubCompOrderClick();

@ -4,7 +4,7 @@
<ProjectView>ShowAllFiles</ProjectView>
<NameOfLastUsedPublishProfile>配置文件1</NameOfLastUsedPublishProfile>
<UseIISExpress>true</UseIISExpress>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<Use64BitIISExpress />
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />

Loading…
Cancel
Save