Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
d5b0e700
Commit
d5b0e700
authored
Apr 10, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/predev' into predev
parents
0f9dc193
10eb2b34
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
12 deletions
+23
-12
clrDocument.vue
src/views/ecw/box/shippingSea/nodePage/clrDocument.vue
+1
-0
subMaterial.vue
src/views/ecw/box/shippingSea/nodePage/subMaterial.vue
+9
-7
Warehouse.vue
src/views/ecw/order/warehousing/components/Warehouse.vue
+1
-1
edit.vue
src/views/ecw/supplier/edit.vue
+12
-4
No files found.
src/views/ecw/box/shippingSea/nodePage/clrDocument.vue
View file @
d5b0e700
...
@@ -107,6 +107,7 @@ export default {
...
@@ -107,6 +107,7 @@ export default {
cdOutBillType
:
cdOutBillType
:
oldData
.
cdOutBillType
===
0
?
undefined
:
oldData
.
cdOutBillType
,
oldData
.
cdOutBillType
===
0
?
undefined
:
oldData
.
cdOutBillType
,
};
};
this
.
$set
(
this
.
cDocObj
,
'
cdOutBillType
'
,
String
(
this
.
$attrs
.
shipmentObj
.
ladingBillInfo
?.
issueType
)
||
undefined
)
},
},
methods
:
{
methods
:
{
/** 提交 */
/** 提交 */
...
...
src/views/ecw/box/shippingSea/nodePage/subMaterial.vue
View file @
d5b0e700
...
@@ -40,8 +40,8 @@
...
@@ -40,8 +40,8 @@
</el-select>
-->
</el-select>
-->
<el-input
v-model=
"subMaterialObj.packageUnit"
:placeholder=
"$t('请输入包装单位')"
></el-input>
<el-input
v-model=
"subMaterialObj.packageUnit"
:placeholder=
"$t('请输入包装单位')"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('毛重(KGS)')"
>
<el-form-item
:label=
"$t('
货物
毛重(KGS)')"
>
<el-input
v-model=
"subMaterialObj.kgs"
:placeholder=
"$t('请输入毛重') + '(KGS)'"
></el-input>
<el-input
v-model=
"subMaterialObj.kgs"
:placeholder=
"$t('请输入
货物
毛重') + '(KGS)'"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('立方数(CBM)')"
>
<el-form-item
:label=
"$t('立方数(CBM)')"
>
<el-input
v-model=
"subMaterialObj.cbm"
:placeholder=
"$t('请输入立方数') + '(CBM)'"
></el-input>
<el-input
v-model=
"subMaterialObj.cbm"
:placeholder=
"$t('请输入立方数') + '(CBM)'"
></el-input>
...
@@ -129,17 +129,19 @@ export default {
...
@@ -129,17 +129,19 @@ export default {
});
});
const
voName
=
this
.
$attrs
.
currNode
.
voName
;
const
voName
=
this
.
$attrs
.
currNode
.
voName
;
let
oldData
=
{
...
this
.
shipmentObj
[
voName
]
};
let
oldData
=
{
...
this
.
shipmentObj
[
voName
]
};
oldData
=
formatNumberString
(
oldData
,
[
"
issueType
"
]);
this
.
subMaterialObj
=
{
...
oldData
,
packageUnit
:
oldData
.
packageUnit
===
0
?
undefined
:
oldData
.
packageUnit
,
};
this
.
$set
(
this
.
subMaterialObj
,
'
agentId
'
,
this
.
shipmentObj
.
agentInfo
?.
agentId
||
undefined
)
this
.
$set
(
this
.
subMaterialObj
,
'
agentId
'
,
this
.
shipmentObj
.
agentInfo
?.
agentId
||
undefined
)
this
.
$set
(
this
.
subMaterialObj
,
'
soNo
'
,
this
.
shipmentObj
.
bookSeaInfo
?.
sono
||
undefined
)
this
.
$set
(
this
.
subMaterialObj
,
'
soNo
'
,
this
.
shipmentObj
.
bookSeaInfo
?.
sono
||
undefined
)
this
.
$set
(
this
.
subMaterialObj
,
'
markNo
'
,
"
N/M
"
)
this
.
$set
(
this
.
subMaterialObj
,
'
markNo
'
,
"
N/M
"
)
this
.
$set
(
this
.
subMaterialObj
,
'
startPortId
'
,
this
.
shipmentObj
.
bookSeaInfo
?.
bigPortId
||
undefined
)
this
.
$set
(
this
.
subMaterialObj
,
'
startPortId
'
,
this
.
shipmentObj
.
bookSeaInfo
?.
bigPortId
||
undefined
)
this
.
$set
(
this
.
subMaterialObj
,
'
destPortId
'
,
this
.
shipmentObj
.
bookSeaInfo
?.
destPortId
||
undefined
)
this
.
$set
(
this
.
subMaterialObj
,
'
destPortId
'
,
this
.
shipmentObj
.
bookSeaInfo
?.
destPortId
||
undefined
)
this
.
$set
(
this
.
subMaterialObj
,
'
kgs
'
,
this
.
shipmentObj
.
customsInfo
?.
dcGoodsWgt
||
undefined
)
this
.
$set
(
this
.
subMaterialObj
,
'
containerSealNo
'
,(
this
.
shipmentObj
.
trailerInfo
?.
tlContainerNo
||
''
)
+
'
/
'
+
(
this
.
shipmentObj
.
trailerInfo
?.
tlStripSeal
||
'
/
'
))
this
.
$set
(
this
.
subMaterialObj
,
'
containerSealNo
'
,(
this
.
shipmentObj
.
trailerInfo
?.
tlContainerNo
||
''
)
+
'
/
'
+
(
this
.
shipmentObj
.
trailerInfo
?.
tlStripSeal
||
'
/
'
))
oldData
=
formatNumberString
(
oldData
,
[
"
issueType
"
]);
this
.
subMaterialObj
=
{
...
oldData
,
packageUnit
:
oldData
.
packageUnit
===
0
?
undefined
:
oldData
.
packageUnit
,
};
this
.
getSup
(
this
.
subMaterialObj
.
agentId
)
this
.
getSup
(
this
.
subMaterialObj
.
agentId
)
},
},
methods
:
{
methods
:
{
...
...
src/views/ecw/order/warehousing/components/Warehouse.vue
View file @
d5b0e700
...
@@ -496,7 +496,7 @@ export default {
...
@@ -496,7 +496,7 @@ export default {
return
''
return
''
},
},
warehouseId
(){
warehouseId
(){
return
this
.
order
?.
logisticsInfoDto
?.
startWarehouseId
return
this
.
order
.
adjustToDestWarehouseId
||
this
.
order
?.
logisticsInfoDto
?.
startWarehouseId
}
}
},
},
...
...
src/views/ecw/supplier/edit.vue
View file @
d5b0e700
...
@@ -17,10 +17,18 @@
...
@@ -17,10 +17,18 @@
</el-form-item>
</el-form-item>
</div>
</div>
<div>
<div>
<el-form-item
:label=
"$t('合作开始时间')"
prop=
"cooperationDateStart"
>
<el-form-item
:label=
"$t('合作开始时间')"
prop=
"cooperationDateStart"
label-width=
"120px"
:rules=
"[
{
required: formData.areaType==1,
message: this.$t('请填写合作开始时间'),
trigger: 'change'
}]">
<el-date-picker
v-model=
"formData.cooperationDateStart"
value-format=
"timestamp"
clearable
></el-date-picker>
<el-date-picker
v-model=
"formData.cooperationDateStart"
value-format=
"timestamp"
clearable
></el-date-picker>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('合作结束时间')"
prop=
"cooperationDateEnd"
>
<el-form-item
:label=
"$t('合作结束时间')"
prop=
"cooperationDateEnd"
label-width=
"120px"
:rules=
"[
{
required: formData.areaType==1,
message: this.$t('请填写合作结束时间'),
trigger: 'change'
}]">
<el-date-picker
v-model=
"formData.cooperationDateEnd"
value-format=
"timestamp"
clearable
></el-date-picker>
<el-date-picker
v-model=
"formData.cooperationDateEnd"
value-format=
"timestamp"
clearable
></el-date-picker>
</el-form-item>
</el-form-item>
</div>
</div>
...
@@ -856,7 +864,7 @@ export default {
...
@@ -856,7 +864,7 @@ export default {
selectFile
(
row
)
{
selectFile
(
row
)
{
this
.
$set
(
this
.
formData
.
externalVO
,
'
clearanceFileId
'
,
row
.
id
)
this
.
$set
(
this
.
formData
.
externalVO
,
'
clearanceFileId
'
,
row
.
id
)
this
.
$set
(
this
.
formData
.
externalVO
,
'
baNo
'
,
row
.
baNo
)
this
.
$set
(
this
.
formData
.
externalVO
,
'
baNo
'
,
row
.
baNo
)
this
.
$set
(
this
.
formData
.
externalVO
,
'
baNo
'
,
row
.
ba
No
)
this
.
$set
(
this
.
formData
.
externalVO
,
'
fromNo
'
,
row
.
from
No
)
this
.
showFileNoDialog
=
false
this
.
showFileNoDialog
=
false
},
},
updateFileNo
(
row
)
{
updateFileNo
(
row
)
{
...
@@ -913,7 +921,7 @@ export default {
...
@@ -913,7 +921,7 @@ export default {
submitForm
()
{
submitForm
()
{
this
.
$refs
[
"
elForm
"
].
validate
((
valid
,
errors
)
=>
{
this
.
$refs
[
"
elForm
"
].
validate
((
valid
,
errors
)
=>
{
if
(
!
valid
)
{
if
(
!
valid
)
{
return
this
.
$showFormValidateErrors
(
errors
)
return
this
.
$showFormValidateErrors
(
errors
)
}
}
if
(
this
.
formData
.
areaType
==
0
){
if
(
this
.
formData
.
areaType
==
0
){
if
(
!
this
.
formData
.
bankList
.
length
){
if
(
!
this
.
formData
.
bankList
.
length
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment