|
@@ -699,12 +699,6 @@ export default {
|
|
|
},
|
|
|
// 一键发单备注
|
|
|
commitRemark(orderId, item) {
|
|
|
- // if(!this.remark.trim()){
|
|
|
- // return this.$message({
|
|
|
- // message: '请输入发单备注再确认!',
|
|
|
- // type: "error",
|
|
|
- // });
|
|
|
- // }
|
|
|
let params = {
|
|
|
orderId,
|
|
|
remark: this.remark.trim(),
|
|
@@ -718,14 +712,6 @@ export default {
|
|
|
});
|
|
|
bus.$emit("refreshData");
|
|
|
bus.$emit("refreshData2");
|
|
|
- // this.$set(
|
|
|
- // this.list.find((v) => {
|
|
|
- // return item.id == v.id;
|
|
|
- // }),
|
|
|
- // "takeRemark",
|
|
|
- // this.remark
|
|
|
- // );
|
|
|
- // this.$forceUpdate();
|
|
|
} else {
|
|
|
this.$message({
|
|
|
message: res.msg,
|
|
@@ -931,14 +917,10 @@ export default {
|
|
|
if (item.deliveryStatus === -1) {
|
|
|
return (name = "已取消");
|
|
|
}
|
|
|
- // if (item.deliveryStatus === -2) {
|
|
|
- // return this.showCancelType(item.cancelType);
|
|
|
- // }
|
|
|
},
|
|
|
},
|
|
|
};
|
|
|
</script>
|
|
|
-<!-- Add "scoped" attribute to limit CSS to this component only -->
|
|
|
<style lang="scss" scoped="scoped">
|
|
|
.el-row {
|
|
|
position: absolute !important;
|