更新采购入库和配置文件
This commit is contained in:
@@ -131,9 +131,9 @@
|
|||||||
<el-table-column width="140px" label="本次到货数" prop="本次到货数" align="center">
|
<el-table-column width="140px" label="本次到货数" prop="本次到货数" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input-number
|
<el-input-number
|
||||||
v-model=" scope.row.等待入库数量"
|
v-model=" scope.row.本次到货数"
|
||||||
:min="0"
|
:min="0"
|
||||||
:max="scope.row.采购数 - scope.row.已到数"
|
:max="scope.row.等待入库数量 ? scope.row.等待入库数量 : scope.row.采购数"
|
||||||
size="mini"
|
size="mini"
|
||||||
style="margin: 0;width: 100%"/>
|
style="margin: 0;width: 100%"/>
|
||||||
</template>
|
</template>
|
||||||
@@ -1084,7 +1084,7 @@ export default {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
materialGroup[i] = this.multipleSelection_variable[i].物料流水号
|
materialGroup[i] = this.multipleSelection_variable[i].物料流水号
|
||||||
numberGroup[i] = this.multipleSelection_variable[i].等待入库数量
|
numberGroup[i] = this.multipleSelection_variable[i].本次到货数
|
||||||
partGroup[i] = this.multipleSelection_variable[i].标准件和外购件流水号
|
partGroup[i] = this.multipleSelection_variable[i].标准件和外购件流水号
|
||||||
purchaseGroup[i] = this.multipleSelection_variable[i].采购合同明细流水号
|
purchaseGroup[i] = this.multipleSelection_variable[i].采购合同明细流水号
|
||||||
locateGroup[i] = this.multipleSelection_variable[i].货位流水号
|
locateGroup[i] = this.multipleSelection_variable[i].货位流水号
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ export const name1_config = `OP1000`
|
|||||||
export const name3_config = `OP2000`
|
export const name3_config = `OP2000`
|
||||||
export const name4_config = `OP9999`
|
export const name4_config = `OP9999`
|
||||||
//
|
//
|
||||||
// var url = `http://192.168.1.27:8030` // 测试环境 接口端口号 http://192.168.1.27:8031 测试环境管理系统 0001 654321
|
var url = `http://192.168.1.27:8030` // 测试环境 接口端口号 http://192.168.1.27:8031 测试环境管理系统 0001 654321
|
||||||
var url = `http://192.168.1.27:8010` // 正式环境 接口端口号 http://192.168.1.27:8001 正式环境管理系统 0000 0000
|
// var url = `http://192.168.1.27:8010` // 正式环境 接口端口号 http://192.168.1.27:8001 正式环境管理系统 0000 0000
|
||||||
var url1 = `http://192.168.1.27:10006` // 立库数据库的接口端口号
|
var url1 = `http://192.168.1.27:10006` // 立库数据库的接口端口号
|
||||||
// var url = `http://127.0.0.1:10250`
|
// var url = `http://127.0.0.1:10250`
|
||||||
// var url = `http://124.220.15.242:8602`
|
// var url = `http://124.220.15.242:8602`
|
||||||
|
|||||||
Reference in New Issue
Block a user