提交代码

This commit is contained in:
hehaibing-1996
2025-02-21 13:47:43 +08:00
parent 5864e1db4d
commit c7f3889521
7 changed files with 52 additions and 25 deletions

View File

@ -0,0 +1,16 @@
{ // launch.json 配置了启动调试时相关设置configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
// launchtype项可配置值为local或remote, local代表前端连本地云函数remote代表前端连云端云函数
"version": "0.0",
"configurations": [{
"app-plus" :
{
"launchtype" : "local"
},
"default" :
{
"launchtype" : "local"
},
"type" : "uniCloud"
}
]
}

View File

@ -10,7 +10,7 @@ export function getConfig(key, defaultValue) {
} }
export function getServerIPAndPort() { export function getServerIPAndPort() {
var serverIP = getConfig('serverIP', '192.168.5.132'); var serverIP = getConfig('serverIP', '192.168.18.153');
var serverPort = getConfig('serverPort', '8888'); var serverPort = getConfig('serverPort', '8888');
return serverIP + ':' + serverPort; return serverIP + ':' + serverPort;
} }

View File

@ -1,8 +1,8 @@
{ {
"hash": "f663bba1", "hash": "29c858eb",
"configHash": "e12fdbcd", "configHash": "a028522a",
"lockfileHash": "d2aaf416", "lockfileHash": "418b0517",
"browserHash": "5c516658", "browserHash": "316d81cf",
"optimized": {}, "optimized": {},
"chunks": {} "chunks": {}
} }

View File

