diff --git a/lms/nladmin-ui/src/api/login.js b/lms/nladmin-ui/src/api/login.js
index ec617ea..e3145a7 100644
--- a/lms/nladmin-ui/src/api/login.js
+++ b/lms/nladmin-ui/src/api/login.js
@@ -1,7 +1,7 @@
import request from '@/utils/request'
export function login(username, password, code, uuid) {
- ////debugger
+ // //debugger
return request({
url: 'auth/login',
method: 'post',
diff --git a/lms/nladmin-ui/src/router/index.js b/lms/nladmin-ui/src/router/index.js
index 7b146c6..8541ccf 100644
--- a/lms/nladmin-ui/src/router/index.js
+++ b/lms/nladmin-ui/src/router/index.js
@@ -17,7 +17,7 @@ router.beforeEach((to, from, next) => {
}
NProgress.start()
if (getToken()) {
- ////debugger
+ // //debugger
// 已登录且要跳转的页面是登录页
if (to.path === '/login') {
next({ path: '/' })
diff --git a/lms/nladmin-ui/src/utils/permission.js b/lms/nladmin-ui/src/utils/permission.js
index 17d2d20..dda05ae 100644
--- a/lms/nladmin-ui/src/utils/permission.js
+++ b/lms/nladmin-ui/src/utils/permission.js
@@ -9,7 +9,7 @@ export default function checkPermission(value) { // 权限判断
if (value && value instanceof Array && value.length > 0) {
const roles = store.getters && store.getters.roles
const permissionRoles = value
- ////debugger
+ // //debugger
const hasPermission = roles.some(role => {
return permissionRoles.includes(role)
})
diff --git a/lms/nladmin-ui/src/utils/request.js b/lms/nladmin-ui/src/utils/request.js
index d51a868..e057ba5 100644
--- a/lms/nladmin-ui/src/utils/request.js
+++ b/lms/nladmin-ui/src/utils/request.js
@@ -61,7 +61,7 @@ service.interceptors.response.use(
console.log(code)
if (code) {
if (code === 401) {
- ////debugger
+ // //debugger
store.dispatch('LogOut').then(() => {
// 用户登录界面提示
Cookies.set('point', 401)
diff --git a/lms/nladmin-ui/src/views/loki/view/index.vue b/lms/nladmin-ui/src/views/loki/view/index.vue
index 17ab269..6ed401a 100644
--- a/lms/nladmin-ui/src/views/loki/view/index.vue
+++ b/lms/nladmin-ui/src/views/loki/view/index.vue
@@ -34,22 +34,22 @@
-
-
-
+
+
+
-
+
-
+
{
- //debugger
+ // debugger
downloadFile(result, '导出数据', 'xlsx')
- });
+ })
},
clearParam() {
queryParam = {
diff --git a/lms/nladmin-ui/src/views/system/dept/index.vue b/lms/nladmin-ui/src/views/system/dept/index.vue
index 032ae33..ec8e430 100644
--- a/lms/nladmin-ui/src/views/system/dept/index.vue
+++ b/lms/nladmin-ui/src/views/system/dept/index.vue
@@ -66,8 +66,8 @@
v-model="form.is_used"
active-color="#409EFF"
inactive-color="#F56C6C"
- active-value = 'true'
- inactive-valu='false'
+ active-value="true"
+ inactive-valu="false"
/>
@@ -90,7 +90,7 @@
{ return item.key == data.is_used })
- //debugger
+ // debugger
this.$confirm('此操作将 "' + satus.display_name + '" ' + data.name + '部门, 是否继续?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
diff --git a/lms/nladmin-ui/src/views/wms/agvrush/devicestatus/index.vue b/lms/nladmin-ui/src/views/wms/agvrush/devicestatus/index.vue
index 4c23c0c..25f5805 100644
--- a/lms/nladmin-ui/src/views/wms/agvrush/devicestatus/index.vue
+++ b/lms/nladmin-ui/src/views/wms/agvrush/devicestatus/index.vue
@@ -51,11 +51,11 @@
/>
-
+
-
+
-
+
-
+
@@ -137,8 +137,14 @@
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
-
+
@@ -275,7 +281,7 @@ export default {
},
[CRUD.HOOK.afterToCU](crud, form) {
this.getUserList()
- //debugger
+ // debugger
if (form.upload_user && form.upload_user !== '') {
form.upload_user = form.upload_user.split(',')
} else {
diff --git a/lms/nladmin-ui/src/views/wms/basedata/master/class/index.vue b/lms/nladmin-ui/src/views/wms/basedata/master/class/index.vue
index 00d643a..3876ce4 100644
--- a/lms/nladmin-ui/src/views/wms/basedata/master/class/index.vue
+++ b/lms/nladmin-ui/src/views/wms/basedata/master/class/index.vue
@@ -20,13 +20,14 @@
size="mini"
class="filter-item"
style="width: 185px;"
- @change="hand">
+ @change="hand"
+ >
-
+ :value="item.value"
+ />
@@ -386,7 +387,7 @@ export default {
}
const dafult = this.$el.getElementsByClassName('dafult')
for (let a = 0; a < dafult.length; a++) {
- //debugger
+ // debugger
dafult[a].click()
}
}
diff --git a/lms/nladmin-ui/src/views/wms/pdm/bi/index.vue b/lms/nladmin-ui/src/views/wms/pdm/bi/index.vue
index d6d7176..69e1865 100644
--- a/lms/nladmin-ui/src/views/wms/pdm/bi/index.vue
+++ b/lms/nladmin-ui/src/views/wms/pdm/bi/index.vue
@@ -187,7 +187,8 @@
>
+ :data="childrenList"
+ >
@@ -199,8 +200,8 @@
{{ scope.row.result.toString() }}
-
-
+
+
{{ new Date(scope.row.create_time).toLocaleString() }}
@@ -208,17 +209,21 @@
- 同步
+ 同步
+ 取 消
+
- {{ scope.row.container_name }}
+ {{ scope.row.container_name }}
@@ -641,9 +646,9 @@ import udOperation from '@crud/UD.operation'
import pagination from '@crud/Pagination'
import { download } from '@/api/data'
import { downloadFile } from '@/utils'
-import crudUserStor from "@/views/wms/basedata/st/userStor/userStor";
+import crudUserStor from '@/views/wms/basedata/st/userStor/userStor'
import crudPastivtquery from '@/views/wms/stat/pastivt/pastivtquery'
-import { format } from 'date-fns';
+import { format } from 'date-fns'
const defaultForm = {
workorder_id: null,
@@ -791,23 +796,23 @@ export default {
},
toView(data) {
crudPastivtquery.subRecord(data).then(res => {
- if (res){
+ if (res) {
this.dtlVisible = true
- this.childrenList = res;
+ this.childrenList = res
}
})
},
async syncMes(row) {
- const url = 'http://10.1.3.36:8081/'+row.url
+ const url = 'http://10.1.3.36:8081/' + row.url
const response = await fetch(url, {
method: 'POST', // *GET, POST, PUT, DELETE, etc.
headers: {
- 'Content-Type': 'application/json',
+ 'Content-Type': 'application/json'
// 'Content-Type': 'application/x-www-form-urlencoded',
},
body: row.param // body 数据类型必须与“Content-Type”头匹配
- });
- const data = await response.json();
+ })
+ const data = await response.json()
window.alert(JSON.stringify(data))
},
@@ -845,7 +850,7 @@ export default {
if (this.currentRow !== null) {
this.showDtlLoading = true
download('/api/subpackagerelation/download', this.crud.query).then(result => {
- //debugger
+ // debugger
downloadFile(result, '子卷包装', 'xlsx')
this.showDtlLoading = false
}).catch(() => {
diff --git a/lms/nladmin-ui/src/views/wms/pdm/ivt/coolpointivt/inventory.vue b/lms/nladmin-ui/src/views/wms/pdm/ivt/coolpointivt/inventory.vue
index 5c5c0cd..aff122d 100644
--- a/lms/nladmin-ui/src/views/wms/pdm/ivt/coolpointivt/inventory.vue
+++ b/lms/nladmin-ui/src/views/wms/pdm/ivt/coolpointivt/inventory.vue
@@ -361,7 +361,7 @@ export default {
return true
},
uploadMES() {
- //debugger
+ // debugger
const _selectData = this.$refs.table.selection
if (_selectData.length !== 1) {
return this.crud.notify('请选择一个点位进行回传!', CRUD.NOTIFICATION_TYPE.INFO)
diff --git a/lms/nladmin-ui/src/views/wms/pdm/ivt/deliverypointivt/index.vue b/lms/nladmin-ui/src/views/wms/pdm/ivt/deliverypointivt/index.vue
index fa9386f..2b1dd2d 100644
--- a/lms/nladmin-ui/src/views/wms/pdm/ivt/deliverypointivt/index.vue
+++ b/lms/nladmin-ui/src/views/wms/pdm/ivt/deliverypointivt/index.vue
@@ -80,7 +80,7 @@
>
-
+
-
+
@@ -267,7 +267,7 @@ export default {
return true
},
[CRUD.HOOK.beforeSubmit]() {
- //debugger
+ // debugger
if (this.form.point_status !== '01' && !this.form.vehicle_code) {
this.crud.notify('请输入载具编码!', CRUD.NOTIFICATION_TYPE.INFO)
return false
diff --git a/lms/nladmin-ui/src/views/wms/pdm/ivt/hotpointivt/pointIvt.vue b/lms/nladmin-ui/src/views/wms/pdm/ivt/hotpointivt/pointIvt.vue
index f7e0325..65fb433 100644
--- a/lms/nladmin-ui/src/views/wms/pdm/ivt/hotpointivt/pointIvt.vue
+++ b/lms/nladmin-ui/src/views/wms/pdm/ivt/hotpointivt/pointIvt.vue
@@ -92,7 +92,7 @@
@change="crud.toQuery"
/>
-
+
@@ -110,11 +110,16 @@
-
+
-
+
-
+
-
+
-
+
-
-
-
+
+
+
{{ dict.label.sch_hot_point_status[scope.row.point_status] }}
-
-
-
+
+
+
{{ dict.label.product_area[scope.row.product_area] }}
-
-
-
-
+
+
+
+
{{ dict.label.is_used[scope.row.is_used] }}
-
-
+
+
-
+
-
+
@@ -288,7 +299,7 @@ export default {
this.crud.toQuery()
},
uploadMES() {
- //debugger
+ // debugger
const _selectData = this.$refs.table.selection
if (_selectData.length !== 1) {
return this.crud.notify('请选择一个点位进行回传!', CRUD.NOTIFICATION_TYPE.INFO)
diff --git a/lms/nladmin-ui/src/views/wms/pdm/order/slittingplan/AddDialog.vue b/lms/nladmin-ui/src/views/wms/pdm/order/slittingplan/AddDialog.vue
index aab3cbd..6fedb4d 100644
--- a/lms/nladmin-ui/src/views/wms/pdm/order/slittingplan/AddDialog.vue
+++ b/lms/nladmin-ui/src/views/wms/pdm/order/slittingplan/AddDialog.vue
@@ -167,7 +167,7 @@
{{ scope.row.container_name }}
-
+
-
+
-
+
-
+
@@ -209,7 +209,7 @@
-
+
-
+
-
+
@@ -280,16 +280,16 @@
{{ scope.row.split_weight }}
-
+
-
-
-
- {{ scope.row.product_name }}
+
+
+
+ {{ scope.row.product_name }}
-
+
@@ -681,7 +681,7 @@ export default {
}
},
tableChanged(rows) {
- //debugger
+ // debugger
// 对新增的行进行校验不能存在相同物料批次
rows.forEach((item) => {
let same_mater = true
diff --git a/lms/nladmin-ui/src/views/wms/pdm/sub/DivDialog.vue b/lms/nladmin-ui/src/views/wms/pdm/sub/DivDialog.vue
index bb5ae1c..4938ff5 100644
--- a/lms/nladmin-ui/src/views/wms/pdm/sub/DivDialog.vue
+++ b/lms/nladmin-ui/src/views/wms/pdm/sub/DivDialog.vue
@@ -232,7 +232,7 @@ export default {
},
methods: {
handleSearch() {
- //debugger
+ // debugger
this.multipleSelection = this.multipleSelection.filter(i => {
return this.$refs.dis_table.selection.includes(i)
})
@@ -315,7 +315,7 @@ export default {
},
// 表格1的行点击事件
handleRowClick(scope) {
- //debugger
+ // debugger
// 按钮禁用
this.isButtonDisabled = !!(scope.status !== '99')
this.isButtonDisabled1 = scope.status === '99'
@@ -331,7 +331,7 @@ export default {
},
// 表格2的行点击事件
handleSelectionChange(selection) {
- //debugger
+ // debugger
if (selection.length > 0) {
this.isButtonDisabled = !selection.every(item => item.status === '99')
this.isButtonDisabled1 = selection.some(item => item.status === '99')
@@ -346,7 +346,7 @@ export default {
this.previousSelection = selection
}
} else {
- //debugger
+ // debugger
if (!this.searchText) {
this.cancelSelection = []
this.cancelSelection = [...this.currentSelection]
@@ -378,17 +378,17 @@ export default {
row.index = rowIndex
},
async tableChanged(row) {
- //debugger
+ // debugger
this.form.tableMater = this.currentSelection
if (this.currentSelection.length > row.num) {
this.crud.notify('子卷数量超过木箱的最大装卷数!', CRUD.NOTIFICATION_TYPE.WARNING)
return
}
- //debugger
+ // debugger
this.form.checked = row.material_code
this.form.sale_order_name = this.saleOrderName
await crudPackagerelation.updateEntityList(this.form)
- //debugger
+ // debugger
const queryParam = { sale_order_name: this.saleOrderName, type: '0' }
const res = crudSubpackagerelation.queryContainerization(queryParam)
this.openParam = res.content
@@ -398,9 +398,9 @@ export default {
this.$emit('childEvent')
},
divStruct() {
- //debugger
+ // debugger
if (this.currentSelection.length > 0 && this.$refs.dis_table.selection.length > 0) {
- //debugger
+ // debugger
const weightList = this.currentSelection.filter(item => item.weight === '0' || item.weight === null)
if (weightList.length > 0) {
this.crud.notify('该子卷重量不能为空,请检查子卷的分切计划信息!', CRUD.NOTIFICATION_TYPE.WARNING)
diff --git a/lms/nladmin-ui/src/views/wms/pdm/sub/MaterDialog.vue b/lms/nladmin-ui/src/views/wms/pdm/sub/MaterDialog.vue
index d72f809..dcd1c7c 100644
--- a/lms/nladmin-ui/src/views/wms/pdm/sub/MaterDialog.vue
+++ b/lms/nladmin-ui/src/views/wms/pdm/sub/MaterDialog.vue
@@ -214,7 +214,7 @@ export default {
this.$emit('update:dialogShow', false)
},
submit() {
- //debugger
+ // debugger
this.rows = this.$refs.table.selection
if (this.rows.length <= 0) {
this.crud.notify('请选择木箱信息!', CRUD.NOTIFICATION_TYPE.WARNING)
@@ -224,7 +224,7 @@ export default {
this.dialogVisible1 = true
},
confirmSubmit() {
- //debugger
+ // debugger
this.dialogVisible1 = false
this.$emit('update:dialogShow', false)
this.$emit('tableChanged', this.checkrow)
diff --git a/lms/nladmin-ui/src/views/wms/pdm/sub/index.vue b/lms/nladmin-ui/src/views/wms/pdm/sub/index.vue
index 39fe1e1..f2fdaf5 100644
--- a/lms/nladmin-ui/src/views/wms/pdm/sub/index.vue
+++ b/lms/nladmin-ui/src/views/wms/pdm/sub/index.vue
@@ -227,7 +227,7 @@ export default {
this.crud.toQuery()
},
async divOpen() {
- //debugger
+ // debugger
this.saleOrderName = this.currentRow.sale_order_name
const queryParam = { sale_order_name: this.currentRow.sale_order_name, type: '0' }
const res = await crudSubpackagerelation.queryContainerization(queryParam)
@@ -235,7 +235,7 @@ export default {
// this.divShow = true
},
divOpen1() {
- //debugger
+ // debugger
this.saleOrderName = this.currentRow.sale_order_name
const queryParam = { sale_order_name: this.currentRow.sale_order_name, type: '0' }
crudSubpackagerelation.queryContainerization(queryParam).then(res => {
@@ -284,7 +284,7 @@ export default {
if (this.currentRow !== null) {
crud.downloadLoading = true
download('/api/packagerelation/download', this.crud.query).then(result => {
- //debugger
+ // debugger
downloadFile(result, '子卷包装', 'xlsx')
crud.downloadLoading = false
}).catch(() => {
diff --git a/lms/nladmin-ui/src/views/wms/pub/DeviceDialog.vue b/lms/nladmin-ui/src/views/wms/pub/DeviceDialog.vue
index 0d563a1..1817c7b 100644
--- a/lms/nladmin-ui/src/views/wms/pub/DeviceDialog.vue
+++ b/lms/nladmin-ui/src/views/wms/pub/DeviceDialog.vue
@@ -112,7 +112,7 @@ export default {
})
},
open() {
- //debugger
+ // debugger
this.query.region_id = this.openParam
this.crud.toQuery()
},
diff --git a/lms/nladmin-ui/src/views/wms/pub/PointDialog.vue b/lms/nladmin-ui/src/views/wms/pub/PointDialog.vue
index 60b9507..75ab684 100644
--- a/lms/nladmin-ui/src/views/wms/pub/PointDialog.vue
+++ b/lms/nladmin-ui/src/views/wms/pub/PointDialog.vue
@@ -115,7 +115,7 @@ export default {
})
},
open() {
- //debugger
+ // debugger
this.query.region_id = this.openParam
this.crud.toQuery()
},
diff --git a/lms/nladmin-ui/src/views/wms/riku/rikustat/index.vue b/lms/nladmin-ui/src/views/wms/riku/rikustat/index.vue
index 9d95aec..f121e82 100644
--- a/lms/nladmin-ui/src/views/wms/riku/rikustat/index.vue
+++ b/lms/nladmin-ui/src/views/wms/riku/rikustat/index.vue
@@ -78,7 +78,7 @@ export default {
},
initStatus() {
autoWeb().then(res => {
- //debugger
+ // debugger
this.oneList = res.one
this.twoList = res.two
this.threeList = res.three
diff --git a/lms/nladmin-ui/src/views/wms/sch/point/index.vue b/lms/nladmin-ui/src/views/wms/sch/point/index.vue
index 4c3749c..e6ee54f 100644
--- a/lms/nladmin-ui/src/views/wms/sch/point/index.vue
+++ b/lms/nladmin-ui/src/views/wms/sch/point/index.vue
@@ -134,7 +134,7 @@
@change="hand"
/>
-
+
@@ -220,7 +220,7 @@
>
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -473,7 +477,7 @@ export default {
if (this.currentRow !== null) {
crud.downloadLoading = true
download('/api/point/download', this.crud.query).then(result => {
- //debugger
+ // debugger
downloadFile(result, '库存', 'xlsx')
crud.downloadLoading = false
}).catch(() => {
@@ -507,7 +511,7 @@ export default {
})
},
getPointStatusAndTypeList(id, flag) {
- //debugger
+ // debugger
if (id) {
this.getPointStatusList(id, flag)
this.getPointTypeList(id, flag)
@@ -517,7 +521,7 @@ export default {
}
},
getPointStatusList(id, flag) {
- //debugger
+ // debugger
crudRegion.getPointStatusSelectById(id).then(res => {
if (flag === 1) {
this.pointStatusList = res
diff --git a/lms/nladmin-ui/src/views/wms/sch/task/index.vue b/lms/nladmin-ui/src/views/wms/sch/task/index.vue
index effb544..79854ee 100644
--- a/lms/nladmin-ui/src/views/wms/sch/task/index.vue
+++ b/lms/nladmin-ui/src/views/wms/sch/task/index.vue
@@ -143,8 +143,8 @@
-
-
+
+
@@ -318,31 +318,30 @@ export default {
formatSignal(row, column) {
if (row.task_type === '010911') {
if (column.property === 'response_param') {
- return row.car_no === '4' ? '放满轴信号已发送' : '放满轴信号未发送';
+ return row.car_no === '4' ? '放满轴信号已发送' : '放满轴信号未发送'
}
if (column.property === 'request_param') {
- return row.request_param === '3' ? '取空载具信号已发送' : '取空载具信号未发送';
+ return row.request_param === '3' ? '取空载具信号已发送' : '取空载具信号未发送'
}
} else if (row.task_type === '010904') {
if (column.property === 'request_param') {
- return row.request_param === '3' ? '取空载具信号已发送' : '取空载具信号未发送';
+ return row.request_param === '3' ? '取空载具信号已发送' : '取空载具信号未发送'
}
} else if (row.task_type === '010901') {
if (column.property === 'response_param') {
- return row.car_no === '4' ? '放满轴信号已发送' : '放满轴信号未发送';
+ return row.car_no === '4' ? '放满轴信号已发送' : '放满轴信号未发送'
}
- }
- else if (row.task_type === '010905'||row.task_type === '010913') {
+ } else if (row.task_type === '010905' || row.task_type === '010913') {
if (column.property === 'response_param') {
- return row.response_param === '1' ? '二次分配已分配' : '二次分配未分配';
+ return row.response_param === '1' ? '二次分配已分配' : '二次分配未分配'
}
}
- return row[column.property];
+ return row[column.property]
},
// 获取子节点数据
loadChildNodes({ action, parentNode, callback }) {
if (action === LOAD_CHILDREN_OPTIONS) {
- //debugger
+ // debugger
crudClassstandard.getClass({ pid: parentNode.id }).then(res => {
parentNode.children = res.content.map(function(obj) {
if (obj.hasChildren) {
@@ -357,11 +356,11 @@ export default {
}
},
hand(value) {
- //debugger
+ // debugger
this.crud.toQuery()
},
handTaskStatus(value) {
- //debugger
+ // debugger
if (value) {
this.query.task_status = this.task_status.toString()
}
diff --git a/lms/nladmin-ui/src/views/wms/sendout/outone/index3.vue b/lms/nladmin-ui/src/views/wms/sendout/outone/index3.vue
index 052c89d..5c2a01e 100644
--- a/lms/nladmin-ui/src/views/wms/sendout/outone/index3.vue
+++ b/lms/nladmin-ui/src/views/wms/sendout/outone/index3.vue
@@ -85,7 +85,7 @@
@@ -203,7 +203,7 @@ export default {
})
// 右键单击事件
lf.on('node:contextmenu', (data, e) => {
- //debugger
+ // debugger
let item = ''
item = this.allStructMsg.find((structMsg) => structMsg.id === data.data.id)
@@ -236,7 +236,7 @@ export default {
},
initStatus() { // 初始化数据
let resion = {}
- //debugger
+ // debugger
resion = lf.getGraphData().nodes.map(item => ({ id: item.id, struct_id: item.properties.struct_id }))
getStructByCodesFs(resion).then(res => {
this.allStructMsg = res
diff --git a/lms/nladmin-ui/src/views/wms/sendout/outtwo/index.vue b/lms/nladmin-ui/src/views/wms/sendout/outtwo/index.vue
index a3b0901..14a7cce 100644
--- a/lms/nladmin-ui/src/views/wms/sendout/outtwo/index.vue
+++ b/lms/nladmin-ui/src/views/wms/sendout/outtwo/index.vue
@@ -148,7 +148,7 @@ export default {
})
// 右键单击事件
lf.on('node:contextmenu', (data, e) => {
- //debugger
+ // debugger
let item = ''
item = this.allStructMsg.find((structMsg) => structMsg.id === data.data.id)
diff --git a/lms/nladmin-ui/src/views/wms/st/inAndOutReturn/index.vue b/lms/nladmin-ui/src/views/wms/st/inAndOutReturn/index.vue
index c7a04d9..7154818 100644
--- a/lms/nladmin-ui/src/views/wms/st/inAndOutReturn/index.vue
+++ b/lms/nladmin-ui/src/views/wms/st/inAndOutReturn/index.vue
@@ -348,7 +348,7 @@ export default {
crudUserStor.getUserStor().then(res => {
this.storlist = res
})
- ////debugger
+ // //debugger
this.billtypelist = this.dict.ST_INV_OUT_TYPE
this.crud.query.createTime = [new Date().daysAgo(30), new Date()]
this.initQuery()
diff --git a/lms/nladmin-ui/src/views/wms/st/inStor/change/AddDialog.vue b/lms/nladmin-ui/src/views/wms/st/inStor/change/AddDialog.vue
index 2297970..06d0564 100644
--- a/lms/nladmin-ui/src/views/wms/st/inStor/change/AddDialog.vue
+++ b/lms/nladmin-ui/src/views/wms/st/inStor/change/AddDialog.vue
@@ -10,7 +10,7 @@
>
-
+
@@ -36,11 +36,11 @@
label-width="85px"
label-suffix=":"
>
-
-
+
+
-
+
@@ -94,7 +94,7 @@
-
+
@@ -131,13 +131,13 @@
-
+
-
+
-
+
-
+ value-format="yyyy-MM-dd"
+ />
-
+ value-format="yyyy-MM-dd"
+ />
-
+ inactive-color="#ff4949"
+ />
-
+ inactive-color="#ff4949"
+ />
- 一键填充
+ 一键填充
变更明细
-
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
+
{{ scope.row.new_sale_order_name }}
-
-
+
+
-
-
+
{{ scope.row.new_customer_name }}
-
-
+
{{ scope.row.new_customer_description }}
-
+
-
+ value-format="yyyy-MM-dd"
+ @change="demandChange(form.tableData[scope.$index])"
+ />
-
+
-
+ value-format="yyyy-MM-dd"
+ @change="inChange(form.tableData[scope.$index])"
+ />
-
+ />
-
+ inactive-color="#ff4949"
+ @change="boxChange(form.tableData[scope.$index])"
+ />
@@ -325,8 +323,8 @@
-
-
+
+
@@ -420,7 +418,7 @@ export default {
})
},
[CRUD.HOOK.afterToView]() {
- //debugger
+ // debugger
handmovestor.getOutBillDtl({ 'changeinv_id': this.form.changeinv_id }).then(res => {
this.form.tableData = res
// 将明细变成不可编辑
@@ -432,7 +430,7 @@ export default {
})
},
bill_statusFormat(row) {
- //debugger
+ // debugger
return this.dict.label.work_status[row.work_status]
},
quality_scodeFormat(row) {
@@ -493,7 +491,7 @@ export default {
}
},
boxChange(val) {
- //debugger
+ // debugger
for (let i = 0; i < this.form.tableData.length; i++) {
if (this.form.tableData[i].storagevehicle_code === val.storagevehicle_code) {
this.$set(this.form.tableData[i], 'isunpackbox', val.isunpackbox)
@@ -578,7 +576,7 @@ export default {
this.form.detail_count = this.form.tableData.length
},
structChanged(row) {
- //debugger
+ // debugger
let structflag = false
for (let i = 0; i < this.form.tableData.length; i++) {
if ((this.form.tableData[i].turnin_struct_id === row.struct_id) || (this.form.tableData[i].turnout_struct_id === row.struct_id)) {
diff --git a/lms/nladmin-ui/src/views/wms/st/inStor/check/AddDialog.vue b/lms/nladmin-ui/src/views/wms/st/inStor/check/AddDialog.vue
index c94c8cb..90deda9 100644
--- a/lms/nladmin-ui/src/views/wms/st/inStor/check/AddDialog.vue
+++ b/lms/nladmin-ui/src/views/wms/st/inStor/check/AddDialog.vue
@@ -313,7 +313,7 @@ export default {
this.dtlShow = true
},
tableChanged(rows) {
- //debugger
+ // debugger
const tablemap = new Map()
rows.forEach((item) => {
if (this.form.tableData.length !== 0) {
diff --git a/lms/nladmin-ui/src/views/wms/st/inStor/moveStor/AddDialog.vue b/lms/nladmin-ui/src/views/wms/st/inStor/moveStor/AddDialog.vue
index 90820e0..019dea1 100644
--- a/lms/nladmin-ui/src/views/wms/st/inStor/moveStor/AddDialog.vue
+++ b/lms/nladmin-ui/src/views/wms/st/inStor/moveStor/AddDialog.vue
@@ -69,8 +69,8 @@
>
@@ -152,8 +152,8 @@
{
this.querytable()
diff --git a/lms/nladmin-ui/src/views/wms/st/inStor/productscrap/AddDialog.vue b/lms/nladmin-ui/src/views/wms/st/inStor/productscrap/AddDialog.vue
index bf23c0b..ff32116 100644
--- a/lms/nladmin-ui/src/views/wms/st/inStor/productscrap/AddDialog.vue
+++ b/lms/nladmin-ui/src/views/wms/st/inStor/productscrap/AddDialog.vue
@@ -10,7 +10,7 @@
>
-
+
@@ -36,11 +36,11 @@
label-width="85px"
label-suffix=":"
>
-
-
+
+
-
+
@@ -79,7 +79,7 @@
-
+
@@ -116,9 +116,9 @@
-
+
-
- 填充
+ 填充
不合格品明细
-
+
-
+
-
+
-
+
@@ -225,9 +225,9 @@
-
-
-
+
+
+
@@ -412,7 +412,7 @@ export default {
this.form.detail_count = this.form.tableData.length
},
structChanged(row) {
- //debugger
+ // debugger
let structflag = false
for (let i = 0; i < this.form.tableData.length; i++) {
if ((this.form.tableData[i].turnin_struct_id === row.struct_id) || (this.form.tableData[i].turnout_struct_id === row.struct_id)) {
diff --git a/lms/nladmin-ui/src/views/wms/st/inStor/reCutPlan/CheckDialog.vue b/lms/nladmin-ui/src/views/wms/st/inStor/reCutPlan/CheckDialog.vue
index 392392d..6dce5c8 100644
--- a/lms/nladmin-ui/src/views/wms/st/inStor/reCutPlan/CheckDialog.vue
+++ b/lms/nladmin-ui/src/views/wms/st/inStor/reCutPlan/CheckDialog.vue
@@ -9,7 +9,7 @@
>
-
+
@@ -35,11 +35,11 @@
label-width="85px"
label-suffix=":"
>
-
-
+
+
-
+
@@ -76,7 +76,7 @@
-
+
@@ -115,7 +115,7 @@
-
+
@@ -302,7 +302,7 @@ export default {
})
},
auditPass() {
- //debugger
+ // debugger
this.mstrow = this.currentRow
this.checkShow = true
},
diff --git a/lms/nladmin-ui/src/views/wms/st/inbill/AddDialog.vue b/lms/nladmin-ui/src/views/wms/st/inbill/AddDialog.vue
index b83a6d8..8492046 100644
--- a/lms/nladmin-ui/src/views/wms/st/inbill/AddDialog.vue
+++ b/lms/nladmin-ui/src/views/wms/st/inbill/AddDialog.vue
@@ -56,8 +56,8 @@
>
@@ -325,7 +325,7 @@ export default {
this.form.detail_count = this.form.tableData.length
},
deleteRow(index, rows) {
- //debugger
+ // debugger
const package_box_sn = rows[index].package_box_sn
let len = rows.length
while (len--) {
@@ -341,7 +341,7 @@ export default {
}
},
tableChanged(rows) {
- //debugger
+ // debugger
// 对新增的行进行校验不能存在相同物料批次
rows.forEach((item) => {
let same_mater = true
diff --git a/lms/nladmin-ui/src/views/wms/st/inbill/AddDtl.vue b/lms/nladmin-ui/src/views/wms/st/inbill/AddDtl.vue
index 4323a7d..d2c6dbe 100644
--- a/lms/nladmin-ui/src/views/wms/st/inbill/AddDtl.vue
+++ b/lms/nladmin-ui/src/views/wms/st/inbill/AddDtl.vue
@@ -167,7 +167,7 @@ export default {
this.$emit('update:dialogShow', false)
},
submit() {
- //debugger
+ // debugger
this.$emit('update:dialogShow', false)
this.rows = this.$refs.multipleTable.selection
crudRawAssist.queryBoxMater(this.rows).then(res => {
diff --git a/lms/nladmin-ui/src/views/wms/st/inbill/DivDialog.vue b/lms/nladmin-ui/src/views/wms/st/inbill/DivDialog.vue
index a8f1d2a..4eb9667 100644
--- a/lms/nladmin-ui/src/views/wms/st/inbill/DivDialog.vue
+++ b/lms/nladmin-ui/src/views/wms/st/inbill/DivDialog.vue
@@ -388,7 +388,7 @@ export default {
})
},
allDivStruct() {
- //debugger
+ // debugger
if (!this.sect_id) {
this.crud.notify('请先选择虚拟库区区域!', CRUD.NOTIFICATION_TYPE.INFO)
return
diff --git a/lms/nladmin-ui/src/views/wms/st/inbill/TaskDialog.vue b/lms/nladmin-ui/src/views/wms/st/inbill/TaskDialog.vue
index 915a662..0eb7649 100644
--- a/lms/nladmin-ui/src/views/wms/st/inbill/TaskDialog.vue
+++ b/lms/nladmin-ui/src/views/wms/st/inbill/TaskDialog.vue
@@ -64,7 +64,7 @@
-
+
-
+
-
+ @change="crud.toQuery"
+ />
@@ -273,7 +272,7 @@ export default {
props: {
// 每页数据条数
size: 20
- },idField: 'iostorinv_id', url: 'api/inandoutreturn', crudMethod: { ...inandoutreturn },
+ }, idField: 'iostorinv_id', url: 'api/inandoutreturn', crudMethod: { ...inandoutreturn },
optShow: {
add: false,
edit: false,
@@ -314,7 +313,7 @@ export default {
crudUserStor.getUserStor().then(res => {
this.storlist = res
})
- //debugger
+ // debugger
this.billtypelist = this.dict.ST_INV_IN_TYPE
},
methods: {