Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
S
SA-WMS
Project
Project
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
Graph
比较
统计图
议题
0
议题
0
列表
看板
标记
Milestones
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Ras
SA-WMS
Commits
6092c6f6
提交
6092c6f6
authored
6月 24, 2021
作者:
Ras
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
更新收费单与更新物流状态
上级
58af1d79
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
37 行增加
和
6 行删除
+37
-6
IostDeliverstatusList.vue
src/views/iost/basedata/IostDeliverstatusList.vue
+1
-1
IostSummarySheetList.vue
src/views/iost/basedata/IostSummarySheetList.vue
+0
-1
IostReceivingNoteCopyForm.vue
...views/iost/basedata/modules/IostReceivingNoteCopyForm.vue
+36
-4
没有找到文件。
src/views/iost/basedata/IostDeliverstatusList.vue
浏览文件 @
6092c6f6
...
@@ -149,7 +149,7 @@
...
@@ -149,7 +149,7 @@
{
{
title
:
'日期'
,
title
:
'日期'
,
align
:
"center"
,
align
:
"center"
,
dataIndex
:
'
updateTim
e'
,
dataIndex
:
'
dat
e'
,
customRender
:
function
(
text
)
{
customRender
:
function
(
text
)
{
return
!
text
?
""
:(
text
.
length
>
10
?
text
.
substr
(
0
,
10
):
text
)
return
!
text
?
""
:(
text
.
length
>
10
?
text
.
substr
(
0
,
10
):
text
)
}
}
...
...
src/views/iost/basedata/IostSummarySheetList.vue
浏览文件 @
6092c6f6
...
@@ -200,7 +200,6 @@
...
@@ -200,7 +200,6 @@
deleteBatch
:
"/basedata/iostSummarySheet/deleteBatch"
,
deleteBatch
:
"/basedata/iostSummarySheet/deleteBatch"
,
exportXlsUrl
:
"/basedata/iostSummarySheet/exportXls"
,
exportXlsUrl
:
"/basedata/iostSummarySheet/exportXls"
,
importExcelUrl
:
"basedata/iostSummarySheet/importExcel"
,
importExcelUrl
:
"basedata/iostSummarySheet/importExcel"
,
},
},
dictOptions
:{},
dictOptions
:{},
}
}
...
...
src/views/iost/basedata/modules/IostReceivingNoteCopyForm.vue
浏览文件 @
6092c6f6
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
<a-spin
:spinning=
"confirmLoading"
>
<a-spin
:spinning=
"confirmLoading"
>
<a-button
v-print=
"'#printContent1'"
ghost
type=
"primary"
>
打印
</a-button>
<a-button
v-print=
"'#printContent1'"
ghost
type=
"primary"
>
打印
</a-button>
<section
ref=
"print"
id=
"printContent1"
class=
"ant-card-body"
>
<section
ref=
"print"
id=
"printContent1"
class=
"ant-card-body"
>
<h1
style=
"text-align:center;font-size:24px"
>
收费单
</h1>
<j-form-container
:disabled=
"formDisabled"
>
<j-form-container
:disabled=
"formDisabled"
>
<!-- 主表单区域 -->
<!-- 主表单区域 -->
<a-form
:form=
"form"
slot=
"detail"
>
<a-form
:form=
"form"
slot=
"detail"
>
...
@@ -22,13 +23,25 @@
...
@@ -22,13 +23,25 @@
<span
class=
"ant-inputlabel"
>
联系电话:
</span>
<span
class=
"ant-inputlabel"
>
联系电话:
</span>
<a-input
v-model=
"model.telephone"
class=
"ant-input"
></a-input>
<a-input
v-model=
"model.telephone"
class=
"ant-input"
></a-input>
</a-col>
</a-col>
<
a-col
:span=
"8"
>
<
!--
<a-col
:span=
"8"
style=
"display:block;"
>
<span
class=
"ant-inputlabel"
>
送货地址:
</span>
<span
class=
"ant-inputlabel"
>
送货地址:
</span>
<a-input
v-model=
"model.deliveryAddress"
class=
"ant-input"
></a-input>
<a-input
v-model=
"model.deliveryAddress"
class=
"ant-input"
></a-input>
</a-col>
</a-col>
-->
<a-col
:span=
"8"
>
<
!--
<
a-col
:span=
"8"
>
<span
class=
"ant-inputlabel"
>
创建日期:
</span>
<span
class=
"ant-inputlabel"
>
创建日期:
</span>
<a-input
v-model=
"model.createTime"
class=
"ant-input"
></a-input>
<a-input
v-model=
"model.createTime"
class=
"ant-input"
></a-input>
</a-col>
-->
</a-row>
<a-row>
<a-col
:span=
"24"
style=
"display:block;"
>
<span
class=
"ant-inputlabel"
>
送货地址:
</span>
<a-textarea
v-model=
"model.deliveryAddress"
class=
"ant-input"
:auto-size=
"
{ minRows: 2, maxRows: 6 }">
</a-textarea>
</a-col>
</a-row>
<a-row>
<a-col
:span=
"8"
>
<span
class=
"ant-inputlabel"
>
日期:
</span>
<a-input
v-model=
"model.createTime"
class=
"ant-input"
></a-input>
</a-col>
</a-col>
</a-row>
</a-row>
</a-form>
</a-form>
...
@@ -52,6 +65,14 @@
...
@@ -52,6 +65,14 @@
<div
v-html=
"text"
></div>
<div
v-html=
"text"
></div>
</
template
>
</
template
>
</a-table>
</a-table>
<div
class=
"remarks"
>
<h3>
备注
</h3>
<ul
style=
"list-style-type: decimal;margin:1%; padding:0;"
>
<li
v-for=
"item in remarks"
>
{{item}}
</li>
</ul>
</div>
</section>
</section>
</a-spin>
</a-spin>
</template>
</template>
...
@@ -123,12 +144,23 @@
...
@@ -123,12 +144,23 @@
title
:
'价格'
,
title
:
'价格'
,
align
:
"center"
,
align
:
"center"
,
dataIndex
:
'price'
,
dataIndex
:
'price'
,
},
{
title
:
'金额'
,
align
:
"center"
,
dataIndex
:
'money'
,
}
}
],
],
confirmLoading
:
false
,
confirmLoading
:
false
,
url
:
{
url
:
{
list
:
'/basedata/iostReceivingNote/queryIostReceivingNotIostReceivingNotListByMainId'
list
:
'/basedata/iostReceivingNote/queryIostReceivingNotIostReceivingNotListByMainId'
}
},
remarks
:[
"以约堡市中心为准,15公里范围内,免费送货。超出距离收取送货费。"
,
"每立方米限重380公斤,超重按重量计算(每立方米单价/380*重量=实际价格)"
,
"如果有整箱货物丢失按照5倍运费赔偿,如需购买保险请在发货时联系相关人员。"
,
"货物体积不足0.5CBM,运费按0.5CBM计算。"
]
}
}
},
},
props
:
{
props
:
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论