@ -139,7 +139,7 @@ if (uni.restoreGlobal) {
return uni.getStorageSync(key) || defaultValue; return uni.getStorageSync(key) || defaultValue;
} }
function getServerIPAndPort() { function getServerIPAndPort() {
var serverIP = getConfig("serverIP", "192.168.5.132"); var serverIP = getConfig("serverIP", "192.168.18.153");
var serverPort = getConfig("serverPort", "8888"); var serverPort = getConfig("serverPort", "8888");
return serverIP + ":" + serverPort; return serverIP + ":" + serverPort;
} }
@ -313,7 +313,7 @@ if (uni.restoreGlobal) {
]) ])
]); ]);
} }
const PagesIndexIndex = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$e], ["__file", "E:/代码/赛特制冷WCS/wcs/PDA/PDA/pages/index/index.vue"]]); const PagesIndexIndex = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$e], ["__file", "D:/代码/赛特制冷WCS/PDA/PDA/pages/index/index.vue"]]);
const _sfc_main$e = { const _sfc_main$e = {
data() { data() {
return { return {
@ -373,7 +373,7 @@ if (uni.restoreGlobal) {
}, "保存配置") }, "保存配置")
]); ]);
} }
const PagesConfigConfig = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$d], ["__file", "E:/代码/赛特制冷WCS/wcs/PDA/PDA/pages/config/config.vue"]]); const PagesConfigConfig = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$d], ["__file", "D:/代码/赛特制冷WCS/PDA/PDA/pages/config/config.vue"]]);
const _imports_0$1 = "/static/logOut.png"; const _imports_0$1 = "/static/logOut.png";
const _imports_1 = "/static/bind.png"; const _imports_1 = "/static/bind.png";
const _imports_2 = "/static/bindQuery.png"; const _imports_2 = "/static/bindQuery.png";
@ -565,7 +565,7 @@ if (uni.restoreGlobal) {
]) ])
]); ]);
} }
const PagesMainMain = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$c], ["__file", "E:/代码/赛特制冷WCS/wcs/PDA/PDA/pages/main/main.vue"]]); const PagesMainMain = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$c], ["__file", "D:/代码/赛特制冷WCS/PDA/PDA/pages/main/main.vue"]]);
const _sfc_main$c = { const _sfc_main$c = {
data() { data() {
return { return {
@ -683,7 +683,7 @@ if (uni.restoreGlobal) {
]) ])
])) : vue.createCommentVNode("v-if", true); ])) : vue.createCommentVNode("v-if", true);
} }
const PagesBindSelectMatBindSelectMat = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$b], ["__scopeId", "data-v-68e7b952"], ["__file", "E:/代码/赛特制冷WCS/wcs/PDA/PDA/pages/bindSelectMat/bindSelectMat.vue"]]); const PagesBindSelectMatBindSelectMat = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$b], ["__scopeId", "data-v-68e7b952"], ["__file", "D:/代码/赛特制冷WCS/PDA/PDA/pages/bindSelectMat/bindSelectMat.vue"]]);
const _imports_0 = "/static/scan.png"; const _imports_0 = "/static/scan.png";
const _sfc_main$b = { const _sfc_main$b = {
components: { components: {
@ -1090,7 +1090,7 @@ if (uni.restoreGlobal) {
]) ])
]); ]);
} }
const PagesBindBind = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$a], ["__file", "E:/代码/赛特制冷WCS/wcs/PDA/PDA/pages/bind/bind.vue"]]); const PagesBindBind = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$a], ["__file", "D:/代码/赛特制冷WCS/PDA/PDA/pages/bind/bind.vue"]]);
class MPAnimation { class MPAnimation {
constructor(options, _this) { constructor(options, _this) {
this.options = options; this.options = options;
@ -1460,7 +1460,7 @@ if (uni.restoreGlobal) {
vue.renderSlot(_ctx.$slots, "default") vue.renderSlot(_ctx.$slots, "default")
], 14, ["animation"])) : vue.createCommentVNode("v-if", true); ], 14, ["animation"])) : vue.createCommentVNode("v-if", true);
} }
const __easycom_0$1 = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$9], ["__file", "E:/代码/赛特制冷WCS/wcs/PDA/PDA/uni_modules/uni-transition/components/uni-transition/uni-transition.vue"]]); const __easycom_0$1 = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$9], ["__file", "D:/代码/赛特制冷WCS/PDA/PDA/uni_modules/uni-transition/components/uni-transition/uni-transition.vue"]]);
const _sfc_main$9 = { const _sfc_main$9 = {
name: "uniPopup", name: "uniPopup",
components: {}, components: {},
@ -1849,7 +1849,7 @@ if (uni.restoreGlobal) {
/* CLASS */ /* CLASS */
)) : vue.createCommentVNode("v-if", true); )) : vue.createCommentVNode("v-if", true);
} }
const __easycom_0 = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$8], ["__scopeId", "data-v-4dd3c44b"], ["__file", "E:/代码/赛特制冷WCS/wcs/PDA/PDA/uni_modules/uni-popup/components/uni-popup/uni-popup.vue"]]); const __easycom_0 = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$8], ["__scopeId", "data-v-4dd3c44b"], ["__file", "D:/代码/赛特制冷WCS/PDA/PDA/uni_modules/uni-popup/components/uni-popup/uni-popup.vue"]]);
const _sfc_main$8 = { const _sfc_main$8 = {
__name: "Card", __name: "Card",
props: { props: {
@ -1975,7 +1975,7 @@ if (uni.restoreGlobal) {
]) ])
]); ]);
} }
const Card = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$7], ["__scopeId", "data-v-29c414df"], ["__file", "E:/代码/赛特制冷WCS/wcs/PDA/PDA/components/Card.vue"]]); const Card = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$7], ["__scopeId", "data-v-29c414df"], ["__file", "D:/代码/赛特制冷WCS/PDA/PDA/components/Card.vue"]]);
const _sfc_main$7 = { const _sfc_main$7 = {
name: "uniPopup", name: "uniPopup",
components: {}, components: {},
@ -2389,7 +2389,7 @@ if (uni.restoreGlobal) {
/* CLASS */ /* CLASS */
)) : vue.createCommentVNode("v-if", true); )) : vue.createCommentVNode("v-if", true);
} }
const uniPopup = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$6], ["__scopeId", "data-v-7db519c7"], ["__file", "E:/代码/赛特制冷WCS/wcs/PDA/PDA/node_modules/@dcloudio/uni-ui/lib/uni-popup/uni-popup.vue"]]); const uniPopup = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$6], ["__scopeId", "data-v-7db519c7"], ["__file", "D:/代码/赛特制冷WCS/PDA/PDA/node_modules/@dcloudio/uni-ui/lib/uni-popup/uni-popup.vue"]]);
const _sfc_main$6 = { const _sfc_main$6 = {
components: { components: {
uniPopup, uniPopup,
@ -2891,7 +2891,7 @@ if (uni.restoreGlobal) {
]) ])
]); ]);
} }
const PagesQueryBindListQueryBindList = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$5], ["__file", "E:/代码/赛特制冷WCS/wcs/PDA/PDA/pages/queryBindList/queryBindList.vue"]]); const PagesQueryBindListQueryBindList = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$5], ["__file", "D:/代码/赛特制冷WCS/PDA/PDA/pages/queryBindList/queryBindList.vue"]]);
const _sfc_main$5 = { const _sfc_main$5 = {
__name: "StocktakingCard", __name: "StocktakingCard",
props: { props: {
@ -3030,7 +3030,7 @@ if (uni.restoreGlobal) {
]) ])
]); ]);
} }
const StocktakingCard = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$4], ["__scopeId", "data-v-e2c0cdac"], ["__file", "E:/代码/赛特制冷WCS/wcs/PDA/PDA/components/StocktakingCard.vue"]]); const StocktakingCard = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$4], ["__scopeId", "data-v-e2c0cdac"], ["__file", "D:/代码/赛特制冷WCS/PDA/PDA/components/StocktakingCard.vue"]]);
const _sfc_main$4 = { const _sfc_main$4 = {
components: { components: {
uniPopup, uniPopup,
@ -3467,7 +3467,7 @@ if (uni.restoreGlobal) {
]) ])
]); ]);
} }
const PagesStockTakingStockTaking = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$3], ["__file", "E:/代码/赛特制冷WCS/wcs/PDA/PDA/pages/stockTaking/stockTaking.vue"]]); const PagesStockTakingStockTaking = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$3], ["__file", "D:/代码/赛特制冷WCS/PDA/PDA/pages/stockTaking/stockTaking.vue"]]);
const _sfc_main$3 = { const _sfc_main$3 = {
data() { data() {
return { return {
@ -3866,7 +3866,7 @@ if (uni.restoreGlobal) {
]) ])
]); ]);
} }
const PagesShelfLocationBindUnbindShelfLocationBindUnbind = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$2], ["__file", "E:/代码/赛特制冷WCS/wcs/PDA/PDA/pages/shelfLocationBindUnbind/shelfLocationBindUnbind.vue"]]); const PagesShelfLocationBindUnbindShelfLocationBindUnbind = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$2], ["__file", "D:/代码/赛特制冷WCS/PDA/PDA/pages/shelfLocationBindUnbind/shelfLocationBindUnbind.vue"]]);
const _sfc_main$2 = { const _sfc_main$2 = {
components: { components: {
uniPopup, uniPopup,
@ -4305,7 +4305,7 @@ if (uni.restoreGlobal) {
]) ])
]); ]);
} }
const PagesProductionLineCallInProductionLineCallIn = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$1], ["__file", "E:/代码/赛特制冷WCS/wcs/PDA/PDA/pages/productionLineCallIn/productionLineCallIn.vue"]]); const PagesProductionLineCallInProductionLineCallIn = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$1], ["__file", "D:/代码/赛特制冷WCS/PDA/PDA/pages/productionLineCallIn/productionLineCallIn.vue"]]);
const _sfc_main$1 = { const _sfc_main$1 = {
components: { components: {
uniPopup, uniPopup,
@ -4961,7 +4961,7 @@ if (uni.restoreGlobal) {
]) ])
]); ]);
} }
const PagesProductionLineCallOutProductionLineCallOut = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render], ["__file", "E:/代码/赛特制冷WCS/wcs/PDA/PDA/pages/productionLineCallOut/productionLineCallOut.vue"]]); const PagesProductionLineCallOutProductionLineCallOut = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render], ["__file", "D:/代码/赛特制冷WCS/PDA/PDA/pages/productionLineCallOut/productionLineCallOut.vue"]]);
__definePage("pages/index/index", PagesIndexIndex); __definePage("pages/index/index", PagesIndexIndex);
__definePage("pages/config/config", PagesConfigConfig); __definePage("pages/config/config", PagesConfigConfig);
__definePage("pages/main/main", PagesMainMain); __definePage("pages/main/main", PagesMainMain);
@ -4983,7 +4983,7 @@ if (uni.restoreGlobal) {
formatAppLog("log", "at App.vue:10", "App Hide"); formatAppLog("log", "at App.vue:10", "App Hide");
} }
}; };
const App = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "E:/代码/赛特制冷WCS/wcs/PDA/PDA/App.vue"]]); const App = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:/代码/赛特制冷WCS/PDA/PDA/App.vue"]]);
function createApp() { function createApp() {
const app = vue.createVueApp(App); const app = vue.createVueApp(App);
return { return {

File diff suppressed because one or more lines are too long

View File

@ -34,7 +34,7 @@ namespace WCS.BLL.DbModels
public string TaskType { get; set; } = string.Empty; public string TaskType { get; set; } = string.Empty;
/// <summary> /// <summary>
/// 货架ID /// 起点位置ID
/// </summary> /// </summary>
[SugarColumn(ColumnName = "start_location_id", IsNullable = true, ColumnDescription = "起点位置ID")] [SugarColumn(ColumnName = "start_location_id", IsNullable = true, ColumnDescription = "起点位置ID")]
public int StratLocationId { get; set; } = 0; public int StratLocationId { get; set; } = 0;
@ -45,7 +45,7 @@ namespace WCS.BLL.DbModels
public string StartLocationCode { get; set; } = string.Empty ; public string StartLocationCode { get; set; } = string.Empty ;
/// <summary> /// <summary>
/// 货架ID /// 终点位置ID
/// </summary> /// </summary>
[SugarColumn(ColumnName = "end_location_id", IsNullable = true, ColumnDescription = "终点位置ID")] [SugarColumn(ColumnName = "end_location_id", IsNullable = true, ColumnDescription = "终点位置ID")]
public int EndLocationId { get; set; } = 0; public int EndLocationId { get; set; } = 0;

View File

@ -9,6 +9,17 @@ namespace WCS.BLL.Manager
//AGV动作相关 //AGV动作相关
public static class AGVManager public static class AGVManager
{ {
/// <summary>
/// 产生AGV任务
/// </summary>
public static AGVResult GenAgvSchedulingTask(int startLocationId,int endLocationId)
{
return null;
}
}
public class AGVResult
{
public bool IsSuccess { get; set; }
} }
} }