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
ae64ca06
提交
ae64ca06
authored
5月 21, 2021
作者:
Ras
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
1.delivery note搜索字段reference和contact name
2.收费单搜索字段发票号、入仓号和客户名字 3.汇总单搜索字段散货柜编号、货柜号和仓库 4.送货管理搜索字段散货编号、货柜号和仓库 5.更新物流状态搜索字段散货编号和货柜号
上级
ebd04707
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
130 行增加
和
2 行删除
+130
-2
IostDeliverstatusList.vue
src/views/iost/basedata/IostDeliverstatusList.vue
+20
-0
IostDeliveryManagementList.vue
src/views/iost/basedata/IostDeliveryManagementList.vue
+30
-1
IostDeliveryNoteList.vue
src/views/iost/basedata/IostDeliveryNoteList.vue
+20
-0
IostReceivingNoteList.vue
src/views/iost/basedata/IostReceivingNoteList.vue
+30
-1
IostSummarySheetList.vue
src/views/iost/basedata/IostSummarySheetList.vue
+29
-0
IostReceivingLableForm.vue
src/views/iost/basedata/modules/IostReceivingLableForm.vue
+1
-0
没有找到文件。
src/views/iost/basedata/IostDeliverstatusList.vue
浏览文件 @
ae64ca06
...
...
@@ -4,6 +4,26 @@
<div
class=
"table-page-search-wrapper"
>
<a-form
layout=
"inline"
@
keyup
.
enter
.
native=
"searchQuery"
>
<a-row
:gutter=
"24"
>
<a-col
:xl=
"6"
:lg=
"7"
:md=
"8"
:sm=
"24"
>
<a-form-item
label=
"散货柜编号"
>
<a-input
placeholder=
"请输入散货柜编号"
v-model=
"queryParam.bulkNo"
></a-input>
</a-form-item>
</a-col>
<a-col
:xl=
"6"
:lg=
"7"
:md=
"8"
:sm=
"24"
>
<a-form-item
label=
"货柜号"
>
<a-input
placeholder=
"请输入货柜号"
v-model=
"queryParam.containerNo"
></a-input>
</a-form-item>
</a-col>
<a-col
:xl=
"6"
:lg=
"7"
:md=
"8"
:sm=
"24"
>
<span
style=
"float: left;overflow: hidden;"
class=
"table-page-search-submitButtons"
>
<a-button
type=
"primary"
@
click=
"searchQuery"
icon=
"search"
>
查询
</a-button>
<a-button
type=
"primary"
@
click=
"searchReset"
icon=
"reload"
style=
"margin-left: 8px"
>
重置
</a-button>
<a
@
click=
"handleToggleSearch"
style=
"margin-left: 8px"
>
{{
toggleSearchStatus
?
'收起'
:
'展开'
}}
<a-icon
:type=
"toggleSearchStatus ? 'up' : 'down'"
/>
</a>
</span>
</a-col>
</a-row>
</a-form>
</div>
...
...
src/views/iost/basedata/IostDeliveryManagementList.vue
浏览文件 @
ae64ca06
...
...
@@ -4,6 +4,33 @@
<div
class=
"table-page-search-wrapper"
>
<a-form
layout=
"inline"
@
keyup
.
enter
.
native=
"searchQuery"
>
<a-row
:gutter=
"24"
>
<a-col
:xl=
"6"
:lg=
"7"
:md=
"8"
:sm=
"24"
>
<a-form-item
label=
"散货柜编号"
>
<a-input
placeholder=
"请输入散货柜编号"
v-model=
"queryParam.bulkNo"
></a-input>
</a-form-item>
</a-col>
<a-col
:xl=
"6"
:lg=
"7"
:md=
"8"
:sm=
"24"
>
<a-form-item
label=
"货柜号"
>
<a-input
placeholder=
"请输入货柜号"
v-model=
"queryParam.containerNo"
></a-input>
</a-form-item>
</a-col>
<template
v-if=
"toggleSearchStatus"
>
<a-col
:xl=
"6"
:lg=
"7"
:md=
"8"
:sm=
"24"
>
<a-form-item
label=
"仓库名称"
>
<j-search-select-tag
placeholder=
"请选择仓库名称"
v-model=
"queryParam.warehouseName"
dict=
"iost_storage,name,id"
/>
</a-form-item>
</a-col>
</
template
>
<a-col
:xl=
"6"
:lg=
"7"
:md=
"8"
:sm=
"24"
>
<span
style=
"float: left;overflow: hidden;"
class=
"table-page-search-submitButtons"
>
<a-button
type=
"primary"
@
click=
"searchQuery"
icon=
"search"
>
查询
</a-button>
<a-button
type=
"primary"
@
click=
"searchReset"
icon=
"reload"
style=
"margin-left: 8px"
>
重置
</a-button>
<a
@
click=
"handleToggleSearch"
style=
"margin-left: 8px"
>
{{ toggleSearchStatus ? '收起' : '展开' }}
<a-icon
:type=
"toggleSearchStatus ? 'up' : 'down'"
/>
</a>
</span>
</a-col>
</a-row>
</a-form>
</div>
...
...
@@ -86,13 +113,15 @@
import
IostDeliveryManagementModal
from
'./modules/IostDeliveryManagementModal'
import
IostDeliverstatusModal
from
'./modules/IostDeliverstatusModal'
import
{
getAction
,
downFile
}
from
'@/api/manage'
import
JSearchSelectTag
from
'@/components/dict/JSearchSelectTag'
export
default
{
name
:
'IostDeliveryManagementList'
,
mixins
:[
JeecgListMixin
,
mixinDevice
],
components
:
{
IostDeliveryManagementModal
,
IostDeliverstatusModal
IostDeliverstatusModal
,
JSearchSelectTag
},
data
()
{
return
{
...
...
src/views/iost/basedata/IostDeliveryNoteList.vue
浏览文件 @
ae64ca06
...
...
@@ -4,6 +4,26 @@
<div
class=
"table-page-search-wrapper"
>
<a-form
layout=
"inline"
@
keyup
.
enter
.
native=
"searchQuery"
>
<a-row
:gutter=
"24"
>
<a-col
:xl=
"6"
:lg=
"7"
:md=
"8"
:sm=
"24"
>
<a-form-item
label=
"Reference"
>
<a-input
placeholder=
"Please Input Reference"
v-model=
"queryParam.reference"
></a-input>
</a-form-item>
</a-col>
<a-col
:xl=
"6"
:lg=
"7"
:md=
"8"
:sm=
"24"
>
<a-form-item
label=
"Contact Name"
>
<a-input
placeholder=
"Please Input Contact Name"
v-model=
"queryParam.contactName"
></a-input>
</a-form-item>
</a-col>
<a-col
:xl=
"6"
:lg=
"7"
:md=
"8"
:sm=
"24"
>
<span
style=
"float: left;overflow: hidden;"
class=
"table-page-search-submitButtons"
>
<a-button
type=
"primary"
@
click=
"searchQuery"
icon=
"search"
>
查询
</a-button>
<a-button
type=
"primary"
@
click=
"searchReset"
icon=
"reload"
style=
"margin-left: 8px"
>
重置
</a-button>
<a
@
click=
"handleToggleSearch"
style=
"margin-left: 8px"
>
{{
toggleSearchStatus
?
'收起'
:
'展开'
}}
<a-icon
:type=
"toggleSearchStatus ? 'up' : 'down'"
/>
</a>
</span>
</a-col>
</a-row>
</a-form>
</div>
...
...
src/views/iost/basedata/IostReceivingNoteList.vue
浏览文件 @
ae64ca06
...
...
@@ -4,6 +4,33 @@
<div
class=
"table-page-search-wrapper"
>
<a-form
layout=
"inline"
@
keyup
.
enter
.
native=
"searchQuery"
>
<a-row
:gutter=
"24"
>
<a-col
:xl=
"6"
:lg=
"7"
:md=
"8"
:sm=
"24"
>
<a-form-item
label=
"发票号"
>
<a-input
placeholder=
"请输入发票号"
v-model=
"queryParam.invoiceNumber"
></a-input>
</a-form-item>
</a-col>
<a-col
:xl=
"6"
:lg=
"7"
:md=
"8"
:sm=
"24"
>
<a-form-item
label=
"入仓号"
>
<a-input
placeholder=
"请输入入仓号"
v-model=
"queryParam.receivingNo"
></a-input>
</a-form-item>
</a-col>
<template
v-if=
"toggleSearchStatus"
>
<a-col
:xl=
"6"
:lg=
"7"
:md=
"8"
:sm=
"24"
>
<a-form-item
label=
"客户姓名"
>
<j-search-select-tag
placeholder=
"请输入客户姓名"
v-model=
"queryParam.customer_name"
dict=
"iost_customer,name_chs,name_chs"
/>
</a-form-item>
</a-col>
</
template
>
<a-col
:xl=
"6"
:lg=
"7"
:md=
"8"
:sm=
"24"
>
<span
style=
"float: left;overflow: hidden;"
class=
"table-page-search-submitButtons"
>
<a-button
type=
"primary"
@
click=
"searchQuery"
icon=
"search"
>
查询
</a-button>
<a-button
type=
"primary"
@
click=
"searchReset"
icon=
"reload"
style=
"margin-left: 8px"
>
重置
</a-button>
<a
@
click=
"handleToggleSearch"
style=
"margin-left: 8px"
>
{{ toggleSearchStatus ? '收起' : '展开' }}
<a-icon
:type=
"toggleSearchStatus ? 'up' : 'down'"
/>
</a>
</span>
</a-col>
</a-row>
</a-form>
</div>
...
...
@@ -89,12 +116,14 @@
import
{
JeecgListMixin
}
from
'@/mixins/JeecgListMixin'
import
IostReceivingNoteModal
from
'./modules/IostReceivingNoteModal'
import
'@/assets/less/TableExpand.less'
import
JSearchSelectTag
from
'@/components/dict/JSearchSelectTag'
export
default
{
name
:
"IostReceivingNoteList"
,
mixins
:[
JeecgListMixin
],
components
:
{
IostReceivingNoteModal
IostReceivingNoteModal
,
JSearchSelectTag
},
data
()
{
return
{
...
...
src/views/iost/basedata/IostSummarySheetList.vue
浏览文件 @
ae64ca06
...
...
@@ -4,6 +4,33 @@
<div
class=
"table-page-search-wrapper"
>
<a-form
layout=
"inline"
@
keyup
.
enter
.
native=
"searchQuery"
>
<a-row
:gutter=
"24"
>
<a-col
:xl=
"6"
:lg=
"7"
:md=
"8"
:sm=
"24"
>
<a-form-item
label=
"散货柜编号"
>
<a-input
placeholder=
"请输入散货柜编号"
v-model=
"queryParam.bulkNo"
></a-input>
</a-form-item>
</a-col>
<a-col
:xl=
"6"
:lg=
"7"
:md=
"8"
:sm=
"24"
>
<a-form-item
label=
"货柜号"
>
<a-input
placeholder=
"请输入货柜号"
v-model=
"queryParam.containerNo"
></a-input>
</a-form-item>
</a-col>
<template
v-if=
"toggleSearchStatus"
>
<a-col
:xl=
"6"
:lg=
"7"
:md=
"8"
:sm=
"24"
>
<a-form-item
label=
"仓库名称"
>
<j-search-select-tag
placeholder=
"请选择仓库名称"
v-model=
"queryParam.warehouseName"
dict=
"iost_storage,name,id"
/>
</a-form-item>
</a-col>
</
template
>
<a-col
:xl=
"6"
:lg=
"7"
:md=
"8"
:sm=
"24"
>
<span
style=
"float: left;overflow: hidden;"
class=
"table-page-search-submitButtons"
>
<a-button
type=
"primary"
@
click=
"searchQuery"
icon=
"search"
>
查询
</a-button>
<a-button
type=
"primary"
@
click=
"searchReset"
icon=
"reload"
style=
"margin-left: 8px"
>
重置
</a-button>
<a
@
click=
"handleToggleSearch"
style=
"margin-left: 8px"
>
{{ toggleSearchStatus ? '收起' : '展开' }}
<a-icon
:type=
"toggleSearchStatus ? 'up' : 'down'"
/>
</a>
</span>
</a-col>
</a-row>
</a-form>
</div>
...
...
@@ -97,6 +124,7 @@
import
IostSummarySheetModal
from
'./modules/IostSummarySheetModal'
import
'@/assets/less/TableExpand.less'
import
{
getAction
}
from
'@/api/manage'
import
JSearchSelectTag
from
'@/components/dict/JSearchSelectTag'
export
default
{
name
:
"IostSummarySheetList"
,
...
...
@@ -104,6 +132,7 @@
components
:
{
IostDeliveryRecordPicModal
,
IostSummarySheetModal
,
JSearchSelectTag
},
data
()
{
return
{
...
...
src/views/iost/basedata/modules/IostReceivingLableForm.vue
浏览文件 @
ae64ca06
...
...
@@ -5,6 +5,7 @@
<section
ref=
"print"
id=
"printContent"
class=
"ant-card-body"
style=
"width:800px"
>
<!-- 主表单区域 -->
<a-form
:form=
"form"
slot=
"detail"
>
<a-row
style=
"height:160px"
>
<a-col>
<a-input
v-model=
"model.customerCode"
class=
"ant-input"
></a-input>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论